Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data SumUntaggedValue

    deriving-aeson Deriving.Aeson

    CONTENT
    

  2. type SumObserver = Instrument 'Asynchronous 'Additive 'Monotonic

    opentelemetry OpenTelemetry.Eventlog

    No documentation available.

  3. SumObserver :: InstrumentName -> InstrumentId -> Instrument 'Asynchronous 'Additive 'Monotonic

    opentelemetry OpenTelemetry.Metrics_Internal

    No documentation available.

  4. type SumObserver = Instrument 'Asynchronous 'Additive 'Monotonic

    opentelemetry OpenTelemetry.Metrics_Internal

    No documentation available.

  5. data Summary

    prometheus-client Prometheus

    No documentation available.

  6. SummaryType :: SampleType

    prometheus-client Prometheus

    No documentation available.

  7. Summon :: GroupName ItemKind -> Dice -> Effect

    LambdaHack Game.LambdaHack.Content.ItemKind

    summon the given number of actors of this group

  8. data SumType (types :: [Type])

    aeson-schemas Data.Aeson.Schema.Utils.Sum

    Represents a sum type. Loads the first type that successfully parses the JSON value. Example:

    data Owl = Owl
    data Cat = Cat
    data Toad = Toad
    type Animal = SumType '[Owl, Cat, Toad]
    
    Here Owl                         :: Animal
    There (Here Cat)                 :: Animal
    There (There (Here Toad))        :: Animal
    
    {- Fails at compile-time
    Here True                        :: Animal
    Here Cat                         :: Animal
    There (Here Owl)                 :: Animal
    There (There (There (Here Owl))) :: Animal
    -}
    
    

  9. type family SumArity (arg :: Type -> Type) :: Natural

    derive-storable Foreign.Storable.Generic.Tools.TypeFuns

    No documentation available.

  10. data SumEncoding

    elm-bridge Elm.Derive

    Specifies how to encode constructors of a sum datatype.

Page 28 of many | Previous | Next