Closed phischu closed 10 years ago
Ha, that's a clever hack.
The same thing has to be done for PatBind, doesn't it?
Also, please add a link to #34 where you apply this, so that it's clear why it's needed.
Added a link in comments and made this part of https://github.com/haskell-suite/haskell-names/pull/55. I do not understand what this has to do with PatBind though. Type signatures are independent of FunBinds and PatBinds.
Annotate names in a type signature by traversing them as if they were
QName
. Another fix would be to haveTypeSig
inhaskell-src-exts
hold a list ofQname
and not ofName
.