Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. signum :: Num a => a -> a

    LambdaHack Game.LambdaHack.Core.Prelude

    Sign of a number. The functions abs and signum should satisfy the law:

    abs x * signum x == x
    
    For real numbers, the signum is either -1 (negative), 0 (zero) or 1 (positive).

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

    LambdaHack Game.LambdaHack.Core.Prelude

    Convert from an Int.

  3. snumSpawned :: StateServer -> EnumMap LevelId Int

    LambdaHack Game.LambdaHack.Server.State

    how many spawned so far on the level

  4. enumFrom :: (List l, Enum a) => a -> l a

    List Data.List.Class

    No documentation available.

  5. enumFromTo :: (List l, Enum a) => a -> a -> l a

    List Data.List.Class

    No documentation available.

  6. type ALenum = CInt

    OpenAL Sound.OpenAL.AL.BasicTypes

    Enumerated 32-bit value

  7. ALInvalidEnum :: ALErrorCategory

    OpenAL Sound.OpenAL.AL.Errors

    No documentation available.

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

  9. type ALCenum = CInt

    OpenAL Sound.OpenAL.ALC.BasicTypes

    Enumerated 32-bit value

  10. captureNumSamples :: Device -> GettableStateVar NumSamples

    OpenAL Sound.OpenAL.ALC.Capture

    No documentation available.

Page 370 of many | Previous | Next