dclabel-0.0.4: The Disjunction Category Label Format

DCLabel.PrettyShow

Description

This module exports a function prettyShow that pretty prints Principals, Disjunctions, Conjunctions, Components and DCLabels.

Synopsis

Documentation

class PrettyShow a whereSource

Class used to create a Doc type of DCLabel-related types

Methods

pShowSource

Arguments

:: a 
-> Doc

Convert to Doc.

prettyShow :: PrettyShow a => a -> StringSource

Render a PrettyShow type to a string.