pokemon-go-protobuf-types-0.1.2: Haskell types for the Pokemon Go protobuf protocol.

Safe HaskellNone
LanguageHaskell2010

Proto.POGOProtos.Inventory.Candy

Documentation

data Candy Source #

Instances

Eq Candy Source # 

Methods

(==) :: Candy -> Candy -> Bool #

(/=) :: Candy -> Candy -> Bool #

Show Candy Source # 

Methods

showsPrec :: Int -> Candy -> ShowS #

show :: Candy -> String #

showList :: [Candy] -> ShowS #

Default Candy Source # 

Methods

def :: Candy #

Message Candy Source # 
HasField "candy" Candy Candy Source # 

Methods

field :: ProxySym "candy" -> Lens Candy Candy (Field "candy" Candy) (Field "candy" Candy) #

HasField "familyId" Candy Candy Source # 

Methods

field :: ProxySym "familyId" -> Lens Candy Candy (Field "familyId" Candy) (Field "familyId" Candy) #

type Field "candy" Candy Source # 
type Field "candy" Candy = Int32
type Field "familyId" Candy Source # 
type Field "familyId" Candy = PokemonFamilyId

candy :: forall msg msg'. HasField "candy" msg msg' => Lens msg msg' (Field "candy" msg) (Field "candy" msg') Source #

familyId :: forall msg msg'. HasField "familyId" msg msg' => Lens msg msg' (Field "familyId" msg) (Field "familyId" msg') Source #