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