Hets - the Heterogeneous Tool Set

Copyright(c) Rene Wagner, C. Maeder, Uni Bremen 2005-2007
LicenseGPLv2 or higher, see LICENSE.txt
MaintainerChristian.Maeder@dfki.de
Stabilityprovisional
Portabilityportable
Safe HaskellSafe-Inferred

SoftFOL.Print

Description

Pretty printing for SoftFOL signatures. Refer to http://spass.mpi-sb.mpg.de/webspass/help/syntax/dfgsyntax.html for the SPASS syntax documentation.

Synopsis

Documentation

printFormula :: SPFormula -> Doc

Creates a Doc from a SPASS Formula. Needed since SPFormula is just a 'type SPFormula = Named SPTerm' and thus instantiating Pretty is not possible.