Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. sum' :: Expr -> Expr

    express Data.Express.Fixtures

    sum of Int elements lifted over the Expr type.

    > sum' xxs
    sum xs :: Int
    
    > evl (sum' $ expr [1,2,3::Int]) :: Int
    6
    

  2. sumsPosModulatedFromPyramid :: (C v, Transform sig v) => [sig v] -> T (Int, Int) v

    synthesizer-core Synthesizer.Causal.Filter.NonRecursive

    No documentation available.

  3. sumAndConvolvePair :: C y => Pair y -> Pair y -> ((y, y), Pair y)

    synthesizer-core Synthesizer.Generic.Cyclic

    No documentation available.

  4. sumAndConvolveQuadruple :: C y => Quadruple y -> Quadruple y -> ((y, y), Quadruple y)

    synthesizer-core Synthesizer.Generic.Cyclic

    No documentation available.

  5. sumAndConvolveTriple :: C y => Triple y -> Triple y -> ((y, y), Triple y)

    synthesizer-core Synthesizer.Generic.Cyclic

    No documentation available.

  6. sumAndConvolveTripleAlt :: C y => Triple y -> Triple y -> ((y, y), Triple y)

    synthesizer-core Synthesizer.Generic.Cyclic

    No documentation available.

  7. sumAndConvolvePair :: (C a, C b, C c) => (a -> b -> c) -> Pair a -> Pair b -> ((a, b), Triple c)

    synthesizer-core Synthesizer.Generic.Filter.NonRecursive

    No documentation available.

  8. sumAndConvolveQuadruple :: (C a, C b, C c) => (a -> b -> c) -> Quadruple a -> Quadruple b -> ((a, b), (c, c, c, c, c, c, c))

    synthesizer-core Synthesizer.Generic.Filter.NonRecursive

    No documentation available.

  9. sumAndConvolveQuadrupleAlt :: (C a, C b, C c) => (a -> b -> c) -> Quadruple a -> Quadruple b -> ((a, b), (c, c, c, c, c, c, c))

    synthesizer-core Synthesizer.Generic.Filter.NonRecursive

    No documentation available.

  10. sumAndConvolveTriple :: (C a, C b, C c) => (a -> b -> c) -> Triple a -> Triple b -> ((a, b), (c, c, c, c, c))

    synthesizer-core Synthesizer.Generic.Filter.NonRecursive

    No documentation available.

Page 50 of many | Previous | Next