jukebox-0.1.2: A first-order reasoning toolbox

Safe HaskellNone

Jukebox.TPTP.Print

Documentation

prettyShow :: Pretty a => a -> StringSource

chattyShow :: Pretty a => a -> StringSource

prettyFormula :: (Pretty a, Symbolic a) => a -> StringSource

prettyProblem :: (Symbolic a, Pretty a) => String -> Level -> Problem a -> DocSource

data Level Source

Constructors

Normal 
Chatty 

Instances

Eq Level 
Ord Level