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.
-
postgresql-binary PostgreSQL.Binary.Decoding No documentation available.
nummultirange :: Value (Multirange Scientific)postgresql-binary PostgreSQL.Binary.Decoding nummultirange
numrange :: Value (Range Scientific)postgresql-binary PostgreSQL.Binary.Decoding numrange
numeric :: Scientific -> Encodingpostgresql-binary PostgreSQL.Binary.Encoding No documentation available.
nummultirange :: Multirange Scientific -> Encodingpostgresql-binary PostgreSQL.Binary.Encoding No documentation available.
numrange :: Range Scientific -> Encodingpostgresql-binary PostgreSQL.Binary.Encoding No documentation available.
numEvents :: Categorical p a -> Intrandom-fu Data.Random.Distribution.Categorical No documentation available.
number :: (PositionalSystem s, Integral α, Printer p) => s -> α -> ptext-printer Text.Printer.Integral Print a number in the specified positional numeral system. Negative values are prefixed with a minus sign.
number' :: (PositionalSystem s, Integral α, Printer p) => s -> p -> p -> p -> α -> ptext-printer Text.Printer.Integral Print a number in the specified positional numeral system.
numericValue :: Char -> Maybe Rationalunicode-data Unicode.Char.Numeric Numeric value of a character, if relevant. Note: a character may have a numeric value but return False with the predicate isNumber, because isNumber only tests GeneralCategory: some CJK characters are OtherLetter and do have a numeric value.