regex-deriv-0.0.5: Replaces/Enhances Text.Regex. Implementing regular expression matching using Brzozowski's Deriviatives

Safe HaskellSafe-Inferred
LanguageHaskell98

Text.Regex.Deriv.Pretty

Documentation

class Pretty a where Source

Methods

pretty :: a -> String Source

Instances

Pretty Pat 
Pretty a => Pretty [a]