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.
EnumValue :: ManagedPtr EnumValue -> EnumValuegi-gobject GI.GObject.Structs.EnumValue No documentation available.
EnumFrom :: l -> Exp l -> Exp lhaskell-src-exts Language.Haskell.Exts.Syntax unbounded arithmetic sequence, incrementing by 1: [from ..]
EnumFromThen :: l -> Exp l -> Exp l -> Exp lhaskell-src-exts Language.Haskell.Exts.Syntax unbounded arithmetic sequence, with first two elements given [from, then ..]
EnumFromThenTo :: l -> Exp l -> Exp l -> Exp l -> Exp lhaskell-src-exts Language.Haskell.Exts.Syntax bounded arithmetic sequence, with first two elements given [from, then .. to]
EnumFromTo :: l -> Exp l -> Exp l -> Exp lhaskell-src-exts Language.Haskell.Exts.Syntax bounded arithmetic sequence, incrementing by 1 [from .. to]
-
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]
-
comfort-array Data.Array.Comfort.Shape No documentation available.
-
No documentation available.
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.
-
No documentation available.