Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. module Text.XML.HXT.Arrow.XmlArrow

    Basic arrows for processing XML documents All arrows use IO and a global state for options, errorhandling, ...

  2. type IOSArrow b c = IOStateArrow () b c

    hxt Text.XML.HXT.Arrow.XmlState

    The arrow for stateful arrows with no user defined state

  3. type IOStateArrow s b c = IOSLA XIOState s b c

    hxt Text.XML.HXT.Arrow.XmlState

    The arrow type for stateful arrows

  4. module Text.XML.HXT.Arrow.XmlState.RunIOStateArrow

    run an io state arrow

  5. type IOSArrow b c = IOStateArrow () b c

    hxt Text.XML.HXT.Arrow.XmlState.TypeDefs

    The arrow for stateful arrows with no user defined state

  6. type IOStateArrow s b c = IOSLA XIOState s b c

    hxt Text.XML.HXT.Arrow.XmlState.TypeDefs

    The arrow type for stateful arrows

  7. type XmlArrow = LA XmlTree XmlTree

    hxt Text.XML.HXT.DTDValidation.TypeDefs

    No documentation available.

  8. type XmlArrowS = LA XmlTree XmlTrees

    hxt Text.XML.HXT.DTDValidation.TypeDefs

    No documentation available.

  9. realLengthNarrowContext :: HasChars a => a -> Int

    doclayout Text.DocLayout

    Get the real length of a string, taking into account combining and double-wide characters. Ambiguous characters are treated as width 1.

  10. realLengthNarrowContextNoShortcut :: HasChars a => a -> Int

    doclayout Text.DocLayout

    Like realLengthNarrowContext, but avoids optimizations (shortcuts). This is exposed for testing, to ensure that the optimizations are safe.

Page 55 of many | Previous | Next