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.

  1. type ProcessLocalSpanSerialNumber = Word64

    opentelemetry OpenTelemetry.Eventlog_Internal

    No documentation available.

  2. optionType_enum :: (Bounded a, Enum a, Show a) => String -> OptionType a

    options 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.

  3. buildNumber :: Scientific -> Builder

    pdf-toolbox-core Pdf.Core.Object.Builder

    Build a number

  4. parseNumber :: Parser Scientific

    pdf-toolbox-core Pdf.Core.Parsers.Object

    Parse number

  5. enum :: (Text -> Maybe a) -> Value a

    postgresql-binary PostgreSQL.Binary.Decoding

    Given a partial mapping from text to value, produces a decoder of that value.

  6. boundedEnumStdUniform :: forall a (m :: Type -> Type) . (Enum a, Bounded a) => RVarT m a

    random-fu Data.Random.Distribution.Uniform

    Compute a random value for a Bounded Enum type, between minBound and maxBound (inclusive)

  7. enumUniform :: forall a (m :: Type -> Type) . Enum a => a -> a -> RVarT m a

    random-fu Data.Random.Distribution.Uniform

    realFloatUniform a b computes a uniform random value in the range [a,b) for any Enum type

  8. enumUniformCDF :: (Enum a, Ord a) => a -> a -> a -> Double

    random-fu Data.Random.Distribution.Uniform

    No documentation available.

  9. extractNumber :: Number r i -> i

    relational-query Database.Relational.Arrow

    Get untyped sequence number.

  10. rowNumber :: Integral a => Record OverWindow a

    relational-query Database.Relational.Arrow

    ROW_NUMBER() term.

Page 358 of many | Previous | Next