Commit Graph

4 Commits

Author SHA1 Message Date
Ari Fordsham
ed520491d4 Complete GHC 9 support and CI 2021-08-12 13:23:54 +01:00
Judah Jacobson
5986388e5b
Add occNameToStr and nameToStr to convert from the GHC types. (#54)
Previously it was cumbersome to create an `OccNameStr` from an
`OccName` or a `Name`.

Fixes #53.
2019-09-02 23:18:06 -07:00
Judah Jacobson
1d350f8eaa
Various cleanups (#48) 2019-08-31 16:32:28 -07:00
Judah Jacobson
18d1ca0338
Fix edge cases parsing qualified operators. (#32)
Also add some tests, and expose more functionality to work with names.
2019-08-18 15:03:45 -07:00