elaborate let
This commit is contained in:
6
tests/black/let.newt
Normal file
6
tests/black/let.newt
Normal file
@@ -0,0 +1,6 @@
|
||||
module Let
|
||||
|
||||
ptype Int
|
||||
|
||||
foo : Int -> Int
|
||||
foo n = let x = 42 in x
|
||||
Reference in New Issue
Block a user