Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ActivationConsume :: ActivationFlagLambdaHack Game.LambdaHack.Definition.Ability No documentation available.
-
LambdaHack Game.LambdaHack.Server.HandleEffectM No documentation available.
-
LambdaHack Game.LambdaHack.Server.HandleEffectM Make the target actor destroy the given items, if all present, or none at all, if any is missing. To be used in crafting. The item that caused the effect itself is not considered (any copies).
-
LambdaHack Game.LambdaHack.Server.HandleEffectM No documentation available.
class
ParseSumType (xs :: [SchemaType])aeson-schemas Data.Aeson.Schema.Internal No documentation available.
parseSumType :: ParseSumType xs => [Key] -> Value -> Parser (SumType (SchemaResultList xs))aeson-schemas Data.Aeson.Schema.Internal No documentation available.
-
aeson-schemas Data.Aeson.Schema.Utils.Sum Extract a value from a SumType Example:
type Animal = SumType '[Owl, Cat, Toad] let someAnimal = ... :: Animal fromSumType (Proxy :: Proxy 0) someAnimal :: Maybe Owl fromSumType (Proxy :: Proxy 1) someAnimal :: Maybe Cat fromSumType (Proxy :: Proxy 2) someAnimal :: Maybe Toad -- Compile-time error -- fromSumType (Proxy :: Proxy 3) someAnimal
-
alsa-pcm Sound.ALSA.PCM.Parameters.Hardware No documentation available.
oauthConsumerKey :: OAuth -> ByteStringauthenticate-oauth Web.Authenticate.OAuth Consumer key (You MUST specify)
oauthConsumerSecret :: OAuth -> ByteStringauthenticate-oauth Web.Authenticate.OAuth Consumer Secret (You MUST specify)