File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
gui-easy/gui/easy/scribblings Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -970,14 +970,14 @@ that equality (via @racket[equal?]) is preserved for
970970}
971971
972972@deftogether[(
973- @defproc[(impersonate-obs [o obs?]
974- [#:ref ref-proc (or/c #f (-> obs? any/c any/c))]
975- [#:set set-proc (or/c #f (-> obs? any/c any/c))])
976- obs?]
977- @defproc[(chaperone-obs [o obs?]
978- [#:ref ref-proc (or/c #f (-> obs? any/c any/c))]
979- [#:set set-proc (or/c #f (-> obs? any/c any/c))])
980- obs?]
973+ @defproc[(impersonate-obs [o obs?]
974+ [#:ref ref-proc (or/c #f (-> obs? any/c any/c)) #f ]
975+ [#:set set-proc (or/c #f (-> obs? any/c any/c)) #f ])
976+ obs?]
977+ @defproc[(chaperone-obs [o obs?]
978+ [#:ref ref-proc (or/c #f (-> obs? any/c any/c)) #f ]
979+ [#:set set-proc (or/c #f (-> obs? any/c any/c)) #f ])
980+ obs?]
981981)]{
982982
983983 Returns an impersonator or chaperone of an observable where wrappers
You can’t perform that action at this time.
0 commit comments