| Safe Haskell | Safe-Inferred |
|---|
RegExDot.ShowablePredicate
Contents
Description
AUTHOR- Dr. Alistair Ward
DESCRIPTION- Used to implement Perl-shortcuts, BracketExpression-ranges & POSIX Character-classes.
- type Predicate a = a -> Bool
- data ShowablePredicate a = MkShowablePredicate {}
Types
Data-types
data ShowablePredicate a Source
Container for both the predicate, & the name used in the implementation of Show.
Constructors
| MkShowablePredicate | |
Instances
| Eq (ShowablePredicate a) | |
| Show (ShowablePredicate a) | |
| NFData (ShowablePredicate a) |