| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
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) Source # | |
| Show (ShowablePredicate a) Source # | |
| NFData (ShowablePredicate a) Source # | |