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.
-
synthesizer-dimensional Synthesizer.Dimensional.Causal.Process No documentation available.
(
$# ) :: Functor f => f (a -> b) -> a -> f bsynthesizer-dimensional Synthesizer.Dimensional.Process No documentation available.
(
$: ) :: Applicative f => f (a -> b) -> f a -> f bsynthesizer-dimensional Synthesizer.Dimensional.Process This corresponds to <*>
(
$:: ) :: (Applicative f, Traversable t) => f (t a -> b) -> t (f a) -> f bsynthesizer-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.
(
$^ ) :: Functor f => (a -> b) -> f a -> f bsynthesizer-dimensional Synthesizer.Dimensional.Process No documentation available.
(
$& ) :: Applicative f => f (a -> b) -> f a -> f bsynthesizer-dimensional Synthesizer.Dimensional.Signal No documentation available.
(
$- ) :: (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 asynthesizer-dimensional Synthesizer.Dimensional.Signal Take a scalar argument where a process expects a signal. Only possible for non-negative values so far.
-
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.
-
backprop Prelude.Backprop Alias for flip fmapConst.
-
backprop Prelude.Backprop.Num Alias for flip fmapConst.