cryptol/tests/constraint-guards/noNested.cry
Iavor Diatchki 4ef8000c0e Another test
2022-09-12 14:58:18 +03:00

9 lines
95 B
Plaintext

f : {n} _
f x = ()
where
nested : Bit
nested
| n == 0 => True
| () => False