You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we add a new record syntax.
e:
t = { name = "yang", age =23}
f x = x
t1 = t{name = "wang"} -- record update
t2 = f {name="wang"}. -- function applicative
the expr: t3 = f {name : "wang"} is not support!
sdancer
changed the title
hamler: thread blocked indefinitely in an MVar operation
errors on record syntax just dumping the ast
Aug 1, 2020
The text was updated successfully, but these errors were encountered: