Idris2-boot/tests/idris2/perror003/PError.idr
2019-06-29 21:37:30 +01:00

9 lines
102 B
Idris

foo : Int -> Int
foo x = x
bar : Int -> Int
bar x = let y = (42 in y + x
baz : Int -> Int
baz x = x