Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data PlayerPublicProfile #
Eq PlayerPublicProfile # | |
Show PlayerPublicProfile # | |
Message PlayerPublicProfile # | |
Default PlayerPublicProfile # | |
HasField "avatar" PlayerPublicProfile PlayerPublicProfile # | |
HasField "level" PlayerPublicProfile PlayerPublicProfile # | |
HasField "maybe'avatar" PlayerPublicProfile PlayerPublicProfile # | |
HasField "name" PlayerPublicProfile PlayerPublicProfile # | |
type Field "avatar" PlayerPublicProfile # | |
type Field "level" PlayerPublicProfile # | |
type Field "maybe'avatar" PlayerPublicProfile # | |
type Field "name" PlayerPublicProfile # | |
avatar :: forall msg msg'. HasField "avatar" msg msg' => Lens msg msg' (Field "avatar" msg) (Field "avatar" msg') #
level :: forall msg msg'. HasField "level" msg msg' => Lens msg msg' (Field "level" msg) (Field "level" msg') #
maybe'avatar :: forall msg msg'. HasField "maybe'avatar" msg msg' => Lens msg msg' (Field "maybe'avatar" msg) (Field "maybe'avatar" msg') #