• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. sumTree :: Num a => Tree a -> a

    tree-fun Math.TreeFun.Tree

    Get the sum of a tree for a tree with numbered labels

  2. sumAbsValue :: forall (f :: BaseType -> Type) (sr :: SemiRing) . OrdF f => WeightedSum f sr -> AbstractValue (SemiRingBase sr)

    what4 What4.Expr.WeightedSum

    No documentation available.

  3. sumOffset :: forall (f1 :: BaseType -> Type) (sr :: SemiRing) f2 . Functor f2 => (Coefficient sr -> f2 (Coefficient sr)) -> WeightedSum f1 sr -> f2 (WeightedSum f1 sr)

    what4 What4.Expr.WeightedSum

    Retrieve the constant addend of the weighted sum.

  4. sumRepr :: WeightedSum f sr -> SemiRingRepr sr

    what4 What4.Expr.WeightedSum

    Runtime representation of the semiring for this sum.

  5. sumExpr :: SupportTermOps v => [v] -> v

    what4 What4.Protocol.SMTWriter

    Add a list of values together.

  6. sumPoolFlow :: CashFlowFrame -> PoolSource -> Balance

    Hastructure Cashflow

    lookup a pool source from a row

  7. sumTsCF :: [TsRow] -> Date -> TsRow

    Hastructure Cashflow

    No documentation available.

  8. sumValTs :: Ts -> Amount

    Hastructure Lib

    No documentation available.

  9. sumTxn :: [Txn] -> Balance

    Hastructure Stmt

    No documentation available.

  10. sumV :: [Vec] -> Vec

    LPFP LPFP

    Add a list of vectors.

Page 59 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete