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

Safe HaskellNone
LanguageHaskell2010

Proto.POGOProtos.Inventory.EggIncubators

Documentation

data EggIncubators #

Instances

Eq EggIncubators # 
Show EggIncubators # 
Message EggIncubators # 

Methods

descriptor :: MessageDescriptor EggIncubators

Default EggIncubators # 

Methods

def :: EggIncubators

HasField "eggIncubator" EggIncubators EggIncubators # 

Methods

field :: ProxySym "eggIncubator" -> Lens EggIncubators EggIncubators (Field "eggIncubator" EggIncubators) (Field "eggIncubator" EggIncubators)

type Field "eggIncubator" EggIncubators # 
type Field "eggIncubator" EggIncubators = [EggIncubator]

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