haskell-suite / haskell-names

Haskell suite library for name resolution
52 stars 17 forks source link

classify operator symbols like haskell-src-exts does #56

Closed phischu closed 9 years ago

phischu commented 9 years ago

haskell-src-exts classifies strings as either operator or identifier symbols with more complex rules than just isSymbol. haskell-names should do the same. Unfourtunately isHSymbol is not exported so has to be copied.

phischu commented 9 years ago

Superseded by #59