Files
newt/tests/black/let.newt
2024-09-17 06:27:55 -07:00

7 lines
64 B
Plaintext

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