Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. number :: Floating a => a -> FortranIO r (Ptr a)

    netlib-carray Numeric.Netlib.CArray.Utility

    No documentation available.

  2. number :: Floating a => a -> FortranIO r (Ptr a)

    netlib-comfort-array Numeric.Netlib.ComfortArray.Utility

    No documentation available.

  3. package numtype-dk

    Type-level integers, using TypeNats, Data Kinds, and Closed Type Families. This package provides type level representations of the (positive and negative) integers and basic operations (addition, subtraction, multiplication, division, exponentiation) on these. The numtype-dk package differs from the numtype package in that the NumTypes are implemented using Data Kinds, TypeNats, and Closed Type Families rather than Functional Dependencies. Requires GHC 7.8 or later.

  4. numeric :: HeadedParsec Void Text Numeric

    postgresql-syntax PostgresqlSyntax.Parsing

    No documentation available.

  5. numeric :: Numeric -> TextBuilder

    postgresql-syntax PostgresqlSyntax.Rendering

    No documentation available.

  6. numberOf2LayerAtoms :: [[String]] -> Int

    set-cover Math.SetCover.Cuboid

    No documentation available.

  7. number :: Integer -> SimpleExpr

    simple-expr Debug.SimpleExpr

    Initializes a single integer number expression.

    Examples of usage

    >>> a = number 42
    
    >>> a
    42
    
    >>> :t a
    a :: SimpleExpr
    

  8. number :: Integer -> SimpleExpr

    simple-expr Debug.SimpleExpr.Expr

    Initializes a single integer number expression.

    Examples of usage

    >>> a = number 42
    
    >>> a
    42
    
    >>> :t a
    a :: SimpleExpr
    

  9. number :: forall (m :: Type -> Type) . Monad m => Parser Char m (Integer, Int)

    streamly-core Streamly.Internal.Unicode.Parser

    A generic parser for scientific notation of numbers. Returns (mantissa, exponent) tuple. The result can be mapped to Double or any other number representation e.g. Scientific. For example, using the scientific package: >> parserScientific = uncurry Data.Scientific.scientific $ number

  10. numeric :: forall (m :: Type -> Type) . Monad m => Parser Char m Char

    streamly-core Streamly.Internal.Unicode.Parser

    Match any character that satisfies isNumber

Page 91 of many | Previous | Next