Somewhat improve the sectioning.

This commit is contained in:
Sergiu Ivanov 2022-04-29 17:31:36 +02:00
parent bed1ed24f3
commit d02742ba6d
1 changed files with 2 additions and 2 deletions

View File

@ -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)]{