Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. xpSeq' :: PU () -> PU a -> PU a

    hxt Text.XML.HXT.Arrow.Pickle

    First apply a fixed pickler/unpickler, then a 2. one If the first fails during unpickling, the whole pickler fails. This can be used to check some properties of the input, e.g. whether a given fixed attribute or a namespace declaration exists (xpAddFixedAttr, xpAddNSDecl) or to filter the input, e.g. to ignore some elements or attributes (xpFilterCont, xpFilterAttr). When pickling, this can be used to insert some fixed XML pieces, e.g. namespace declarations, class attributes or other stuff.

  2. Seq :: [Schema] -> Schema

    hxt Text.XML.HXT.Arrow.Pickle.Schema

    No documentation available.

  3. scSeq :: Schema -> Schema -> Schema

    hxt Text.XML.HXT.Arrow.Pickle.Schema

    No documentation available.

  4. scSeqs :: [Schema] -> Schema

    hxt Text.XML.HXT.Arrow.Pickle.Schema

    No documentation available.

  5. xpSeq :: (b -> a) -> PU a -> (a -> PU b) -> PU b

    hxt Text.XML.HXT.Arrow.Pickle.Xml

    Combine two picklers sequentially. If the first fails during unpickling, the whole unpickler fails

  6. xpSeq' :: PU () -> PU a -> PU a

    hxt Text.XML.HXT.Arrow.Pickle.Xml

    First apply a fixed pickler/unpickler, then a 2. one If the first fails during unpickling, the whole pickler fails. This can be used to check some properties of the input, e.g. whether a given fixed attribute or a namespace declaration exists (xpAddFixedAttr, xpAddNSDecl) or to filter the input, e.g. to ignore some elements or attributes (xpFilterCont, xpFilterAttr). When pickling, this can be used to insert some fixed XML pieces, e.g. namespace declarations, class attributes or other stuff.

  7. changeQName :: ArrowXml a => (QName -> QName) -> a XmlTree XmlTree

    hxt Text.XML.HXT.Arrow.XmlArrow

    edit an element-, attribute- or pi- name

  8. removeQAttr :: ArrowXml a => QName -> a XmlTree XmlTree

    hxt Text.XML.HXT.Arrow.XmlArrow

    remove an attribute with a qualified name

  9. mkSeq :: XmlRegex -> XmlRegex -> XmlRegex

    hxt Text.XML.HXT.Arrow.XmlRegex

    No documentation available.

  10. mkSeqs :: [XmlRegex] -> XmlRegex

    hxt Text.XML.HXT.Arrow.XmlRegex

    No documentation available.

Page 289 of many | Previous | Next