Safe Haskell | None |
---|---|
Language | Haskell2010 |
Text.Regex.Do.Type.Reexport
Description
reexport common types from Text.Regex.PCRE
- data Regex :: *
- type MatchArray = Array Int (MatchOffset, MatchLength)
- newtype CompOption :: * = CompOption CInt
- data ExecOption :: *
Documentation
type MatchArray = Array Int (MatchOffset, MatchLength)
0 based array, with 0th index indicating the full match. If the full match location is not available, represent as (0,0).
newtype CompOption :: *
Constructors
CompOption CInt |
data ExecOption :: *