Jukebox.TPTP.Parse
parseString :: String -> IO (Problem Form) Source #
parseProblem :: [FilePath] -> FilePath -> IO (Either String (Problem Form)) Source #
parseProblemWith :: (FilePath -> IO (Maybe FilePath)) -> FilePath -> IO (Either String (Problem Form)) Source #