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.
-
deriving-aeson Deriving.Aeson CONTENT
type
SumObserver = Instrument 'Asynchronous 'Additive 'Monotonicopentelemetry OpenTelemetry.Eventlog No documentation available.
SumObserver :: InstrumentName -> InstrumentId -> Instrument 'Asynchronous 'Additive 'Monotonicopentelemetry OpenTelemetry.Metrics_Internal No documentation available.
type
SumObserver = Instrument 'Asynchronous 'Additive 'Monotonicopentelemetry OpenTelemetry.Metrics_Internal No documentation available.
-
prometheus-client Prometheus No documentation available.
-
prometheus-client Prometheus No documentation available.
Summon :: GroupName ItemKind -> Dice -> EffectLambdaHack Game.LambdaHack.Content.ItemKind summon the given number of actors of this group
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 -}type family
SumArity (arg :: Type -> Type) :: Naturalderive-storable Foreign.Storable.Generic.Tools.TypeFuns No documentation available.
-
elm-bridge Elm.Derive Specifies how to encode constructors of a sum datatype.