cryptol/tests/issues/issue103.icry
2014-09-25 16:52:25 -07:00

3 lines
68 B
Plaintext

:check (undefined : Bit)
let f x = [True] @ 1
:check (f : () -> Bit)