1
1
mirror of https://github.com/GaloisInc/cryptol.git synced 2024-12-17 21:11:35 +03:00
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)