Files
newt/tests/black/Let.newt
2024-09-29 07:17:55 -07:00

7 lines
64 B
Agda

module Let
ptype Int
foo : Int -> Int
foo n = let x = 42 in x