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.

  1. ActivationConsume :: ActivationFlag

    LambdaHack Game.LambdaHack.Definition.Ability

    No documentation available.

  2. consumeItems :: MonadServerAtomic m => ActorId -> EnumMap CStore ItemBag -> [(CStore, (ItemId, ItemFull))] -> m ()

    LambdaHack Game.LambdaHack.Server.HandleEffectM

    No documentation available.

  3. effectConsumeItems :: MonadServerAtomic m => m () -> ItemId -> ActorId -> [(Int, GroupName ItemKind)] -> [(Int, GroupName ItemKind)] -> m UseResult

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

  4. effectSummon :: MonadServerAtomic m => GroupName ItemKind -> Dice -> ItemId -> ActorId -> ActorId -> ActivationFlag -> m UseResult

    LambdaHack Game.LambdaHack.Server.HandleEffectM

    No documentation available.

  5. class ParseSumType (xs :: [SchemaType])

    aeson-schemas Data.Aeson.Schema.Internal

    No documentation available.

  6. parseSumType :: ParseSumType xs => [Key] -> Value -> Parser (SumType (SchemaResultList xs))

    aeson-schemas Data.Aeson.Schema.Internal

    No documentation available.

  7. fromSumType :: forall (n :: Nat) (types :: [Type]) result proxy . (IsInRange n types, 'Just result ~ GetIndex n types, FromSumType n types result) => proxy n -> SumType types -> Maybe result

    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
    
    

  8. canResume :: T i y Bool

    alsa-pcm Sound.ALSA.PCM.Parameters.Hardware

    No documentation available.

  9. oauthConsumerKey :: OAuth -> ByteString

    authenticate-oauth Web.Authenticate.OAuth

    Consumer key (You MUST specify)

  10. oauthConsumerSecret :: OAuth -> ByteString

    authenticate-oauth Web.Authenticate.OAuth

    Consumer Secret (You MUST specify)

Page 167 of many | Previous | Next