Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
:: (HasLexerState s, MonadIO m, MonadError (DickinsonError AlexPosn) m, MonadState s m) | |
=> [FilePath] | Includes |
-> Dickinson AlexPosn | |
-> m [Declaration AlexPosn] |
:: (HasLexerState s, MonadIO m, MonadError (DickinsonError AlexPosn) m, MonadState s m) | |
=> [FilePath] | Includes |
-> FilePath | Source file |
-> m [Declaration AlexPosn] |
:: (HasLexerState s, MonadIO m, MonadError (DickinsonError AlexPosn) m, MonadState s m) | |
=> [FilePath] | Includes |
-> FilePath | Source file (for reporting errors) |
-> ByteString | |
-> m [Declaration AlexPosn] |