Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. (***) :: Plane -> Plane -> Plane

    ansi-terminal-game Terminal.Game

    a *** b blits b in the centre of a.

  2. (***) :: Arrow a => a b c -> a b' c' -> a (b, b') (c, c')

    dunai Data.MonadicStreamFunction.Core

    Split the input between the two argument arrows and combine their output. Note that this is in general not a functor. The default definition may be overridden with a more efficient version if desired.

  3. (***) :: (a -> b) -> (c -> d) -> (a, c) -> (b, d)

    fitspec Test.FitSpec.Utils

    No documentation available.

  4. (***) :: Semigroupal (->) (,) (,) (,) p => p a b -> p c d -> p (a, c) (b, d)

    monoidal-functors Data.Bifunctor.Monoidal.Specialized

    Infix operator for mux.

  5. (***) :: Iso alpha beta -> Iso gamma delta -> Iso (alpha, gamma) (beta, delta)

    partial-isomorphisms Control.Isomorphism.Partial.Prim

    the product type constructor (,) is a bifunctor from Iso $times$ Iso to Iso, so that we have the bifunctorial map *** which allows two separate isomorphisms to work on the two components of a tuple.

  6. (**|) :: Floating a => Pattern a -> Pattern a -> Pattern a

    tidal Sound.Tidal.Boot

    No documentation available.

  7. (***>) :: Productable f => f () -> f a -> f a

    type-rig Data.TypeRig.Productable

    No documentation available.

  8. (***) :: Arrow a => a b c -> a b' c' -> a (b, b') (c, c')

    classy-prelude-yesod ClassyPrelude.Yesod

    Split the input between the two argument arrows and combine their output. Note that this is in general not a functor. The default definition may be overridden with a more efficient version if desired.

  9. (********.) :: (a -> b -> c -> d -> e -> f -> g -> h -> j -> k) -> (i -> j) -> a -> b -> c -> d -> e -> f -> g -> h -> i -> k

    composition-extra Data.Function.Syntax

    No documentation available.

  10. (*******.) :: (a -> b -> c -> d -> e -> f -> g -> i -> j) -> (h -> i) -> a -> b -> c -> d -> e -> f -> g -> h -> j

    composition-extra Data.Function.Syntax

    No documentation available.

Page 9 of many | Previous | Next