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.

  1. (>$) :: Contravariant f => b -> f b -> f a

    verset 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.

  2. (>$$<) :: Contravariant f => f b -> (a -> b) -> f a

    verset Verset

    This is an infix version of contramap with the arguments flipped.

  3. (>$<) :: Contravariant f => (a -> b) -> f b -> f a

    verset Verset

    This is an infix alias for contramap.

  4. (<$$>) :: Doc -> Doc -> Doc

    wl-pprint Text.PrettyPrint.Leijen

    The document (x <$$> y) concatenates document x and y with a linebreak in between. (infixr 5)

  5. (<$>) :: Doc -> Doc -> Doc

    wl-pprint Text.PrettyPrint.Leijen

    The document (x <$> y) concatenates document x and y with a line in between. (infixr 5)

  6. (>-$) :: X Input -> X String -> X Input

    xmonad-contrib XMonad.Util.Run

    Combine an input with an ordinary string.

Page 87 of many | Previous | Next