Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
tot_sumsq_m :: Double -> Vector Double -> Doublehmatrix-gsl-stats Numeric.GSL.Statistics the total sum of squares about the precomputed mean
tot_sumsq_w :: Vector Double -> Vector Double -> Doublehmatrix-gsl-stats Numeric.GSL.Statistics the weighted total sum of squares about the mean
tot_sumsq_w_m :: Double -> Vector Double -> Vector Double -> Doublehmatrix-gsl-stats Numeric.GSL.Statistics the weighted total sum of squares about the precomputed mean
asum :: (Foldable t, Alternative f) => t (f a) -> f aincipit-base Incipit.Foldable The sum of a collection of actions using (<|>), generalizing concat. asum is just like msum, but generalised to Alternative.
Examples
Basic usage:>>> asum [Just "Hello", Nothing, Just "World"] Just "Hello"
class InputParsing m =>
ConsumedInputParsing (m :: Type -> Type)input-parsers Text.Parser.Input Parsers that keep track of the consumed input.
nonLinearSubsume :: (a, a) -> (a, a)linear-base Simple.Pure No documentation available.
knSummary :: Knowledge -> ![(Symbol, Int)]liquid-fixpoint Language.Fixpoint.Solver.Interpreter summary of functions to be evaluates (knSims and knAsms) with their arity
knSummary :: Knowledge -> ![(Symbol, Int)]liquid-fixpoint Language.Fixpoint.Solver.PLE summary of functions to be evaluates (knSims and knAsms) with their arity
-
liquidhaskell-boot Language.Haskell.Liquid.Bare.Axiom No documentation available.
-
liquidhaskell-boot Language.Haskell.Liquid.Constraint.Template No documentation available.