Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Documentation
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 type Position TokenStream :: * Source # primToken :: TokenStream -> (TokenStream -> Token -> c) -> c -> (String -> c) -> c Source # | |
Stream a b => Stream (UserState state a) b Source # | |