Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. numberCodeLines :: Options -> !Bool

    literatex LiterateX.Renderer

    True to number code lines

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

    netlib-carray Numeric.Netlib.CArray.Utility

    No documentation available.

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

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

    No documentation available.

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

  5. numeric :: HeadedParsec Void Text Numeric

    postgresql-syntax PostgresqlSyntax.Parsing

    No documentation available.

  6. numeric :: Numeric -> TextBuilder

    postgresql-syntax PostgresqlSyntax.Rendering

    No documentation available.

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

    set-cover Math.SetCover.Cuboid

    No documentation available.

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

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

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

Page 91 of many | Previous | Next