Somewhat improve the sectioning.
This commit is contained in:
parent
bed1ed24f3
commit
d02742ba6d
1 changed files with 2 additions and 2 deletions
|
@ -62,6 +62,8 @@ their domains.
|
|||
|
||||
}
|
||||
|
||||
@section{Networks}
|
||||
|
||||
@defstruct*[network ([functions (VariableMapping (UpdateFunction a))]
|
||||
[domains (DomainMapping a)])]{
|
||||
|
||||
|
@ -91,8 +93,6 @@ The type of the instances of @racket[Network].
|
|||
'b '(#f #t)))
|
||||
]}
|
||||
|
||||
@section{Constructing networks}
|
||||
|
||||
@defproc[(make-same-domains [vars (Listof Variable)]
|
||||
[domain (Domain a)])
|
||||
(DomainMapping a)]{
|
||||
|
|
Loading…
Reference in a new issue