Safe Haskell | None |
---|---|
Language | Haskell2010 |
Debug.TraceEmbrace.FileIndex
Contents
Description
Index functions and methods of a Haskell module by line number
Documentation
type LineFileIndex = IntMap FunName Source #
unsafeRunTcM :: TcM a -> Q a Source #
getLineFileIndex :: Loc -> Q LineFileIndex Source #
mkLineFunIndex :: FilePath -> Q LineFileIndex Source #
runParser :: FilePath -> ParserOpts -> String -> P a -> ParseResult a Source #
Orphan instances
HasDynFlags Q Source # | |
Methods getDynFlags :: Q DynFlags # |