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. PrimitiveUnits_ :: AttrTag

    svg-builder Graphics.Svg.Attributes

    No documentation available.

  2. module Graphics.Svg.Path

    Utility functions to help create SVG path attributes, and transforms.

  3. module Synthesizer.Basic.Phase

    No documentation available.

  4. type family ProcessOf (signal :: Type -> Type) :: Type -> Type -> Type

    synthesizer-core Synthesizer.Causal.Class

    No documentation available.

  5. module Synthesizer.Causal.Process

    Processes that use only the current and past data. Essentially this is a data type for the crochetL function.

  6. module Synthesizer.CausalIO.Process

    Process chunks of data in the IO monad. Typical inputs are strict storable vectors and piecewise constant values, and typical outputs are strict storable vectors. You may also combine several of these types using the Zip type constructor. We may substitute IO by ST in the future, but I am uncertain about that. On the one hand, the admissible IO functionality is very restricted, only memory manipulation is allowed, on the other hand we use ForeignPtrs that are not part of ST framework.

  7. type Pair y = (y, y)

    synthesizer-core Synthesizer.Generic.Cyclic

    No documentation available.

  8. type Pair a = (a, a)

    synthesizer-core Synthesizer.Generic.Filter.NonRecursive

    No documentation available.

  9. module Synthesizer.Generic.Piece

    These are pieces that can be assembled to a control curve. This was formerly part of the Control module but because of the overlap with immediate control curve generators I created a new module.

  10. data PrefixReader y a

    synthesizer-core Synthesizer.Interpolation

    No documentation available.

Page 645 of many | Previous | Next