Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-08-29 19:14:57 -0700 (Mon, 29 Aug 2005)
Revision: 1427
Log message:
Remove ValFunValue, ValMethodValue, and ValClosureValue. I just realized
they weren't needed once the => syntax was introduced. For example,
$(fun x, y, z => e) is really just the identity function, returning a
function of three arguments x, y, z, and body e.