Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. module Control.Arrow.IOStateListArrow

    Implementation of arrows with IO and a state

  2. module Control.Arrow.ListArrow

    Implementation of pure list arrows

  3. module Control.Arrow.ListArrows

    Module for importing all list arrows

  4. module Control.Arrow.StateListArrow

    Implementation of list arrows with a state

  5. module Text.XML.HXT.Arrow.XmlArrow

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

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

    hxt Text.XML.HXT.Arrow.XmlState

    The arrow for stateful arrows with no user defined state

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

    hxt Text.XML.HXT.Arrow.XmlState

    The arrow type for stateful arrows

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

    run an io state arrow

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

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

    The arrow for stateful arrows with no user defined state

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

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

    The arrow type for stateful arrows

Page 55 of many | Previous | Next