Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

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

    No documentation available.

  2. Sum :: [DealStats] -> DealStats

    Hastructure Types

    No documentation available.

  3. Sum :: Text -> [Text] -> HWType

    clash-lib Clash.Netlist.Types

    Sum type: Name and Constructor names

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

  5. module Grisette.Lib.Data.Functor.Sum

    No documentation available.

  6. type Sum = [WeightedTerm]

    pseudo-boolean Data.PseudoBoolean

    Sum of WeightedTerm

  7. data Sum (f :: Type -> Type -> Type) (g :: Type -> Type -> Type) scope term

    rzk Free.Scoped

    No documentation available.

  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