RefactoringTools / HaRe

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

Hooks #34

Closed alanz closed 7 years ago

alanz commented 7 years ago

Use GHC hooks to pull out the TypeCheckedSource for the module being refactored.

This avoids re-parsing it after ghc-mod already does that as part of loading the target.