jukebox-0.3.5: A first-order reasoning toolbox

Safe HaskellNone
LanguageHaskell98

Jukebox.Toolbox

Documentation

data TSTPFlags Source #

Constructors

TSTPFlags 

Fields

quietly :: GlobalFlags -> IO () -> IO () Source #

(=>>=) :: OptionParser (a -> IO b) -> OptionParser (b -> IO c) -> OptionParser (a -> IO c) infixl 1 Source #

(=>>) :: OptionParser (IO a) -> OptionParser (IO b) -> OptionParser (IO b) infixl 1 Source #

forAllFiles :: [FilePath] -> (FilePath -> IO ()) -> IO () Source #

prettyPrintIO :: (a -> String) -> (String -> IO ()) -> a -> IO () Source #

type Solver = (IO () -> IO ()) -> Problem Clause -> IO Answer Source #