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. ($.//) :: Cursor node -> (Cursor node -> [a]) -> [a]

    xml-conduit Text.XML.Cursor

    Apply an axis to a 'Cursor node' as well as its descendants.

  2. ($/) :: Cursor node -> (Cursor node -> [a]) -> [a]

    xml-conduit Text.XML.Cursor

    Apply an axis to the children of a 'Cursor node'.

  3. ($//) :: Cursor node -> (Cursor node -> [a]) -> [a]

    xml-conduit Text.XML.Cursor

    Apply an axis to the descendants of a 'Cursor node'.

  4. ($|) :: Cursor node -> (Cursor node -> a) -> a

    xml-conduit Text.XML.Cursor

    Apply an axis to a 'Cursor node'.

  5. ($.//) :: Cursor node -> (Cursor node -> [a]) -> [a]

    xml-conduit Text.XML.Cursor.Generic

    Apply an axis to a 'Cursor node' as well as its descendants.

  6. ($/) :: Cursor node -> (Cursor node -> [a]) -> [a]

    xml-conduit Text.XML.Cursor.Generic

    Apply an axis to the children of a 'Cursor node'.

  7. ($//) :: Cursor node -> (Cursor node -> [a]) -> [a]

    xml-conduit Text.XML.Cursor.Generic

    Apply an axis to the descendants of a 'Cursor node'.

  8. ($|) :: Cursor node -> (Cursor node -> a) -> a

    xml-conduit Text.XML.Cursor.Generic

    Apply an axis to a 'Cursor node'.

  9. ($|) :: (a -> b) -> Strategy a -> a -> b

    parallel Control.Parallel.Strategies

    Sequential function application. The argument is evaluated using the given strategy before it is given to the function.

  10. ($||) :: (a -> b) -> Strategy a -> a -> b

    parallel Control.Parallel.Strategies

    Parallel function application. The argument is evaluated using the given strategy, in parallel with the function application.

Page 10 of many | Previous | Next