hie-compat-0.1.0.0: HIE files for GHC 8.6 and other HIE file backports
Compat.HieAst
mkHieFile :: ModSummary -> TcGblEnv -> RenamedSource -> ByteString -> Hsc HieFile Source #
Construct an HieFile from the outputs of the typechecker.
HieFile
enrichHie :: TypecheckedSource -> RenamedSource -> Hsc (HieASTs Type) Source #