Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6099566cfe |
@@ -18,7 +18,7 @@ interface main using as for hiding
|
||||
### Tokens
|
||||
|
||||
- `Id = [a-z_][A-Za-z0-9_']*` identifiers start with a lower case letter.
|
||||
- `Con = [A-Z][A-Za-z0-9_']*` constructors start with an upper case letter.
|
||||
- `Con = [A-Z][A-Za-z0-9_]*` constructors start with an upper case letter.
|
||||
- `QId = (Con\.)+Id` qualified identifiers (e.g. `Map.member`)
|
||||
- `QCon = (Con\.)+Con` qualified constructor
|
||||
- `TVar = 'Id` type variable (e.g `'a`, `'b`)
|
||||
|
||||
Reference in New Issue
Block a user