Sophie

Sophie

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

teyjus-1.0_b31-15mdk.i586.rpm

/* 
 * Interface for code for transforming formulas into prenex normal form
 */

sig  pnf.

accum_sig  logic_types, logic_basic.

/* this predicate definition is used but not changed */
useonly  quant_free   form -> o.

/* this definition changes in this module */
type  termp        term -> o.

/* this definition is exported */
exportdef  prenex     form -> form -> o.