Hoogle Search

Within LTS Haskell 24.4 (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 -> (a -> b) -> b

    data-accessor Data.Accessor.Basic

    Flipped version of ($).

  10. ($*) :: Representable f => Covector r (Rep f) -> f r -> r

    linear Linear.Covector

    No documentation available.

Page 10 of many | Previous | Next