| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
RegExDot.CompilationOptions
Contents
Description
AUTHOR- Dr. Alistair Ward
DESCRIPTION
- Defines those options relating to compile-time.
- These tend to be options which affect the result, rather than the means by which it is achieved.
- Whilst similar structures are present in other regex-implementations, there's no standardisation of the fields.
Synopsis
Types
Data-types
data CompilationOptions Source #
The switch(es) used to control compilation of the regex-engine.
Constructors
| MkCompilationOptions | |
Fields
| |
Instances
| Eq CompilationOptions Source # | |
Defined in RegExDot.CompilationOptions Methods (==) :: CompilationOptions -> CompilationOptions -> Bool # (/=) :: CompilationOptions -> CompilationOptions -> Bool # | |
| Show CompilationOptions Source # | |
Defined in RegExDot.CompilationOptions Methods showsPrec :: Int -> CompilationOptions -> ShowS # show :: CompilationOptions -> String # showList :: [CompilationOptions] -> ShowS # | |
| Default CompilationOptions Source # | |
Defined in RegExDot.CompilationOptions Methods | |
| Options CompilationOptions Source # | |
Defined in RegExDot.CompilationOptions Methods | |