| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Data.RFC5322.Address.Types
Documentation
Instances
| Eq Mailbox Source # | |
| Show Mailbox Source # | |
| Generic Mailbox Source # | |
| NFData Mailbox Source # | |
Defined in Data.RFC5322.Address.Types | |
| type Rep Mailbox Source # | |
Defined in Data.RFC5322.Address.Types type Rep Mailbox = D1 ('MetaData "Mailbox" "Data.RFC5322.Address.Types" "purebred-email-0.4.3-EizSVEdFqTp6QTylAgLpIy" 'False) (C1 ('MetaCons "Mailbox" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 AddrSpec))) | |
Instances
| Eq Address Source # | |
| Show Address Source # | |
| Generic Address Source # | |
| NFData Address Source # | |
Defined in Data.RFC5322.Address.Types | |
| type Rep Address Source # | |
Defined in Data.RFC5322.Address.Types type Rep Address = D1 ('MetaData "Address" "Data.RFC5322.Address.Types" "purebred-email-0.4.3-EizSVEdFqTp6QTylAgLpIy" 'False) (C1 ('MetaCons "Single" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Mailbox)) :+: C1 ('MetaCons "Group" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Mailbox]))) | |
Constructors
| AddrSpec ByteString Domain |
Instances
| Eq AddrSpec Source # | |
| Show AddrSpec Source # | |
| Generic AddrSpec Source # | |
| NFData AddrSpec Source # | |
Defined in Data.RFC5322.Address.Types | |
| type Rep AddrSpec Source # | |
Defined in Data.RFC5322.Address.Types type Rep AddrSpec = D1 ('MetaData "AddrSpec" "Data.RFC5322.Address.Types" "purebred-email-0.4.3-EizSVEdFqTp6QTylAgLpIy" 'False) (C1 ('MetaCons "AddrSpec" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Domain))) | |
Constructors
| DomainDotAtom (NonEmpty ByteString) | |
| DomainLiteral ByteString |
Instances
| Eq Domain Source # | |
| Show Domain Source # | |
| Generic Domain Source # | |
| NFData Domain Source # | |
Defined in Data.RFC5322.Address.Types | |
| type Rep Domain Source # | |
Defined in Data.RFC5322.Address.Types type Rep Domain = D1 ('MetaData "Domain" "Data.RFC5322.Address.Types" "purebred-email-0.4.3-EizSVEdFqTp6QTylAgLpIy" 'False) (C1 ('MetaCons "DomainDotAtom" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (NonEmpty ByteString))) :+: C1 ('MetaCons "DomainLiteral" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString))) | |