jukebox-0.2.6: A first-order reasoning toolbox

Safe HaskellNone
LanguageHaskell98

Jukebox.TPTP.Parse.Core

Documentation

binExpr :: Parser a -> Parser (a -> a -> Parser a) -> Parser a Source

input :: (Tag -> Bool) -> Parser () Source

data Type_ Source

Constructors

TType 
Fun [Type] Type 
Prod [Type]