amazonka-core-2.0: Core data types and functionality for Amazonka libraries.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityprovisional
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Core

Description

Types and values referenced by generated code.

Documentation

(.!@) :: Functor f => f (Maybe a) -> a -> f a infixl 7 Source #

may :: Applicative f => ([a] -> f b) -> [a] -> f (Maybe b) Source #