jukebox-0.1.2: A first-order reasoning toolbox

Safe HaskellNone

Jukebox.TPTP.ParseProblem

Documentation

parseProblem :: [FilePath] -> FilePath -> IO (Either String (Problem Form))Source

parseProblemWith :: (FilePath -> IO (Maybe FilePath)) -> ProgressBar -> FilePath -> IO (Either String (Problem Form))Source