Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. sumTypeMigrate :: Migration

    persistent-test SumTypeTest

    No documentation available.

  2. sumE :: IsSql92AggregationExpressionSyntax expr => Maybe (Sql92AggregationSetQuantifierSyntax expr) -> expr -> expr

    beam-core Database.Beam.Backend.SQL.SQL92

    No documentation available.

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

  4. 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)

  5. sumConstructorName :: Text -> Text -> Name

    domain-core DomainCore.TH

    Assemble a sum constructor name.

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

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

  8. sumOf :: Num a => FoldLike (Sum a) s t a b -> s -> a

    lens-family-core Lens.Family

    sumOf :: Num a => Fold s t a b -> s -> a
    
    Returns the sum of all the referenced values.

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

    synthesizer-core Synthesizer.Causal.Filter.NonRecursive

    No documentation available.

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

    synthesizer-core Synthesizer.Generic.Cyclic

    No documentation available.

Page 50 of many | Previous | Next