hscim-0.3.6: hscim json schema and server implementation
Safe HaskellNone
LanguageHaskell2010

Web.Scim.Schema.Meta

Documentation

data ETag Source #

Constructors

Weak Text 
Strong Text 

Instances

Instances details
Eq ETag Source # 
Instance details

Defined in Web.Scim.Schema.Meta

Methods

(==) :: ETag -> ETag -> Bool #

(/=) :: ETag -> ETag -> Bool #

Show ETag Source # 
Instance details

Defined in Web.Scim.Schema.Meta

Methods

showsPrec :: Int -> ETag -> ShowS #

show :: ETag -> String #

showList :: [ETag] -> ShowS #

ToJSON ETag Source # 
Instance details

Defined in Web.Scim.Schema.Meta

FromJSON ETag Source # 
Instance details

Defined in Web.Scim.Schema.Meta

data Meta Source #

Constructors

Meta 

Fields

Instances

Instances details
Eq Meta Source # 
Instance details

Defined in Web.Scim.Schema.Meta

Methods

(==) :: Meta -> Meta -> Bool #

(/=) :: Meta -> Meta -> Bool #

Show Meta Source # 
Instance details

Defined in Web.Scim.Schema.Meta

Methods

showsPrec :: Int -> Meta -> ShowS #

show :: Meta -> String #

showList :: [Meta] -> ShowS #

Generic Meta Source # 
Instance details

Defined in Web.Scim.Schema.Meta

Associated Types

type Rep Meta :: Type -> Type #

Methods

from :: Meta -> Rep Meta x #

to :: Rep Meta x -> Meta #

ToJSON Meta Source # 
Instance details

Defined in Web.Scim.Schema.Meta

FromJSON Meta Source # 
Instance details

Defined in Web.Scim.Schema.Meta

type Rep Meta Source # 
Instance details

Defined in Web.Scim.Schema.Meta

data WithMeta a Source #

Constructors

WithMeta 

Fields

Instances

Instances details
Eq a => Eq (WithMeta a) Source # 
Instance details

Defined in Web.Scim.Schema.Meta

Methods

(==) :: WithMeta a -> WithMeta a -> Bool #

(/=) :: WithMeta a -> WithMeta a -> Bool #

Show a => Show (WithMeta a) Source # 
Instance details

Defined in Web.Scim.Schema.Meta

Methods

showsPrec :: Int -> WithMeta a -> ShowS #

show :: WithMeta a -> String #

showList :: [WithMeta a] -> ShowS #

Generic (WithMeta a) Source # 
Instance details

Defined in Web.Scim.Schema.Meta

Associated Types

type Rep (WithMeta a) :: Type -> Type #

Methods

from :: WithMeta a -> Rep (WithMeta a) x #

to :: Rep (WithMeta a) x -> WithMeta a #

ToJSON a => ToJSON (WithMeta a) Source # 
Instance details

Defined in Web.Scim.Schema.Meta

FromJSON a => FromJSON (WithMeta a) Source # 
Instance details

Defined in Web.Scim.Schema.Meta

type Rep (WithMeta a) Source # 
Instance details

Defined in Web.Scim.Schema.Meta

type Rep (WithMeta a) = D1 ('MetaData "WithMeta" "Web.Scim.Schema.Meta" "hscim-0.3.6-JBBH5QJtoVCBhDdsGW2kZ7" 'False) (C1 ('MetaCons "WithMeta" 'PrefixI 'True) (S1 ('MetaSel ('Just "meta") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Meta) :*: S1 ('MetaSel ('Just "thing") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 a)))