Open
Description
This is for discussion of the syntax used for types (type annotations and printing types). What we have so far:
- Type variables are ALL_CAPS
- Type constructors are first letter capitalised, and at least one lower case letter
- Type constructor argument lists (comma separated) are in angle brackets '<>'
- Type infix operators are symbols, so far just the function arrow '->' is defined.
Metadata
Metadata
Assignees
Labels
No labels