fix generator for or/c
This commit is contained in:
parent
f32bbc134a
commit
7ec9cb0274
|
@ -158,7 +158,8 @@
|
|||
option env
|
||||
(λ ()
|
||||
(loop (cdr options))))]
|
||||
[else (option)])])))]))
|
||||
[else (option)])])))]
|
||||
[else #f]))
|
||||
|
||||
(define-struct single-or/c (name pred flat-ctcs ho-ctc)
|
||||
#:property prop:orc-contract
|
||||
|
|
Loading…
Reference in New Issue
Block a user