Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
newtype EmailAddress2 Source #
Instances
Eq EmailAddress2 Source # | |
Defined in Web.Scim.Schema.User.Email (==) :: EmailAddress2 -> EmailAddress2 -> Bool # (/=) :: EmailAddress2 -> EmailAddress2 -> Bool # | |
Show EmailAddress2 Source # | |
Defined in Web.Scim.Schema.User.Email showsPrec :: Int -> EmailAddress2 -> ShowS # show :: EmailAddress2 -> String # showList :: [EmailAddress2] -> ShowS # | |
ToJSON EmailAddress2 Source # | |
Defined in Web.Scim.Schema.User.Email toJSON :: EmailAddress2 -> Value # toEncoding :: EmailAddress2 -> Encoding # toJSONList :: [EmailAddress2] -> Value # toEncodingList :: [EmailAddress2] -> Encoding # | |
FromJSON EmailAddress2 Source # | |
Defined in Web.Scim.Schema.User.Email parseJSON :: Value -> Parser EmailAddress2 # parseJSONList :: Value -> Parser [EmailAddress2] # |
Instances
Eq Email Source # | |
Show Email Source # | |
Generic Email Source # | |
ToJSON Email Source # | |
Defined in Web.Scim.Schema.User.Email | |
FromJSON Email Source # | |
type Rep Email Source # | |
Defined in Web.Scim.Schema.User.Email type Rep Email = D1 ('MetaData "Email" "Web.Scim.Schema.User.Email" "hscim-0.3.6-JBBH5QJtoVCBhDdsGW2kZ7" 'False) (C1 ('MetaCons "Email" 'PrefixI 'True) (S1 ('MetaSel ('Just "typ") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 EmailAddress2) :*: S1 ('MetaSel ('Just "primary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe ScimBool))))) |