Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
fromEnum :: Enum a => a -> IntLambdaHack Game.LambdaHack.Core.Prelude Convert to an Int. It is implementation-dependent what fromEnum returns when applied to a value that is too large to fit in an Int.
-
LambdaHack Game.LambdaHack.Core.Prelude Convert from an Int.
-
OpenAL Sound.OpenAL.AL.BasicTypes Enumerated 32-bit value
ALInvalidEnum :: ALErrorCategoryOpenAL Sound.OpenAL.AL.Errors No documentation available.
alEnumValue :: String -> GettableStateVar ALenumOpenAL Sound.OpenAL.AL.Extensions To obtain enumeration values for extensions, the application has to use alEnumValue of an extension token. Enumeration values are defined within the OpenAL name space and allocated according to specification of the core API and the extensions, thus they are context-independent. alEnumValue contains 0 if the enumeration can not be found. The presence of an enum value does not guarantee the applicability of an extension to the current context. A non-zero value indicates merely that the implementation is aware of the existence of this extension. Implementations should not attempt to use 0 to indicate that the extensions is not supported for the current context.
-
OpenAL Sound.OpenAL.ALC.BasicTypes Enumerated 32-bit value
captureNumSamples :: Device -> GettableStateVar NumSamplesOpenAL Sound.OpenAL.ALC.Capture No documentation available.
ALCInvalidEnum :: ALCErrorCategoryOpenAL Sound.OpenAL.ALC.Errors No documentation available.
alcEnumValue :: Maybe Device -> String -> GettableStateVar ALCenumOpenAL Sound.OpenAL.ALC.Extensions Enumeration/token values are device independent, but tokens defined for extensions might not be present for a given device. Using Nothing as the device is legal, but only the tokens defined by the AL core are guaranteed. Availability of extension tokens depends on the ALC extension.
module AERN2.MP.Float.
PreludeNum Instances for Prelude classes such as Num, Fractional, using an unspecified rounding.