-
Notifications
You must be signed in to change notification settings - Fork 28
Labels
0. parsingThings related to lexer and parserThings related to lexer and parsergood first issueGood for newcomersGood for newcomers
Description
We could implement infix operators on the level of types/modules. In order to avoid some syntactic ambiguities, the type-level operator as an identifier without arguments should be placed in square brackets. For instance, the product type could be defined as:
data [*] X Y = (,) of X, Y
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0. parsingThings related to lexer and parserThings related to lexer and parsergood first issueGood for newcomersGood for newcomers