Sophie

Sophie

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

teyjus-1.0_b31-15mdk.i586.rpm

/*
 * Interface to the testing harness for the interpreter for the functional 
 * programming language
 */

sig  eval_examples. 

accum_sig  fp_types, fp_vocab. 

type       eval   tm -> tm -> o.
exportdef  test   int -> tm -> o.