Idris2/tests/idris2/error/perror015/ParseWith.idr
2023-09-07 14:57:22 +01:00

5 lines
56 B
Idris

foo : Nat -> Nat
foo a with a
_ | 0 = a
_ | S k = a