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.
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
numeric :: forall (m :: Type -> Type) . Monad m => Parser Char m Charstreamly-core Streamly.Unicode.Parser Match any character that satisfies isNumber
number :: Pattern Note -> ControlPatterntidal-core Sound.Tidal.Params No documentation available.
numInner :: Num b => Tree a -> btree-fun Math.TreeFun.Tree Return the number of inner nodes of a tree
numLeaves :: Num b => Tree a -> btree-fun Math.TreeFun.Tree Return the number of leaves in a tree
-
units Data.Metrology Extracts a numerical value from a dimensioned quantity, expressed in the given unit. For example:
inMeters :: Length -> Double inMeters x = numIn x Meter
orinMeters x = x # Meter
-
units Data.Metrology.Linear Extracts a numerical value from a dimensioned quantity, expressed in the given unit. For example:
inMeters :: Length -> Double inMeters x = numIn x Meter
orinMeters x = x # Meter
-
units Data.Metrology.Poly Extracts a numerical value from a dimensioned quantity, expressed in the given unit. For example:
inMeters :: Length -> Double inMeters x = numIn x Meter
orinMeters x = x # Meter
-
units Data.Metrology.Vector Extracts a numerical value from a dimensioned quantity, expressed in the given unit. For example:
inMeters :: Length -> Double inMeters x = numIn x Meter
orinMeters x = x # Meter