| Safe Haskell | Safe | 
|---|---|
| Language | Haskell2010 | 
Kleene.Internal.Pretty
Documentation
Instances
| Pretty Bool Source # | |
| Pretty Char Source # | Escapes special regexp characters | 
| Pretty () Source # | |
| (~) * c Char => Pretty (RSet c) Source # | |
| (~) * c Char => Pretty (ERE c) Source # | |
| (Pretty c, Eq c) => Pretty (M c) Source # | |
| (~) * c Char => Pretty (RE c) Source # | |
| Show c => Pretty (DFA c) Source # | |
| Pretty (r c) => Pretty (Equiv r c) Source # | |
| (~) * c Char => Pretty (K c a) Source # | Convert to non-matching JavaScript string which can be used
 as an argument to  
 
 |