home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lifeos2.zip / LIFE-1.02 / TESTS / LF / CURRY3.LF < prev    next >
Text File  |  1996-06-04  |  201b  |  6 lines

  1. % This function can residuate and then go back to being curried as the result
  2. % of a binding.  It's because the interpreter's granularity is a rule, not
  3. % the whole function.
  4. f(int) -> 1.
  5. f(X,Y) -> 2.
  6.