tweak Regex haddock

This commit is contained in:
Simon Michael 2014-07-08 11:50:19 -07:00
parent 14b5d1ca3e
commit 9f991fa94b

View File

@ -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
-}