Infix (misfix?) operators
Found a bug: fixity declarations are not respected in the REPL. Will probably want the parser wrapper to return the state as well (i.e. switch to runStateT from evalStateT), so the REPL can…
Infix (misfix?) operators
Basic Haskell operator syntax added in e6f9d71c57, but we'll have to wait for type inference in #2 to get full operator sections.
Infix (misfix?) operators
f9e0ec40bd got this started, allowing for basic custom infix operators, but there's still more work to do.
- Update the documentation.
- Rethink how symbols and identifiers are parsed…