cryptol/tests/issues/issue094.icry
Adam C. Foltzer 86b2a80db4 Add basic support for :exhaust
Fixes #94. We should look into the :exhaust optimization later if necessary
2014-09-10 11:16:07 -04:00

3 lines
44 B
Plaintext

let f x = (x : [8]) == x
:check f
:exhaust f