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. ($#) :: Functor f => f (a -> b) -> a -> f b

    synthesizer-dimensional Synthesizer.Dimensional.Process

    No documentation available.

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

    synthesizer-dimensional Synthesizer.Dimensional.Process

    This corresponds to <*>

  3. ($::) :: (Applicative f, Traversable t) => f (t a -> b) -> t (f a) -> f b

    synthesizer-dimensional Synthesizer.Dimensional.Process

    Instead of mixMulti $:: map f xs the caller should write mixMulti $: mapM f xs in order to save the user from learning another infix operator.

  4. ($^) :: Functor f => (a -> b) -> f a -> f b

    synthesizer-dimensional Synthesizer.Dimensional.Process

    No documentation available.

  5. ($&) :: Applicative f => f (a -> b) -> f a -> f b

    synthesizer-dimensional Synthesizer.Dimensional.Signal

    No documentation available.

  6. ($-) :: (C y, C y, C u, C v) => T s u t (R s v y y -> a) -> T v y -> T s u t a

    synthesizer-dimensional Synthesizer.Dimensional.Signal

    Take a scalar argument where a process expects a signal. Only possible for non-negative values so far.

  7. ($!) :: (a -> b) -> a -> b

    LambdaHack Game.LambdaHack.Core.Prelude

    Strict (call-by-value) application operator. It takes a function and an argument, evaluates the argument to weak head normal form (WHNF), then calls the function with that value.

  8. ($>) :: (Traversable f, Backprop b, Backprop (f a), Reifies s W) => BVar s (f a) -> BVar s b -> BVar s (f b)

    backprop Prelude.Backprop

    Alias for flip fmapConst.

  9. ($>) :: (Functor f, Foldable f, Num b, Num (f a), Reifies s W) => BVar s (f a) -> BVar s b -> BVar s (f b)

    backprop Prelude.Backprop.Num

    Alias for flip fmapConst.

  10. ($!) :: (a -> b) -> a -> b

    cabal-install-solver Distribution.Solver.Compat.Prelude

    Strict (call-by-value) application operator. It takes a function and an argument, evaluates the argument to weak head normal form (WHNF), then calls the function with that value.

Page 21 of many | Previous | Next