fix generator for or/c

This commit is contained in:
Robby Findler 2014-05-07 09:34:39 -05:00
parent f32bbc134a
commit 7ec9cb0274

View File

@ -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