Somewhat improve the sectioning.

This commit is contained in:
Sergiu Ivanov 2022-04-29 17:31:36 +02:00
parent bed1ed24f3
commit d02742ba6d

View file

@ -62,6 +62,8 @@ their domains.
} }
@section{Networks}
@defstruct*[network ([functions (VariableMapping (UpdateFunction a))] @defstruct*[network ([functions (VariableMapping (UpdateFunction a))]
[domains (DomainMapping a)])]{ [domains (DomainMapping a)])]{
@ -91,8 +93,6 @@ The type of the instances of @racket[Network].
'b '(#f #t))) 'b '(#f #t)))
]} ]}
@section{Constructing networks}
@defproc[(make-same-domains [vars (Listof Variable)] @defproc[(make-same-domains [vars (Listof Variable)]
[domain (Domain a)]) [domain (Domain a)])
(DomainMapping a)]{ (DomainMapping a)]{