Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
numericEnumFrom :: Real a => a -> [a]numeric-quest Fraction No documentation available.
numericEnumFromThen :: Real a => a -> a -> [a]numeric-quest Fraction No documentation available.
numericEnumFromThenTo :: Real a => a -> a -> a -> [a]numeric-quest Fraction No documentation available.
numericEnumFromTo :: Real a => a -> a -> [a]numeric-quest Fraction 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