Sophie

Sophie

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

teyjus-1.0_b31-15mdk.i586.rpm

/* 
 * This file defines encodings for the nonlogical symbols in a
 * first-order logic
 */

sig  logic_vocab.

accum_sig  logic_types.

/* The constants and function symbols */
type   a      term.
type   b      term.
type   c      term.
type   f      term -> term.

/* The predicate symbols */
type   path   term -> term -> form.
type   adj    term -> term -> form.