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