This commit is contained in:
Sergiu Ivanov 2022-04-30 22:49:03 +02:00
parent 70be49b957
commit 4ea31d8f39

View file

@ -122,7 +122,7 @@ Makes a hash set mapping all variables to the Boolean domain.
(make-boolean-domains '(a b)) (make-boolean-domains '(a b))
]} ]}
@defproc[(make-boolean-network [vars (VariableMapping (UpdateFunction Boolean))]) @defproc[(make-boolean-network [funcs (VariableMapping (UpdateFunction Boolean))])
(Network Boolean)]{ (Network Boolean)]{
Builds a Boolean network from a given hash table assigning functions to Builds a Boolean network from a given hash table assigning functions to