|
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| method reason of this class maps a value of type a to an explanation of
the input syntax for a value of type a
| | | Methods | |
|
|
|
| Reads an email address according to RFC 2822
| | Constructors | |
|
|
| newtype CreditCardNumber | Source |
|
| Reads a credit card number and performs Luhn check on it.
| | Constructors | |
|
|
|
| Reads credit card expiration dates in format .
| | Constructors | |
|
|
|
| Non-empty strings.
| | Constructors | |
|
|
|
| Phone numbers.
| | Constructors | |
|
|
|
| Non-empty strings of digits.
| | Constructors | |
|
|
|
| Arbitrary string data. No quotes required.
| | Constructors | |
|
|
|
| A Password is a string of length >= 8 with characters taken from at least
three of the four sets: lower case characters, upper case characters, digits,
and special characters.
| | Constructors | |
|
|
|
| Data type for transforming a field into an optional one. The Read syntax of
Absent is the empty string, whereas the Read syntax of Present a is just the
Read syntax of a. Analogously for Show.
| | Constructors | |
|
|
|
| Analogous to Maybe.fromJust
|
|
|
| Analogous to Maybe.fromMaybe
|
|
| Produced by Haddock version 2.6.0 |