boolexpr-0.2: Boolean expressions with various representations and search queries.
Safe HaskellSafe-Inferred
LanguageHaskell98

Data.BoolExpr.Printer

Contents

Synopsis

Printers

boolExprPrinter :: (a -> ShowS) -> BoolExpr a -> ShowS Source #

Printer

disjPrinter :: (a -> ShowS) -> Disj a -> ShowS Source #

conjPrinter :: (a -> ShowS) -> Conj a -> ShowS Source #

cnfPrinter :: (a -> ShowS) -> CNF a -> ShowS Source #

dnfPrinter :: (a -> ShowS) -> DNF a -> ShowS Source #