Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. Sum :: a -> Sum a

    testing-feat Test.Feat.Enumerate

    No documentation available.

  2. module Data.Type.Witness.Specific.List.Sum

    No documentation available.

  3. Sum :: [DealStats] -> DealStats

    Hastructure Types

    No documentation available.

  4. Sum :: Aggregation

    dataframe DataFrame

    No documentation available.

  5. module Data.Generics.Sum

    Magic sum operations using Generics These classes need not be instantiated manually, as GHC can automatically prove valid instances via Generics. Only the Generic class needs to be derived (see examples).

  6. module Grisette.Lib.Data.Functor.Sum

    No documentation available.

  7. type Sum = [WeightedTerm]

    pseudo-boolean Data.PseudoBoolean

    Sum of WeightedTerm

  8. module Generic.Data.Function.Contra.Sum

    No documentation available.

  9. module Generic.Data.Function.FoldMap.Sum

    No documentation available.

  10. module Generic.Data.Function.Traverse.Sum

    traverse over generic sum types. Disambiguates constructors by prepending sum tags. Note that the sum tag approach has efficiency limitations. You may design a constructor disambiguation schema which permits "incrementally" parsing, rather than parsing some whole thing then comparing to each option, which will be faster. If you wish to perform such sum tag handling yourself, but still want the free generics, Generic.Data.FOnCstr can do this for you.

Page 7 of many | Previous | Next