Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data ActionLogEntry #
Eq ActionLogEntry # | |
Show ActionLogEntry # | |
Message ActionLogEntry # | |
Default ActionLogEntry # | |
HasField "catchPokemon" ActionLogEntry ActionLogEntry # | |
HasField "fortSearch" ActionLogEntry ActionLogEntry # | |
HasField "maybe'catchPokemon" ActionLogEntry ActionLogEntry # | |
HasField "maybe'fortSearch" ActionLogEntry ActionLogEntry # | |
HasField "sfida" ActionLogEntry ActionLogEntry # | |
HasField "timestampMs" ActionLogEntry ActionLogEntry # | |
type Field "catchPokemon" ActionLogEntry # | |
type Field "fortSearch" ActionLogEntry # | |
type Field "maybe'catchPokemon" ActionLogEntry # | |
type Field "maybe'fortSearch" ActionLogEntry # | |
type Field "sfida" ActionLogEntry # | |
type Field "timestampMs" ActionLogEntry # | |
catchPokemon :: forall msg msg'. HasField "catchPokemon" msg msg' => Lens msg msg' (Field "catchPokemon" msg) (Field "catchPokemon" msg') #
fortSearch :: forall msg msg'. HasField "fortSearch" msg msg' => Lens msg msg' (Field "fortSearch" msg) (Field "fortSearch" msg') #
maybe'catchPokemon :: forall msg msg'. HasField "maybe'catchPokemon" msg msg' => Lens msg msg' (Field "maybe'catchPokemon" msg) (Field "maybe'catchPokemon" msg') #
maybe'fortSearch :: forall msg msg'. HasField "maybe'fortSearch" msg msg' => Lens msg msg' (Field "maybe'fortSearch" msg) (Field "maybe'fortSearch" msg') #
sfida :: forall msg msg'. HasField "sfida" msg msg' => Lens msg msg' (Field "sfida" msg) (Field "sfida" msg') #
timestampMs :: forall msg msg'. HasField "timestampMs" msg msg' => Lens msg msg' (Field "timestampMs" msg) (Field "timestampMs" msg') #