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. EnumValue :: ManagedPtr EnumValue -> EnumValue

    gi-gobject GI.GObject.Structs.EnumValue

    No documentation available.

  2. EnumFrom :: l -> Exp l -> Exp l

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

    unbounded arithmetic sequence, incrementing by 1: [from ..]

  3. EnumFromThen :: l -> Exp l -> Exp l -> Exp l

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

    unbounded arithmetic sequence, with first two elements given [from, then ..]

  4. EnumFromThenTo :: l -> Exp l -> Exp l -> Exp l -> Exp l

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

    bounded arithmetic sequence, with first two elements given [from, then .. to]

  5. EnumFromTo :: l -> Exp l -> Exp l -> Exp l

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

    bounded arithmetic sequence, incrementing by 1 [from .. to]

  6. data Enumeration n

    comfort-array Data.Array.Comfort.Shape

    Enumeration denotes a shape of fixed size that is defined by Enum and Bounded methods. For correctness it is necessary that the Enum and Bounded instances are properly implemented. Automatically derived instances are fine.

    >>> Shape.indices (Shape.Enumeration :: Shape.Enumeration Ordering)
    [LT,EQ,GT]
    

  7. Enumeration :: Enumeration n

    comfort-array Data.Array.Comfort.Shape

    No documentation available.

  8. module GI.Gio.Enums

    No documentation available.

  9. class Enumerable (t :: Type -> Type)

    selective Control.Selective.Multi

    A class of tags that can be enumerated. A valid instance must list every tag in the resulting list exactly once.

  10. module GI.Cairo.Enums

    No documentation available.

Page 15 of many | Previous | Next