Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data ContactSettings #
Eq ContactSettings # | |
Show ContactSettings # | |
Message ContactSettings # | |
Default ContactSettings # | |
HasField "sendMarketingEmails" ContactSettings ContactSettings # | |
HasField "sendPushNotifications" ContactSettings ContactSettings # | |
type Field "sendMarketingEmails" ContactSettings # | |
type Field "sendPushNotifications" ContactSettings # | |
sendMarketingEmails :: forall msg msg'. HasField "sendMarketingEmails" msg msg' => Lens msg msg' (Field "sendMarketingEmails" msg) (Field "sendMarketingEmails" msg') #
sendPushNotifications :: forall msg msg'. HasField "sendPushNotifications" msg msg' => Lens msg msg' (Field "sendPushNotifications" msg) (Field "sendPushNotifications" msg') #