regex-pderiv-0.2.0: Replaces/Enhances Text.Regex. Implementing regular expression matching using Antimirov's partial derivatives.

Safe HaskellSafe
LanguageHaskell98

Text.Regex.PDeriv.Pretty

Documentation

class Pretty a where Source #

Minimal complete definition

pretty

Methods

pretty :: a -> String Source #

Instances