| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
Jukebox.TPTP.Parsec
Documentation
Constructors
| Parsec | |
parseError :: [String] -> Parsec a b Source
fatalError :: Stream a c => String -> Parsec a b Source
run :: Stream a c => (Position a -> [String]) -> Parsec a b -> a -> (Position a, Either [String] b) Source
data UserState state stream Source
Constructors
| UserState | |
Fields
| |