pietervdvn / Lang

Yet another programming language
1 stars 1 forks source link

Pattern syntax: confusion between deconstructor function and assignment #40

Closed pietervdvn closed 9 years ago

pietervdvn commented 9 years ago

e.g.

empty : a -> Maybe x
f : a -> ...
empty   = 

Should empty be treated as deconstructor function or new variable name.

pietervdvn commented 9 years ago

Overplanted by #44