Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
ProcessLocalSpanSerialNumber = Word64opentelemetry OpenTelemetry.Eventlog_Internal No documentation available.
optionType_enum :: (Bounded a, Enum a, Show a) => String -> OptionType aoptions Options Store an option as one of a set of possible values This is a simplistic implementation, useful for quick scripts. For more possibilities, see optionType.
buildNumber :: Scientific -> Builderpdf-toolbox-core Pdf.Core.Object.Builder Build a number
parseNumber :: Parser Scientificpdf-toolbox-core Pdf.Core.Parsers.Object Parse number
enum :: (Text -> Maybe a) -> Value apostgresql-binary PostgreSQL.Binary.Decoding Given a partial mapping from text to value, produces a decoder of that value.
boundedEnumStdUniform :: forall a (m :: Type -> Type) . (Enum a, Bounded a) => RVarT m arandom-fu Data.Random.Distribution.Uniform Compute a random value for a Bounded Enum type, between minBound and maxBound (inclusive)
enumUniform :: forall a (m :: Type -> Type) . Enum a => a -> a -> RVarT m arandom-fu Data.Random.Distribution.Uniform realFloatUniform a b computes a uniform random value in the range [a,b) for any Enum type
enumUniformCDF :: (Enum a, Ord a) => a -> a -> a -> Doublerandom-fu Data.Random.Distribution.Uniform No documentation available.
extractNumber :: Number r i -> irelational-query Database.Relational.Arrow Get untyped sequence number.
rowNumber :: Integral a => Record OverWindow arelational-query Database.Relational.Arrow ROW_NUMBER() term.