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.
(
$.// ) :: 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'.
-
data-accessor Data.Accessor.Basic Flipped version of ($).
(
$* ) :: Representable f => Covector r (Rep f) -> f r -> rlinear Linear.Covector No documentation available.