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.
(
$.// ) :: Cursor node -> (Cursor node -> [a]) -> [a]xml-conduit Text.XML.Cursor Apply an axis to a 'Cursor node' as well as its descendants.
(
$/ ) :: Cursor node -> (Cursor node -> [a]) -> [a]xml-conduit Text.XML.Cursor Apply an axis to the children of a 'Cursor node'.
(
$// ) :: Cursor node -> (Cursor node -> [a]) -> [a]xml-conduit Text.XML.Cursor Apply an axis to the descendants of a 'Cursor node'.
(
$| ) :: Cursor node -> (Cursor node -> a) -> axml-conduit Text.XML.Cursor Apply an axis to a 'Cursor node'.
(
$.// ) :: Cursor node -> (Cursor node -> [a]) -> [a]xml-conduit Text.XML.Cursor.Generic Apply an axis to a 'Cursor node' as well as its descendants.
(
$/ ) :: Cursor node -> (Cursor node -> [a]) -> [a]xml-conduit Text.XML.Cursor.Generic Apply an axis to the children of a 'Cursor node'.
(
$// ) :: Cursor node -> (Cursor node -> [a]) -> [a]xml-conduit Text.XML.Cursor.Generic Apply an axis to the descendants of a 'Cursor node'.
(
$| ) :: Cursor node -> (Cursor node -> a) -> axml-conduit Text.XML.Cursor.Generic Apply an axis to a 'Cursor node'.
(
$| ) :: (a -> b) -> Strategy a -> a -> bparallel Control.Parallel.Strategies Sequential function application. The argument is evaluated using the given strategy before it is given to the function.
(
$|| ) :: (a -> b) -> Strategy a -> a -> bparallel Control.Parallel.Strategies Parallel function application. The argument is evaluated using the given strategy, in parallel with the function application.