Idris2/tests/idris2/with004/Issue637-3.idr
2021-02-23 10:52:22 +00:00

7 lines
79 B
Idris

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