hie-compat-0.1.0.0: HIE files for GHC 8.6 and other HIE file backports

Safe HaskellNone
LanguageHaskell2010

Compat.HieAst

Synopsis

Documentation

mkHieFile :: ModSummary -> TcGblEnv -> RenamedSource -> ByteString -> Hsc HieFile Source #

Construct an HieFile from the outputs of the typechecker.

enrichHie :: TypecheckedSource -> RenamedSource -> Hsc (HieASTs Type) Source #