forked from GitHub/gf-core
Transfer: changed syntax to remove the mandatory type annotation in let.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
x : Apa
|
||||
x = let x : T = y
|
||||
x = let x = y
|
||||
in case y of
|
||||
f -> q
|
||||
_ -> a
|
||||
|
||||
Reference in New Issue
Block a user