Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- dump :: (NameCacheMonad m, MonadIO m) => DynFlags -> FilePath -> m ()
- sourceCode :: (NameCacheMonad m, MonadIO m) => FilePath -> m [Text]
Documentation
:: (NameCacheMonad m, MonadIO m) | |
=> DynFlags | |
-> FilePath | Path to .hie file |
-> m () |
Pretty print Hie AST stored in given .hie file
sourceCode :: (NameCacheMonad m, MonadIO m) => FilePath -> m [Text] Source #
Get lines of original source code from given .hie file