Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-12-04 14:55:23 -0800 (Thu, 04 Dec 2003)
Revision: 309
Log message:
Enforce the simple semantics for computed rules: they must have exactly
the same target that is being computed. This addresses the problem in
bug #120, although I think I like Aleksey's semantics better.
Changes | Path |
+2 -0 | omake/omake_exn.ml |
+2 -0 | omake/omake_pos.ml |
+25 -15 | omake/src/env/omake_env.ml |
+1 -1 | omake/src/env/omake_env.mli |
+1 -1 | omake/src/eval/omake_rule.ml |