tweak Regex haddock
This commit is contained in:
parent
14b5d1ca3e
commit
9f991fa94b
@ -1,16 +1,22 @@
|
||||
{-# LANGUAGE ScopedTypeVariables #-}
|
||||
{-
|
||||
{-|
|
||||
|
||||
Easy regular expression helpers.
|
||||
Easy regular expression helpers, based on regex-tdfa and regexpr. These should
|
||||
|
||||
These should
|
||||
- have mnemonic names
|
||||
|
||||
- have simple monomorphic types
|
||||
|
||||
- work with strings
|
||||
|
||||
- support extended regular expressions
|
||||
|
||||
- support replacement
|
||||
|
||||
- support splitting
|
||||
|
||||
- support unicode
|
||||
|
||||
- be cross-platform, not requiring C libraries
|
||||
|
||||
-}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user