invertible-syntax-0.2.1: Invertible syntax descriptions for both parsing and pretty printing.
Text.Syntax.Printer.Naive
newtype Printer alpha Source
Constructors
Instances
print :: Printer alpha -> alpha -> Maybe StringSource
printM :: Monad m => Printer alpha -> alpha -> m StringSource