Hoogle Search

Within LTS Haskell 24.52 (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

    copilot-language Copilot.Language.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

    copilot-language Copilot.Language.Prelude

    Convert from an Int.

  3. NVNumber :: Scientific -> NumericValue

    css-syntax Data.CSS.Syntax.Tokens

    number with dot . or exponent e

  4. positiveNumber :: CharParser st (String, Integer)

    dice Data.Random.Dice

    No documentation available.

  5. newtype EnumFuncallExit

    emacs-module Data.Emacs.Module.Env

    No documentation available.

  6. EnumFuncallExit :: CInt -> EnumFuncallExit

    emacs-module Data.Emacs.Module.Env

    No documentation available.

  7. funcallExitFromNum :: (Eq a, Num a) => a -> Maybe (FuncallExit ())

    emacs-module Data.Emacs.Module.Env

    No documentation available.

  8. funcallExitToNum :: Num a => FuncallExit b -> a

    emacs-module Data.Emacs.Module.Env

    No documentation available.

  9. unEnumFuncallExit :: EnumFuncallExit -> CInt

    emacs-module Data.Emacs.Module.Env

    No documentation available.

  10. foldFuncallExitFromNum :: (Eq a, Num a) => a -> b -> (FuncallExit () -> b) -> b

    emacs-module Data.Emacs.Module.Env.Functions

    No documentation available.

Page 560 of many | Previous | Next