RefactoringTools / HaRe

The Haskell Refactoring Tool
http://www.cs.kent.ac.uk/projects/refactor-fp/
Other
139 stars 32 forks source link

Insert type signatures for top-level functions created by liftToTopLevel #16

Open glittershark opened 8 years ago

glittershark commented 8 years ago

Not sure how involved this would be given quantified types and whatnot, but it seems like a nice-to-have

alanz commented 8 years ago

it is easy if things are unconstrained, otherwise it gets hard.

I suspect the best way would be to put a wildcard signature in, compile the file and see what GHC says.\