 | Cabal-1.4.0.1: A framework for packaging Haskell software | Contents | Index |
|
| Distribution.ReadE | | Portability | portable | | Stability | alpha | | Maintainer | Isaac Jones <ijones@syntaxpolice.org> |
|
|
|
|
|
| Description |
| Simple parsing with failure
|
|
| Synopsis |
|
|
|
|
| ReadE
|
|
| newtype ReadE a |
| Parser with simple error reporting
| | Constructors | | Instances | |
|
|
| succeedReadE :: (String -> a) -> ReadE a |
|
| failReadE :: ErrorMsg -> ReadE a |
|
| Projections
|
|
| parseReadE :: ReadE a -> ReadP r a |
|
| readEOrFail :: ReadE a -> String -> a |
|
| readP_to_E :: (String -> ErrorMsg) -> ReadP a a -> ReadE a |
|
| Produced by Haddock version 0.8 |