rdf4h-4.0.0: A library for RDF processing in Haskell

Safe HaskellNone
LanguageHaskell98

Text.RDF.RDF4H.ParserUtils

Documentation

data Parser Source #

Constructors

Parsec 
Attoparsec 

parseFromURL :: Rdf rdfImpl => (Text -> Either ParseFailure (RDF rdfImpl)) -> String -> IO (Either ParseFailure (RDF rdfImpl)) Source #