rdf4h-1.3.6: A library for RDF processing in Haskell

Safe HaskellNone
LanguageHaskell98

Data.RDF.PatriciaTreeGraph

Documentation

data AutoIncrMap Source

Constructors

AutoIncrMap 

Fields

theMap :: Map Node (Int, Node)
 
idxPtr :: !Int
 

mkTriples :: IntMap Node -> Node -> [(Node, Key)] -> [(Node, Key)] -> [Triple] Source