Hoogle Search
Within LTS Haskell 24.31 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
module Control.Arrow.
ListArrow Implementation of pure list arrows
module Control.Arrow.
ListArrows Module for importing all list arrows
module Control.Arrow.
StateListArrow Implementation of list arrows with a state
module Text.XML.HXT.Arrow.
XmlArrow Basic arrows for processing XML documents All arrows use IO and a global state for options, errorhandling, ...
type
IOSArrow b c = IOStateArrow () b chxt Text.XML.HXT.Arrow.XmlState The arrow for stateful arrows with no user defined state
type
IOStateArrow s b c = IOSLA XIOState s b chxt Text.XML.HXT.Arrow.XmlState The arrow type for stateful arrows
module Text.XML.HXT.Arrow.XmlState.
RunIOStateArrow run an io state arrow
type
IOSArrow b c = IOStateArrow () b chxt Text.XML.HXT.Arrow.XmlState.TypeDefs The arrow for stateful arrows with no user defined state
type
IOStateArrow s b c = IOSLA XIOState s b chxt Text.XML.HXT.Arrow.XmlState.TypeDefs The arrow type for stateful arrows
type
XmlArrow = LA XmlTree XmlTreehxt Text.XML.HXT.DTDValidation.TypeDefs No documentation available.