Hoogle Search

Within LTS Haskell 24.5 (ghc-9.10.2)

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

  1. flipFlopHysteresis :: Ord y => (y, y) -> BinaryLevel -> T y BinaryLevel

    synthesizer-core Synthesizer.Causal.Analysis

    No documentation available.

  2. flipFlopHysteresis :: (Ord y, Transform sig y, Transform sig BinaryLevel) => (y, y) -> BinaryLevel -> sig y -> sig BinaryLevel

    synthesizer-core Synthesizer.Generic.Analysis

    Detect thresholds with a hysteresis.

  3. flipFlopHysteresis :: Ord y => (y, y) -> BinaryLevel -> T y -> T BinaryLevel

    synthesizer-core Synthesizer.Plain.Analysis

    Detect thresholds with a hysteresis.

  4. flipFlopHysteresisStep :: Ord a => (a, a) -> BinaryLevel -> a -> BinaryLevel

    synthesizer-core Synthesizer.Plain.Analysis

    No documentation available.

  5. flipFlopHysteresis :: Ord y => (y, y) -> BinaryLevel -> T y -> T BinaryLevel

    synthesizer-core Synthesizer.State.Analysis

    Detect thresholds with a hysteresis.

  6. flipPlace :: Place -> Place

    chart-svg Chart.Hud

    Flip Place to the opposite side, or negate if PlaceAbsolute.

    >>> flipPlace PlaceLeft
    PlaceRight
    

  7. flipPlace :: Place -> Place

    chart-svg Chart.Primitive

    Flip Place to the opposite side, or negate if PlaceAbsolute.

    >>> flipPlace PlaceLeft
    PlaceRight
    

  8. flipVector :: Num a => Point a -> Point a

    cubicbezier Geom2D

    reflect the vector over the X-axis.

  9. flipLabels :: Tree e a -> Tree a e

    elynx-tree ELynx.Tree.Rooted

    Flip the branch and node lables.

  10. flipFlopHysteresis :: (Ord y, C y, C u) => (T u y, T u y) -> BinaryLevel -> SignalRateInd rate u y y -> T rate Abstract (T BinaryLevel)

    synthesizer-dimensional Synthesizer.Dimensional.Amplitude.Analysis

    Detect thresholds with a hysteresis.

Page 10 of many | Previous | Next