Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. ($/:) :: (Applicative f, Transform sig yv0, Transform sig yv1) => f (Single s amp0 amp1 yv0 yv1) -> f (T (Phantom s) amp0 (sig yv0)) -> f (T (Phantom s) amp1 (sig yv1))

    synthesizer-dimensional Synthesizer.Dimensional.Causal.Process

    No documentation available.

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

    synthesizer-dimensional Synthesizer.Dimensional.Process

    No documentation available.

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

    synthesizer-dimensional Synthesizer.Dimensional.Process

    This corresponds to <*>

  4. ($::) :: (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.

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

    synthesizer-dimensional Synthesizer.Dimensional.Process

    No documentation available.

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

    synthesizer-dimensional Synthesizer.Dimensional.Signal

    No documentation available.

  7. ($-) :: (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.

  8. ($!) :: (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.

  9. ($>) :: (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.

  10. ($>) :: (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.

Page 21 of many | Previous | Next