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