Improve the doc of update-function-form->update-function/01.
This commit is contained in:
parent
43e29f928b
commit
007baa5e41
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ function operates on Boolean states.
|
||||||
(UpdateFunction (U Zero One))]{
|
(UpdateFunction (U Zero One))]{
|
||||||
|
|
||||||
Like @racket[update-function-form->update-function/01], but the resulting
|
Like @racket[update-function-form->update-function/01], but the resulting
|
||||||
function operates on Boolean states.
|
function operates on Boolean states, with the domain @tt{{0,1}}.
|
||||||
|
|
||||||
@ex[
|
@ex[
|
||||||
(define and-from-form/01 (update-function-form->update-function/01 '(min x y)))
|
(define and-from-form/01 (update-function-form->update-function/01 '(min x y)))
|
||||||
|
|
Loading…
Reference in a new issue