Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. sumOver_ :: (BeamSqlBackend be, Num a) => Maybe (BeamSqlBackendAggregationQuantifierSyntax be) -> QExpr be s a -> QAgg be s (Maybe a)

    beam-core Database.Beam.Query

    No documentation available.

  2. sum_ :: (BeamSqlBackend be, Num a) => QExpr be s a -> QAgg be s (Maybe a)

    beam-core Database.Beam.Query

    SQL SUM(ALL ..) function (but without the explicit ALL)

  3. sumConstructorName :: Text -> Text -> Name

    domain-core DomainCore.TH

    Assemble a sum constructor name.

  4. sumEff :: forall t (es :: [Effect]) a . (HasCallStack, Foldable t, NonDet :> es) => t (Eff es a) -> Eff es a

    effectful-core Effectful.NonDet

    Specialized version of asum with the HasCallStack constraint for tracking purposes.

  5. 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
    

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

    synthesizer-core Synthesizer.Causal.Filter.NonRecursive

    No documentation available.

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

    synthesizer-core Synthesizer.Generic.Cyclic

    No documentation available.

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

    synthesizer-core Synthesizer.Generic.Cyclic

    No documentation available.

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

    synthesizer-core Synthesizer.Generic.Cyclic

    No documentation available.

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

    synthesizer-core Synthesizer.Generic.Cyclic

    No documentation available.

Page 50 of many | Previous | Next