Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data CatchPokemonResponse #
Eq CatchPokemonResponse # | |
Show CatchPokemonResponse # | |
Message CatchPokemonResponse # | |
Default CatchPokemonResponse # | |
HasField "captureAward" CatchPokemonResponse CatchPokemonResponse # | |
HasField "capturedPokemonId" CatchPokemonResponse CatchPokemonResponse # | |
HasField "maybe'captureAward" CatchPokemonResponse CatchPokemonResponse # | |
HasField "missPercent" CatchPokemonResponse CatchPokemonResponse # | |
HasField "status" CatchPokemonResponse CatchPokemonResponse # | |
type Field "captureAward" CatchPokemonResponse # | |
type Field "capturedPokemonId" CatchPokemonResponse # | |
type Field "maybe'captureAward" CatchPokemonResponse # | |
type Field "missPercent" CatchPokemonResponse # | |
type Field "status" CatchPokemonResponse # | |
captureAward :: forall msg msg'. HasField "captureAward" msg msg' => Lens msg msg' (Field "captureAward" msg) (Field "captureAward" msg') #
capturedPokemonId :: forall msg msg'. HasField "capturedPokemonId" msg msg' => Lens msg msg' (Field "capturedPokemonId" msg) (Field "capturedPokemonId" msg') #
maybe'captureAward :: forall msg msg'. HasField "maybe'captureAward" msg msg' => Lens msg msg' (Field "maybe'captureAward" msg) (Field "maybe'captureAward" msg') #
missPercent :: forall msg msg'. HasField "missPercent" msg msg' => Lens msg msg' (Field "missPercent" msg) (Field "missPercent" msg') #