=
Note: Conversion is based on the latest values and formulas.
map2 - Hoogle map2 :: (a -> b -> c) -> Signal a -> Signal b -> Signal c ramus Ramus.Signal classMap2 m OpenGL Graphics.Rendering.OpenGL.GL.Evaluators remap2 :: Remap m => (a -> b ...
foldl - Hoogle - Haskell 12 Apr 2025 · Left-associative fold of a structure, lazy in the accumulator. This is rarely what you want, but can work well for structures with efficient right-to-left sequencing and an operator …
seq - Hoogle - Haskell 12 Apr 2025 · The value of seq a b is bottom if a is bottom, and otherwise equal to b. In other words, it evaluates the first argument a to weak head normal form (WHNF). seq is usually …
seq 2024 - Hoogle The value of seq a b is bottom if a is bottom, and otherwise equal to b. In other words, it evaluates the first argument a to weak head normal form (WHNF). seq is usually introduced to improve …
cap - Hoogle 12 Apr 2025 · You can transform a Source with a Process. Alternately you can view this as capping the Source end of a Process, yielding a new Source. cap l r = l <~ r
sequence - Hoogle - Haskell 12 Apr 2025 · Like the sequence but streaming. The result type is a stream of a's, but is not accumulated; the effects of the elements of the original stream are interleaved in the resulting …
GAP - hoogle.haskell.org gap is similar to chop in that it granualizes every sample in place as it is played, but every other grain is silent. Use an integer value to specify how many granules each sample is chopped …