Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 8a80864b07c5f16e9ba9be320c149cfa > files > 27

teyjus-1.0_b31-15mdk.i586.rpm

/*
 * Interface to code for recognizing some categories of quantifier-free 
 * expressions in a given object logic
 */

sig  refl_syntax.

accum_sig  logic_types, logic_basic, logic_vocab.

/* recognizer for terms */
type  termp        term -> o.

/* Recognizers for atomic and quantifier free formulas; the exportdef 
declaration signifies that the definitions of these predicates is fixed
by this module */
exportdef  atom        form -> o.
exportdef  quant_free  form -> o.