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.

  1. fromEnum :: Enum a => a -> Int

    LambdaHack 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.

  2. toEnum :: Enum a => Int -> a

    LambdaHack Game.LambdaHack.Core.Prelude

    Convert from an Int.

  3. type ALenum = CInt

    OpenAL Sound.OpenAL.AL.BasicTypes

    Enumerated 32-bit value

  4. ALInvalidEnum :: ALErrorCategory

    OpenAL Sound.OpenAL.AL.Errors

    No documentation available.

  5. alEnumValue :: String -> GettableStateVar ALenum

    OpenAL 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.

  6. type ALCenum = CInt

    OpenAL Sound.OpenAL.ALC.BasicTypes

    Enumerated 32-bit value

  7. captureNumSamples :: Device -> GettableStateVar NumSamples

    OpenAL Sound.OpenAL.ALC.Capture

    No documentation available.

  8. ALCInvalidEnum :: ALCErrorCategory

    OpenAL Sound.OpenAL.ALC.Errors

    No documentation available.

  9. alcEnumValue :: Maybe Device -> String -> GettableStateVar ALCenum

    OpenAL 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.

  10. module AERN2.MP.Float.PreludeNum

    Instances for Prelude classes such as Num, Fractional, using an unspecified rounding.

Page 167 of many | Previous | Next