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 Test.Feat.Enumerate

    Basic combinators for building enumerations most users will want to use the type class based combinators in Test.Feat.Class instead.

  2. data Enumerate a

    testing-feat Test.Feat.Enumerate

    A functional enumeration of type t is a partition of t into finite numbered sets. Each part contains values of a certain cost (typically the size of the value).

  3. Enumerate :: RevList (Finite a) -> Enumerate a

    testing-feat Test.Feat.Enumerate

    No documentation available.

  4. ENumber :: Text -> Exp

    texmath Text.TeXMath.Types

    A number (<mn> in MathML).

  5. class Enumerable a

    tidal-core Sound.Tidal.ParseBP

    No documentation available.

  6. EnumListItem :: Maybe Int -> [Markup] -> Markup

    typst Typst.Syntax

    No documentation available.

  7. EnumWithType :: SumTypeFormat

    aeson-typescript Data.Aeson.TypeScript.TH

    No documentation available.

  8. module Combinatorics.Battleship.Enumeration

    Enumerate all possible configurations in the Battleship game.

  9. type EnumSet a = EnumSet EnumSetRep a a

    bitwise-enum Data.Enum.Set

    No documentation available.

  10. type EnumSetRep a = Word

    bitwise-enum Data.Enum.Set

    No documentation available.

Page 26 of many | Previous | Next