Web.Scim.Schema.User.Name
data Name Source #
Constructors
Fields
Defined in Web.Scim.Schema.User.Name
Methods
(==) :: Name -> Name -> Bool #
(/=) :: Name -> Name -> Bool #
showsPrec :: Int -> Name -> ShowS #
show :: Name -> String #
showList :: [Name] -> ShowS #
Associated Types
type Rep Name :: Type -> Type #
from :: Name -> Rep Name x #
to :: Rep Name x -> Name #
toJSON :: Name -> Value #
toEncoding :: Name -> Encoding #
toJSONList :: [Name] -> Value #
toEncodingList :: [Name] -> Encoding #
parseJSON :: Value -> Parser Name #
parseJSONList :: Value -> Parser [Name] #
emptyName :: Name Source #