| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.POGOProtos.Data.PokedexEntry
Documentation
data PokedexEntry Source #
Constructors
| PokedexEntry | |
Instances
| Eq PokedexEntry Source # | |
| Show PokedexEntry Source # | |
| Default PokedexEntry Source # | |
| Message PokedexEntry Source # | |
| HasField "evolutionStonePieces" PokedexEntry PokedexEntry Source # | |
| HasField "evolutionStones" PokedexEntry PokedexEntry Source # | |
| HasField "pokemonId" PokedexEntry PokedexEntry Source # | |
| HasField "timesCaptured" PokedexEntry PokedexEntry Source # | |
| HasField "timesEncountered" PokedexEntry PokedexEntry Source # | |
| type Field "evolutionStonePieces" PokedexEntry Source # | |
| type Field "evolutionStones" PokedexEntry Source # | |
| type Field "pokemonId" PokedexEntry Source # | |
| type Field "timesCaptured" PokedexEntry Source # | |
| type Field "timesEncountered" PokedexEntry Source # | |
evolutionStonePieces :: forall msg msg'. HasField "evolutionStonePieces" msg msg' => Lens msg msg' (Field "evolutionStonePieces" msg) (Field "evolutionStonePieces" msg') Source #
evolutionStones :: forall msg msg'. HasField "evolutionStones" msg msg' => Lens msg msg' (Field "evolutionStones" msg) (Field "evolutionStones" msg') Source #
pokemonId :: forall msg msg'. HasField "pokemonId" msg msg' => Lens msg msg' (Field "pokemonId" msg) (Field "pokemonId" msg') Source #