cryptol/tests/constraint-guards/nestMod.cry
2022-09-12 14:57:44 +03:00

10 lines
105 B
Plaintext

submodule A where
f : {n} Bool
f | n == 0 => True
| n > 0 => False
x : {n} Bool
x = A::f`{n}