Idris2/tests/idris2/with/with004/Issue637-3.idr
2023-09-07 14:57:22 +01:00

7 lines
79 B
Idris

foo5 : Int -> Int
foo5 x with (x + 1)
foo5 x | y = y + x
foo6 : Int
foo6 = 52