Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. numerator :: T a -> a

    numeric-prelude NumericPrelude.Numeric

    No documentation available.

  2. package numhask

    A numeric class hierarchy. This package provides alternative numeric classes over Prelude. The numeric class constellation looks somewhat like:

    Usage

    >>> {-# LANGUAGE GHC2024 #-}
    
    >>> {-# LANGUAGE RebindableSyntax #-}
    
    >>> import NumHask.Prelude
    
    See NumHask for a detailed overview.

  3. numAxes :: MonadIO m => Joystick -> m CInt

    sdl2 SDL.Input.Joystick

    Get the number of general axis controls on a joystick. See SDL_JoystickNumAxes for C documentation.

  4. numBalls :: MonadIO m => Joystick -> m CInt

    sdl2 SDL.Input.Joystick

    Get the number of trackballs on a joystick. See SDL_JoystickNumBalls for C documentation.

  5. numButtons :: MonadIO m => Joystick -> m CInt

    sdl2 SDL.Input.Joystick

    Get the number of buttons on a joystick. See SDL_JoystickNumButtons for C documentation.

  6. numHats :: MonadIO m => Joystick -> m CInt

    sdl2 SDL.Input.Joystick

    Get the number of POV hats on a joystick. See SDL_JoystickNumHats for C documentation.

  7. numJoysticks :: MonadIO m => m CInt

    sdl2 SDL.Input.Joystick

    Count the number of joysticks attached to the system. See SDL_NumJoysticks for C documentation.

  8. numJoysticks :: MonadIO m => m CInt

    sdl2 SDL.Raw.Event

    No documentation available.

  9. numHaptics :: MonadIO m => m CInt

    sdl2 SDL.Raw.Haptic

    No documentation available.

  10. numClassKey :: Unique

    ghc-lib-parser GHC.Builtin.Names

    No documentation available.

Page 78 of many | Previous | Next