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