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.
-
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). -
LambdaHack Game.LambdaHack.Core.Prelude Convert from an Int.
snumSpawned :: StateServer -> EnumMap LevelId IntLambdaHack Game.LambdaHack.Server.State how many spawned so far on the level
enumFrom :: (List l, Enum a) => a -> l aList Data.List.Class No documentation available.
enumFromTo :: (List l, Enum a) => a -> a -> l aList Data.List.Class No documentation available.
-
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.