| Safe Haskell | Safe | 
|---|---|
| Language | Haskell2010 | 
RegExDot.RegExOpts
Description
AUTHOR- Dr. Alistair Ward
 DESCRIPTION
- Provides a complete job-specification.
 regExis polymorphic, allowing use of either RegExDot.RegEx.ExtendedRegEx (which is also polymorphic) or RegExChar.ExtendedRegExChar.ExtendedRegExChar.
Synopsis
- data RegExOpts a = MkRegExOpts {}
 - setVerbose :: Bool -> RegExOpts a -> RegExOpts a
 - mkRegEx :: a -> RegExOpts a
 
Types
Data-types
Aggregates both ExecutionOptions & CompilationOptions with a polymorphic regex, to form a complete job-description.
Constructors
| MkRegExOpts | |
Fields 
  | |
Functions
setVerbose :: Bool -> RegExOpts a -> RegExOpts a Source #
Mutator, which sets an appropriate ExecutionOptions, for the depth to which the caller wants to probe the resulting match.