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.
-
bitwise-enum Data.Enum.Set.Base A set of values a with representation word, implemented as bitwise operations.
module FreeType.Error.
Enumerations Please refer to the Error Codes > Error Enumerations chapter of the reference. Internal: FreeType.Error.Enumerations.Internal.
-
No documentation available.
-
No documentation available.
-
No documentation available.
-
No documentation available.
-
No documentation available.
-
grisette Grisette.Core 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))} EnumGenBound :: a -> a -> EnumGenBound agrisette Grisette.Core No documentation available.
-
grisette Grisette.Core 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))}