regex-deriv-0.0.1: Replaces/Enhances Text.Regex. Implementing regular expression matching using Bzozoski's Deriviative

Safe HaskellSafe-Inferred

Text.Regex.Deriv.Pretty

Documentation

class Pretty a whereSource

Methods

pretty :: a -> StringSource

Instances

Pretty Pat 
Pretty a => Pretty [a]