valeri/test/continuations.vli

4 lines
106 B
Text

(assert (= ((guard (fn () (+ 1 (raise 2)))
(fn (e x) x))
2)
3))