Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. EnumGenUpperBound :: a -> EnumGenUpperBound a

    grisette Grisette.Core

    No documentation available.

  2. data EnumGenBound a

    grisette Grisette.Internal.Core.Data.Class.GenSym

    Specification for numbers with lower bound (inclusive) and upper bound (exclusive)

    >>> runFresh (fresh (EnumGenBound @Integer 0 4)) "c" :: Union Integer
    {If c@0 0 (If c@1 1 (If c@2 2 3))}
    

  3. EnumGenBound :: a -> a -> EnumGenBound a

    grisette Grisette.Internal.Core.Data.Class.GenSym

    No documentation available.

  4. newtype EnumGenUpperBound a

    grisette Grisette.Internal.Core.Data.Class.GenSym

    Specification for enum values with upper bound (exclusive). The result would chosen from [0 .. upperbound].

    >>> runFresh (fresh (EnumGenUpperBound @Integer 4)) "c" :: Union Integer
    {If c@0 0 (If c@1 1 (If c@2 2 3))}
    

  5. EnumGenUpperBound :: a -> EnumGenUpperBound a

    grisette Grisette.Internal.Core.Data.Class.GenSym

    No documentation available.

  6. module Graphics.UI.Gtk.General.Enums

    General enumeration types.

  7. pattern EnumFrom :: Exp -> Exp

    haskell-src-exts-simple Language.Haskell.Exts.Simple.Syntax

    No documentation available.

  8. pattern EnumFromThen :: Exp -> Exp -> Exp

    haskell-src-exts-simple Language.Haskell.Exts.Simple.Syntax

    No documentation available.

  9. pattern EnumFromThenTo :: Exp -> Exp -> Exp -> Exp

    haskell-src-exts-simple Language.Haskell.Exts.Simple.Syntax

    No documentation available.

  10. pattern EnumFromTo :: Exp -> Exp -> Exp

    haskell-src-exts-simple Language.Haskell.Exts.Simple.Syntax

    No documentation available.

Page 28 of many | Previous | Next