Sophie

Sophie

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

teyjus-1.0_b31-15mdk.i586.rpm

/*
 * A testing harness for the code in tr_recognizer that contains the 
 * definition of a predicate for recognizing tail recursiveness of 
 * two argument functions
 */

module tr1_test. 

accumulate terms, tr_recognizer. 

type test  int -> o.

test 1 :- trm trfact1 F, tl_rec F.

test 2 :- trm gcd2 F, tl_rec F.

test 3 :- trm appnd F, tl_rec F.