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.
number :: Floating a => a -> FortranIO r (Ptr a)netlib-carray Numeric.Netlib.CArray.Utility No documentation available.
number :: Floating a => a -> FortranIO r (Ptr a)netlib-comfort-array Numeric.Netlib.ComfortArray.Utility No documentation available.
-
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.
numeric :: HeadedParsec Void Text Numericpostgresql-syntax PostgresqlSyntax.Parsing No documentation available.
numeric :: Numeric -> TextBuilderpostgresql-syntax PostgresqlSyntax.Rendering No documentation available.
numberOf2LayerAtoms :: [[String]] -> Intset-cover Math.SetCover.Cuboid No documentation available.
number :: Integer -> SimpleExprsimple-expr Debug.SimpleExpr Initializes a single integer number expression.
Examples of usage
>>> a = number 42 >>> a 42 >>> :t a a :: SimpleExpr
number :: Integer -> SimpleExprsimple-expr Debug.SimpleExpr.Expr Initializes a single integer number expression.
Examples of usage
>>> a = number 42 >>> a 42 >>> :t a a :: SimpleExpr
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
numeric :: forall (m :: Type -> Type) . Monad m => Parser Char m Charstreamly-core Streamly.Internal.Unicode.Parser Match any character that satisfies isNumber