Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. package numeric-prelude

    An experimental alternative hierarchy of numeric type classes The package provides an experimental alternative hierarchy of numeric type classes. The type classes are more oriented at mathematical structures and their methods come with laws that the instances must fulfill.

  2. numColumns :: T a -> Dimension

    numeric-prelude MathObj.Matrix

    No documentation available.

  3. numRows :: T a -> Dimension

    numeric-prelude MathObj.Matrix

    No documentation available.

  4. numerator :: T -> Integer

    numeric-prelude Number.FixedPoint.Check

    No documentation available.

  5. numerator :: T a -> !a

    numeric-prelude Number.Ratio

    No documentation available.

  6. numerator :: T a -> a

    numeric-prelude NumericPrelude

    No documentation available.

  7. numerator :: T a -> a

    numeric-prelude NumericPrelude.Numeric

    No documentation available.

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

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

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

    sdl2 SDL.Input.Joystick

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

Page 77 of many | Previous | Next