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.
      

Changes  Path
+1 -2 omake-branches/omake_0_9_7_pre5/src/build/omake_builtin_file.ml
+2 -11 omake-branches/omake_0_9_7_pre5/src/build/omake_builtin_object.ml
+3 -18 omake-branches/omake_0_9_7_pre5/src/env/omake_command_digest.ml
+3 -9 omake-branches/omake_0_9_7_pre5/src/env/omake_env.ml
+0 -3 omake-branches/omake_0_9_7_pre5/src/env/omake_env.mli
+1 -82 omake-branches/omake_0_9_7_pre5/src/eval/omake_eval.ml
+0 -21 omake-branches/omake_0_9_7_pre5/src/eval/omake_value.ml
+0 -3 omake-branches/omake_0_9_7_pre5/src/main/omake_shell.ml