Idris2/tests/idris2/with004/Issue637-3.idr

7 lines
79 B
Idris
Raw Normal View History

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