jukebox-0.4.2: A first-order reasoning toolbox

Safe HaskellNone
LanguageHaskell98

Jukebox.TPTP.ParseSnippet

Documentation

tff :: [(String, Type)] -> [(String, Function)] -> String -> Form Source #

cnf :: [(String, Type)] -> [(String, Function)] -> String -> Form Source #

form :: Symbolic a => Parser a -> [(String, Type)] -> [(String, Function)] -> String -> a Source #