rdf4h-3.0.0: A library for RDF processing in Haskell

Safe HaskellNone
LanguageHaskell98

Data.RDF.Graph.HashMapSP

Description

A graph implementation mapping (S,P) pairs to O, backed by Map.

Documentation

data HashSP Source #

Instances

Generic HashSP Source # 

Associated Types

type Rep HashSP :: * -> * #

Methods

from :: HashSP -> Rep HashSP x #

to :: Rep HashSP x -> HashSP #

Binary HashSP Source # 

Methods

put :: HashSP -> Put #

get :: Get HashSP #

putList :: [HashSP] -> Put #

NFData HashSP Source # 

Methods

rnf :: HashSP -> () #

Rdf HashSP Source # 
Generic (RDF HashSP) Source # 

Associated Types

type Rep (RDF HashSP) :: * -> * #

Methods

from :: RDF HashSP -> Rep (RDF HashSP) x #

to :: Rep (RDF HashSP) x -> RDF HashSP #

NFData (RDF HashSP) Source # 

Methods

rnf :: RDF HashSP -> () #

type Rep HashSP Source # 
type Rep HashSP = D1 (MetaData "HashSP" "Data.RDF.Graph.HashMapSP" "rdf4h-3.0.0-2ntD2jwEZEwPz1DcgwjHG" False) V1
data RDF HashSP Source #

A map-based graph implementation.

type Rep (RDF HashSP) Source # 
type Rep (RDF HashSP)