term-rewriting-0.1.1: Term Rewriting Library

Safe HaskellNone

Data.Rewriting.Problem.Pretty

Documentation

prettyProblem :: (Eq f, Eq v) => (f -> Doc) -> (v -> Doc) -> Problem f v -> DocSource

prettyWST :: (f -> Doc) -> (v -> Doc) -> Problem f v -> DocSource