| Portability | to be determined. |
|---|---|
| Stability | highly unstable |
| Maintainer | Stephen Tetley <stephen.tetley@gmail.com> |
Data.ParserCombinators.KangarooState
Description
Kangaroo parse monad with user state.
Documentation
type Kangaroo st a = GenKangaroo st aSource
execKangaroo :: Kangaroo st a -> st -> FilePath -> IO stSource