Hoogle Search
Within LTS Haskell 24.50 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
numLoopState :: (Num a, Eq a, Monad m) => a -> a -> b -> (b -> a -> m b) -> m bloop Control.Loop numLoopState start end f initialState: Loops over a contiguous numerical range, including end threading a state through the computation. It uses (+ 1) so for most integer types it has no bounds (overflow) check.
numErrorVeryInaccurate :: String -> String -> NumErrormixed-types-num Numeric.MixedTypes.Reduce No documentation available.
-
Various floating point limit related constants. Various floating point limit related constants.
-
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.