cryptol/tests/issues/issue103.icry

3 lines
68 B
Plaintext
Raw Normal View History

2014-09-26 03:52:25 +04:00
:check (undefined : Bit)
let f x = [True] @ 1
:check (f : () -> Bit)