Sophie

Sophie

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

teyjus-1.0_b31-15mdk.i586.rpm

/*
 * Interface to code for transforming a function that takes a pair as 
 * argument into an equivalent one that takes two separate arguments
 */

sig  curry_transform.

accum_sig  fp_vocab, fp_types.

exportdef  curry  tm -> tm -> o.