pokemon-go-protobuf-types-0.1.0.0: Haskell types for the Pokemon Go protobuf protocol.
Proto.POGOProtos.Inventory.Candy
data Candy #
Constructors
Fields
Instances
Methods
(==) :: Candy -> Candy -> Bool #
(/=) :: Candy -> Candy -> Bool #
showsPrec :: Int -> Candy -> ShowS #
show :: Candy -> String #
showList :: [Candy] -> ShowS #
descriptor :: MessageDescriptor Candy
def :: Candy
field :: ProxySym "candy" -> Lens Candy Candy (Field "candy" Candy) (Field "candy" Candy)
field :: ProxySym "familyId" -> Lens Candy Candy (Field "familyId" Candy) (Field "familyId" Candy)
candy :: forall msg msg'. HasField "candy" msg msg' => Lens msg msg' (Field "candy" msg) (Field "candy" msg') #
familyId :: forall msg msg'. HasField "familyId" msg msg' => Lens msg msg' (Field "familyId" msg) (Field "familyId" msg') #