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. module Synthesizer.Piecewise

    Construction of a data type that describes piecewise defined curves.

  2. PD :: t -> Piece t y sig -> y -> PieceDist t y sig

    synthesizer-core Synthesizer.Piecewise

    No documentation available.

  3. PRD :: y -> PieceRightDouble y

    synthesizer-core Synthesizer.Piecewise

    No documentation available.

  4. PRS :: y -> PieceRightSingle y

    synthesizer-core Synthesizer.Piecewise

    No documentation available.

  5. newtype Piece t y sig

    synthesizer-core Synthesizer.Piecewise

    The curve type of a piece of a piecewise defined control curve.

  6. Piece :: (y -> y -> t -> sig) -> Piece t y sig

    synthesizer-core Synthesizer.Piecewise

    No documentation available.

  7. data PieceData t y sig

    synthesizer-core Synthesizer.Piecewise

    The full description of a control curve piece.

  8. PieceData :: Piece t y sig -> y -> y -> t -> PieceData t y sig

    synthesizer-core Synthesizer.Piecewise

    No documentation available.

  9. data PieceDist t y sig

    synthesizer-core Synthesizer.Piecewise

    No documentation available.

  10. newtype PieceRightDouble y

    synthesizer-core Synthesizer.Piecewise

    No documentation available.

Page 646 of many | Previous | Next