Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
>$ ) :: Contravariant f => b -> f b -> f averset Verset Replace all locations in the output with the same value. The default definition is contramap . const, but this may be overridden with a more efficient version.
(
>$$< ) :: Contravariant f => f b -> (a -> b) -> f averset Verset This is an infix version of contramap with the arguments flipped.
(
>$< ) :: Contravariant f => (a -> b) -> f b -> f averset Verset This is an infix alias for contramap.
-
wl-pprint Text.PrettyPrint.Leijen The document (x <$$> y) concatenates document x and y with a linebreak in between. (infixr 5)
-
wl-pprint Text.PrettyPrint.Leijen The document (x <$> y) concatenates document x and y with a line in between. (infixr 5)
(
>-$ ) :: X Input -> X String -> X Inputxmonad-contrib XMonad.Util.Run Combine an input with an ordinary string.