Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data CatchPokemonLogEntry #
Eq CatchPokemonLogEntry # | |
Show CatchPokemonLogEntry # | |
Message CatchPokemonLogEntry # | |
Default CatchPokemonLogEntry # | |
HasField "combatPoints" CatchPokemonLogEntry CatchPokemonLogEntry # | |
HasField "pokemonDataId" CatchPokemonLogEntry CatchPokemonLogEntry # | |
HasField "pokemonId" CatchPokemonLogEntry CatchPokemonLogEntry # | |
HasField "result" CatchPokemonLogEntry CatchPokemonLogEntry # | |
type Field "combatPoints" CatchPokemonLogEntry # | |
type Field "pokemonDataId" CatchPokemonLogEntry # | |
type Field "pokemonId" CatchPokemonLogEntry # | |
type Field "result" CatchPokemonLogEntry # | |
combatPoints :: forall msg msg'. HasField "combatPoints" msg msg' => Lens msg msg' (Field "combatPoints" msg) (Field "combatPoints" msg') #
pokemonDataId :: forall msg msg'. HasField "pokemonDataId" msg msg' => Lens msg msg' (Field "pokemonDataId" msg) (Field "pokemonDataId" msg') #