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. (***) :: Arrow a => a b c -> a b' c' -> a (b, b') (c, c')

    basic-prelude CorePrelude

    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.

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

    classy-prelude ClassyPrelude

    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. (***) :: Arrow a => a b c -> a b' c' -> a (b, b') (c, c')

    essence-of-live-coding LiveCoding

    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.

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

    rebase Rebase.Prelude

    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.

  5. (****) :: forall (m :: Type -> Type) cl a b c d . Monad m => SN m cl a b -> SN m cl c d -> SN m cl (a, c) (b, d)

    rhine FRP.Rhine.SN.Combinators

    Compose two signal networks on the same clock in data-parallel. At one tick of cl, both networks are stepped.

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

    base-prelude BasePrelude

    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.

  7. (**.) :: (Floating a, BeamSqlBackend be, BeamSqlT621Backend be) => QGenExpr ctxt be s a -> QGenExpr ctxt be s a -> QGenExpr ctxt be s a

    beam-core Database.Beam.Query

    No documentation available.

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

    speculate Test.Speculate.Utils

    No documentation available.

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

    synthesizer-dimensional Synthesizer.Dimensional.Causal.Process

    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.

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

    LambdaHack Game.LambdaHack.Core.Prelude

    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.

Page 7 of many | Previous | Next