Safe Haskell | None |
---|---|
Language | Haskell2010 |
HaskellWorks.Data.Xml.Succinct.Index
Documentation
class XmlIndexAt a where Source #
Minimal complete definition
Methods
xmlIndexAt :: a -> XmlIndex Source #
Instances
(BalancedParens w, Rank0 w, Rank1 w, Select1 v, TestBit w) => XmlIndexAt (XmlCursor ByteString v w) Source # | |