Hets - the Heterogeneous Tool Set
Copyright(c) Klaus Luettich Uni Bremen 2005
LicenseGPLv2 or higher, see LICENSE.txt
Maintainerluecke@informatik.uni-bremen.de
Stabilityprovisional
Portabilityportable
Safe HaskellNone

TPTP.Translate

Description

collection of functions used by Comorphisms.SuleCFOL2SoftFOL and SoftFOL.ProveSPASS for the translation of CASL identifiers and axiom labels into valid SoftFOL identifiers

Synopsis

Documentation

transSenName :: String -> String Source #

checkIdentifier :: CKType -> String -> Bool Source #

SPASS Identifiers may contain letters, digits, and underscores only; but for TPTP the allowed starting letters are different for each sort of identifier.

data CKType Source #

Constructors

CKSort 
CKVar 
CKPred 
CKOp