| 5 | | * Have the parser take a set of known fixities, and take them into account when parsing. |
| 6 | | * Have the parser react to (possibly infix) fixity declarations in the module it is parsing. |
| 7 | | * Possibly handle operators with unknown fixity in a different way - though the H98 report stipulates a default behavior, so I believe it would be best to follow that. |
| | 5 | * Have the parser take a set of known fixities, and take them into account when parsing. |
| | 6 | * Have the parser react to (possibly infix) fixity declarations in the module it is parsing. |
| | 7 | * Possibly handle operators with unknown fixity in a different way - though the H98 report stipulates a default behavior, so I believe it would be best to follow that. |