Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Jukebox.TPTP.Parsec
Documentation
Constructors
Parsec | |
parseError :: [String] -> Parsec a b Source #
run :: Stream a c => (Position a -> [String]) -> Parsec a b -> a -> (Position a, Either [String] b) Source #
class Stream a b | a -> b where Source #
Instances
Stream TokenStream Token Source # | |||||
Defined in Jukebox.TPTP.Parse.Core Associated Types
Methods primToken :: TokenStream -> (TokenStream -> Token -> c) -> c -> (String -> c) -> c Source # | |||||
Stream a b => Stream (UserState state a) b Source # | |||||
Defined in Jukebox.TPTP.Parsec Associated Types
|
data UserState state stream Source #
Constructors
UserState | |
Fields
|
Instances
Stream a b => Stream (UserState state a) b Source # | |||||
Defined in Jukebox.TPTP.Parsec Associated Types
| |||||
type Position (UserState state a) Source # | |||||
Defined in Jukebox.TPTP.Parsec |