elaborate let

This commit is contained in:
2024-09-17 06:27:55 -07:00
parent b65a76ccd3
commit 699a4bd575
3 changed files with 16 additions and 2 deletions

6
tests/black/let.newt Normal file
View File

@@ -0,0 +1,6 @@
module Let
ptype Int
foo : Int -> Int
foo n = let x = 42 in x