Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2007-04-23 20:19:39 -0700 (Mon, 23 Apr 2007)
Revision: 10488
Log message:

      Merge to 10487 (#!)

Changes  Path
+1 -1 omake-jumbo-branches/all-features/0.9.8.x/lib/build/OCaml.om
+1 -0 omake-jumbo-branches/all-features/0.9.8.x/src/ast/omake_ast.ml
+4 -0 omake-jumbo-branches/all-features/0.9.8.x/src/ast/omake_ast_print.ml
+7 -3 omake-jumbo-branches/all-features/0.9.8.x/src/ast/omake_ast_util.ml
+1 -1 omake-jumbo-branches/all-features/0.9.8.x/src/build/omake_builtin_util.ml
+2 -2 omake-jumbo-branches/all-features/0.9.8.x/src/builtin/omake_builtin_rule.ml
+16 -2 omake-jumbo-branches/all-features/0.9.8.x/src/env/omake_ast_lex.mll
+10 -0 omake-jumbo-branches/all-features/0.9.8.x/src/env/omake_ast_parse.input
+34 -20 omake-jumbo-branches/all-features/0.9.8.x/src/env/omake_env.ml
+3 -2 omake-jumbo-branches/all-features/0.9.8.x/src/env/omake_env.mli
+44 -23 omake-jumbo-branches/all-features/0.9.8.x/src/env/omake_ir_ast.ml
+2 -2 omake-jumbo-branches/all-features/0.9.8.x/src/env/omake_ir_ast.mli
+1 -2 omake-jumbo-branches/all-features/0.9.8.x/src/eval/omake_eval.ml
+2 -1 omake-jumbo-branches/all-features/0.9.8.x/src/ir/omake_symbol.ml
+2 -0 omake-jumbo-branches/all-features/0.9.8.x/src/ir/omake_var.ml
+2 -0 omake-jumbo-branches/all-features/0.9.8.x/src/ir/omake_var.mli
+2 -0 omake-jumbo-branches/all-features/0.9.8.x/src/ir/omake_virtual_id.ml
+2 -0 omake-jumbo-branches/all-features/0.9.8.x/src/ir/omake_virtual_id.mli
+1 -1 omake-jumbo-branches/auto/0.9.8.x/lib/build/OCaml.om
+1 -0 omake-jumbo-branches/auto/0.9.8.x/src/ast/omake_ast.ml
+4 -0 omake-jumbo-branches/auto/0.9.8.x/src/ast/omake_ast_print.ml
+7 -3 omake-jumbo-branches/auto/0.9.8.x/src/ast/omake_ast_util.ml
+5 -5 omake-jumbo-branches/auto/0.9.8.x/src/builtin/omake_builtin_rule.ml
+16 -2 omake-jumbo-branches/auto/0.9.8.x/src/env/omake_ast_lex.mll
+10 -0 omake-jumbo-branches/auto/0.9.8.x/src/env/omake_ast_parse.input
+34 -20 omake-jumbo-branches/auto/0.9.8.x/src/env/omake_env.ml
+3 -2 omake-jumbo-branches/auto/0.9.8.x/src/env/omake_env.mli
+50 -30 omake-jumbo-branches/auto/0.9.8.x/src/env/omake_ir_ast.ml
+1 -1 omake-jumbo-branches/auto/0.9.8.x/src/env/omake_ir_ast.mli
+1 -2 omake-jumbo-branches/auto/0.9.8.x/src/eval/omake_eval.ml
+2 -1 omake-jumbo-branches/auto/0.9.8.x/src/ir/omake_symbol.ml
+2 -0 omake-jumbo-branches/auto/0.9.8.x/src/ir/omake_var.ml
+2 -0 omake-jumbo-branches/auto/0.9.8.x/src/ir/omake_var.mli
+2 -0 omake-jumbo-branches/auto/0.9.8.x/src/ir/omake_virtual_id.ml
+2 -0 omake-jumbo-branches/auto/0.9.8.x/src/ir/omake_virtual_id.mli
+1 -1 omake-jumbo-branches/const/0.9.8.x/lib/build/OCaml.om
+1 -0 omake-jumbo-branches/const/0.9.8.x/src/ast/omake_ast.ml
+4 -0 omake-jumbo-branches/const/0.9.8.x/src/ast/omake_ast_print.ml
+7 -3 omake-jumbo-branches/const/0.9.8.x/src/ast/omake_ast_util.ml
+5 -5 omake-jumbo-branches/const/0.9.8.x/src/builtin/omake_builtin_rule.ml
+16 -2 omake-jumbo-branches/const/0.9.8.x/src/env/omake_ast_lex.mll
+10 -0 omake-jumbo-branches/const/0.9.8.x/src/env/omake_ast_parse.input
+34 -20 omake-jumbo-branches/const/0.9.8.x/src/env/omake_env.ml
+3 -2 omake-jumbo-branches/const/0.9.8.x/src/env/omake_env.mli
+50 -30 omake-jumbo-branches/const/0.9.8.x/src/env/omake_ir_ast.ml
+1 -1 omake-jumbo-branches/const/0.9.8.x/src/env/omake_ir_ast.mli
+1 -2 omake-jumbo-branches/const/0.9.8.x/src/eval/omake_eval.ml
+2 -1 omake-jumbo-branches/const/0.9.8.x/src/ir/omake_symbol.ml
+2 -0 omake-jumbo-branches/const/0.9.8.x/src/ir/omake_var.ml
+2 -0 omake-jumbo-branches/const/0.9.8.x/src/ir/omake_var.mli
+2 -0 omake-jumbo-branches/const/0.9.8.x/src/ir/omake_virtual_id.ml
+2 -0 omake-jumbo-branches/const/0.9.8.x/src/ir/omake_virtual_id.mli
+1 -1 omake-jumbo-branches/dll/0.9.8.x/lib/build/OCaml.om
+1 -0 omake-jumbo-branches/dll/0.9.8.x/src/ast/omake_ast.ml
+4 -0 omake-jumbo-branches/dll/0.9.8.x/src/ast/omake_ast_print.ml
+7 -3 omake-jumbo-branches/dll/0.9.8.x/src/ast/omake_ast_util.ml
+5 -5 omake-jumbo-branches/dll/0.9.8.x/src/builtin/omake_builtin_rule.ml
+16 -2 omake-jumbo-branches/dll/0.9.8.x/src/env/omake_ast_lex.mll
+10 -0 omake-jumbo-branches/dll/0.9.8.x/src/env/omake_ast_parse.input
+34 -20 omake-jumbo-branches/dll/0.9.8.x/src/env/omake_env.ml
+3 -2 omake-jumbo-branches/dll/0.9.8.x/src/env/omake_env.mli
+50 -30 omake-jumbo-branches/dll/0.9.8.x/src/env/omake_ir_ast.ml
+1 -1 omake-jumbo-branches/dll/0.9.8.x/src/env/omake_ir_ast.mli
+1 -2 omake-jumbo-branches/dll/0.9.8.x/src/eval/omake_eval.ml
+2 -1 omake-jumbo-branches/dll/0.9.8.x/src/ir/omake_symbol.ml
+2 -0 omake-jumbo-branches/dll/0.9.8.x/src/ir/omake_var.ml
+2 -0 omake-jumbo-branches/dll/0.9.8.x/src/ir/omake_var.mli
+2 -0 omake-jumbo-branches/dll/0.9.8.x/src/ir/omake_virtual_id.ml
+2 -0 omake-jumbo-branches/dll/0.9.8.x/src/ir/omake_virtual_id.mli
+1 -1 omake-jumbo-branches/dll2/0.9.8.x/lib/build/OCaml.om
+1 -0 omake-jumbo-branches/dll2/0.9.8.x/src/ast/omake_ast.ml
+4 -0 omake-jumbo-branches/dll2/0.9.8.x/src/ast/omake_ast_print.ml
+7 -3 omake-jumbo-branches/dll2/0.9.8.x/src/ast/omake_ast_util.ml
+1 -1 omake-jumbo-branches/dll2/0.9.8.x/src/build/omake_builtin_util.ml
+2 -2 omake-jumbo-branches/dll2/0.9.8.x/src/builtin/omake_builtin_rule.ml
+16 -2 omake-jumbo-branches/dll2/0.9.8.x/src/env/omake_ast_lex.mll
+10 -0 omake-jumbo-branches/dll2/0.9.8.x/src/env/omake_ast_parse.input
+34 -20 omake-jumbo-branches/dll2/0.9.8.x/src/env/omake_env.ml
+3 -2 omake-jumbo-branches/dll2/0.9.8.x/src/env/omake_env.mli
+44 -23 omake-jumbo-branches/dll2/0.9.8.x/src/env/omake_ir_ast.ml
+2 -2 omake-jumbo-branches/dll2/0.9.8.x/src/env/omake_ir_ast.mli
+1 -2 omake-jumbo-branches/dll2/0.9.8.x/src/eval/omake_eval.ml
+2 -1 omake-jumbo-branches/dll2/0.9.8.x/src/ir/omake_symbol.ml
+2 -0 omake-jumbo-branches/dll2/0.9.8.x/src/ir/omake_var.ml
+2 -0 omake-jumbo-branches/dll2/0.9.8.x/src/ir/omake_var.mli
+2 -0 omake-jumbo-branches/dll2/0.9.8.x/src/ir/omake_virtual_id.ml
+2 -0 omake-jumbo-branches/dll2/0.9.8.x/src/ir/omake_virtual_id.mli
+1 -1 omake-jumbo-branches/export/0.9.8.x/lib/build/OCaml.om
+1 -0 omake-jumbo-branches/export/0.9.8.x/src/ast/omake_ast.ml
+4 -0 omake-jumbo-branches/export/0.9.8.x/src/ast/omake_ast_print.ml
+7 -3 omake-jumbo-branches/export/0.9.8.x/src/ast/omake_ast_util.ml
+2 -2 omake-jumbo-branches/export/0.9.8.x/src/builtin/omake_builtin_rule.ml
+16 -2 omake-jumbo-branches/export/0.9.8.x/src/env/omake_ast_lex.mll
+10 -0 omake-jumbo-branches/export/0.9.8.x/src/env/omake_ast_parse.input
+34 -20 omake-jumbo-branches/export/0.9.8.x/src/env/omake_env.ml
+3 -2 omake-jumbo-branches/export/0.9.8.x/src/env/omake_env.mli
+42 -22 omake-jumbo-branches/export/0.9.8.x/src/env/omake_ir_ast.ml
+1 -1 omake-jumbo-branches/export/0.9.8.x/src/env/omake_ir_ast.mli
+1 -2 omake-jumbo-branches/export/0.9.8.x/src/eval/omake_eval.ml
+2 -1 omake-jumbo-branches/export/0.9.8.x/src/ir/omake_symbol.ml
+2 -0 omake-jumbo-branches/export/0.9.8.x/src/ir/omake_var.ml
+2 -0 omake-jumbo-branches/export/0.9.8.x/src/ir/omake_var.mli
+2 -0 omake-jumbo-branches/export/0.9.8.x/src/ir/omake_virtual_id.ml
+2 -0 omake-jumbo-branches/export/0.9.8.x/src/ir/omake_virtual_id.mli
+1 -1 omake-jumbo-branches/file/0.9.8.x/lib/build/OCaml.om
+1 -0 omake-jumbo-branches/file/0.9.8.x/src/ast/omake_ast.ml
+4 -0 omake-jumbo-branches/file/0.9.8.x/src/ast/omake_ast_print.ml
+7 -3 omake-jumbo-branches/file/0.9.8.x/src/ast/omake_ast_util.ml
+5 -5 omake-jumbo-branches/file/0.9.8.x/src/builtin/omake_builtin_rule.ml
+16 -2 omake-jumbo-branches/file/0.9.8.x/src/env/omake_ast_lex.mll
+10 -0 omake-jumbo-branches/file/0.9.8.x/src/env/omake_ast_parse.input
+34 -20 omake-jumbo-branches/file/0.9.8.x/src/env/omake_env.ml
+3 -2 omake-jumbo-branches/file/0.9.8.x/src/env/omake_env.mli
+50 -30 omake-jumbo-branches/file/0.9.8.x/src/env/omake_ir_ast.ml
+1 -1 omake-jumbo-branches/file/0.9.8.x/src/env/omake_ir_ast.mli
+1 -2 omake-jumbo-branches/file/0.9.8.x/src/eval/omake_eval.ml
+2 -1 omake-jumbo-branches/file/0.9.8.x/src/ir/omake_symbol.ml
+2 -0 omake-jumbo-branches/file/0.9.8.x/src/ir/omake_var.ml
+2 -0 omake-jumbo-branches/file/0.9.8.x/src/ir/omake_var.mli
+2 -0 omake-jumbo-branches/file/0.9.8.x/src/ir/omake_virtual_id.ml
+2 -0 omake-jumbo-branches/file/0.9.8.x/src/ir/omake_virtual_id.mli
+4 -3 omake-jumbo-branches/hashnode/0.9.8.x/src/ast/omake_ast.ml
+7 -3 omake-jumbo-branches/hashnode/0.9.8.x/src/ast/omake_ast_print.ml
+10 -6 omake-jumbo-branches/hashnode/0.9.8.x/src/ast/omake_ast_util.ml
+5 -5 omake-jumbo-branches/hashnode/0.9.8.x/src/builtin/omake_builtin_rule.ml
+16 -2 omake-jumbo-branches/hashnode/0.9.8.x/src/env/omake_ast_lex.mll
+11 -0 omake-jumbo-branches/hashnode/0.9.8.x/src/env/omake_ast_parse.input
+14 -7 omake-jumbo-branches/hashnode/0.9.8.x/src/env/omake_env.ml
+3 -2 omake-jumbo-branches/hashnode/0.9.8.x/src/env/omake_env.mli
+14 -0 omake-jumbo-branches/hashnode/0.9.8.x/src/env/omake_ir_ast.ml
+2 -1 omake-jumbo-branches/hashnode/0.9.8.x/src/ir/omake_symbol.ml
+1 -0 omake-jumbo-branches/keyword/0.9.8.x/src/ast/omake_ast.ml
+4 -0 omake-jumbo-branches/keyword/0.9.8.x/src/ast/omake_ast_print.ml
+7 -3 omake-jumbo-branches/keyword/0.9.8.x/src/ast/omake_ast_util.ml
+5 -5 omake-jumbo-branches/keyword/0.9.8.x/src/builtin/omake_builtin_rule.ml
+16 -2 omake-jumbo-branches/keyword/0.9.8.x/src/env/omake_ast_lex.mll
+10 -0 omake-jumbo-branches/keyword/0.9.8.x/src/env/omake_ast_parse.input
+16 -7 omake-jumbo-branches/keyword/0.9.8.x/src/env/omake_env.ml
+3 -2 omake-jumbo-branches/keyword/0.9.8.x/src/env/omake_env.mli
+17 -3 omake-jumbo-branches/keyword/0.9.8.x/src/env/omake_ir_ast.ml
+2 -1 omake-jumbo-branches/keyword/0.9.8.x/src/ir/omake_symbol.ml
+2 -0 omake-jumbo-branches/keyword/0.9.8.x/src/ir/omake_var.ml
+2 -0 omake-jumbo-branches/keyword/0.9.8.x/src/ir/omake_var.mli
+1 -1 omake-jumbo-branches/open/0.9.8.x/lib/build/OCaml.om
+1 -0 omake-jumbo-branches/open/0.9.8.x/src/ast/omake_ast.ml
+4 -0 omake-jumbo-branches/open/0.9.8.x/src/ast/omake_ast_print.ml
+7 -3 omake-jumbo-branches/open/0.9.8.x/src/ast/omake_ast_util.ml
+1 -1 omake-jumbo-branches/open/0.9.8.x/src/build/omake_builtin_util.ml
+5 -5 omake-jumbo-branches/open/0.9.8.x/src/builtin/omake_builtin_rule.ml
+16 -2 omake-jumbo-branches/open/0.9.8.x/src/env/omake_ast_lex.mll
+10 -0 omake-jumbo-branches/open/0.9.8.x/src/env/omake_ast_parse.input
+34 -20 omake-jumbo-branches/open/0.9.8.x/src/env/omake_env.ml
+3 -2 omake-jumbo-branches/open/0.9.8.x/src/env/omake_env.mli
+44 -23 omake-jumbo-branches/open/0.9.8.x/src/env/omake_ir_ast.ml
+2 -2 omake-jumbo-branches/open/0.9.8.x/src/env/omake_ir_ast.mli
+1 -2 omake-jumbo-branches/open/0.9.8.x/src/eval/omake_eval.ml
+2 -1 omake-jumbo-branches/open/0.9.8.x/src/ir/omake_symbol.ml
+2 -0 omake-jumbo-branches/open/0.9.8.x/src/ir/omake_var.ml
+2 -0 omake-jumbo-branches/open/0.9.8.x/src/ir/omake_var.mli
+2 -0 omake-jumbo-branches/open/0.9.8.x/src/ir/omake_virtual_id.ml
+2 -0 omake-jumbo-branches/open/0.9.8.x/src/ir/omake_virtual_id.mli
+4 -3 omake-jumbo-branches/original/0.9.8.x/src/ast/omake_ast.ml
+7 -3 omake-jumbo-branches/original/0.9.8.x/src/ast/omake_ast_print.ml
+10 -6 omake-jumbo-branches/original/0.9.8.x/src/ast/omake_ast_util.ml
+5 -5 omake-jumbo-branches/original/0.9.8.x/src/builtin/omake_builtin_rule.ml
+16 -2 omake-jumbo-branches/original/0.9.8.x/src/env/omake_ast_lex.mll
+11 -0 omake-jumbo-branches/original/0.9.8.x/src/env/omake_ast_parse.input
+14 -7 omake-jumbo-branches/original/0.9.8.x/src/env/omake_env.ml
+3 -2 omake-jumbo-branches/original/0.9.8.x/src/env/omake_env.mli
+14 -0 omake-jumbo-branches/original/0.9.8.x/src/env/omake_ir_ast.ml
+2 -1 omake-jumbo-branches/original/0.9.8.x/src/ir/omake_symbol.ml
+1 -1 omake-jumbo-branches/parse/0.9.8.x/lib/build/OCaml.om
+1 -0 omake-jumbo-branches/parse/0.9.8.x/src/ast/omake_ast.ml
+4 -0 omake-jumbo-branches/parse/0.9.8.x/src/ast/omake_ast_print.ml
+7 -3 omake-jumbo-branches/parse/0.9.8.x/src/ast/omake_ast_util.ml
+1 -1 omake-jumbo-branches/parse/0.9.8.x/src/build/omake_builtin_util.ml
+2 -2 omake-jumbo-branches/parse/0.9.8.x/src/builtin/omake_builtin_rule.ml
+16 -2 omake-jumbo-branches/parse/0.9.8.x/src/env/omake_ast_lex.mll
+10 -0 omake-jumbo-branches/parse/0.9.8.x/src/env/omake_ast_parse.input
+34 -20 omake-jumbo-branches/parse/0.9.8.x/src/env/omake_env.ml
+3 -2 omake-jumbo-branches/parse/0.9.8.x/src/env/omake_env.mli
+44 -23 omake-jumbo-branches/parse/0.9.8.x/src/env/omake_ir_ast.ml
+2 -2 omake-jumbo-branches/parse/0.9.8.x/src/env/omake_ir_ast.mli
+1 -2 omake-jumbo-branches/parse/0.9.8.x/src/eval/omake_eval.ml
+2 -1 omake-jumbo-branches/parse/0.9.8.x/src/ir/omake_symbol.ml
+2 -0 omake-jumbo-branches/parse/0.9.8.x/src/ir/omake_var.ml
+2 -0 omake-jumbo-branches/parse/0.9.8.x/src/ir/omake_var.mli
+2 -0 omake-jumbo-branches/parse/0.9.8.x/src/ir/omake_virtual_id.ml
+2 -0 omake-jumbo-branches/parse/0.9.8.x/src/ir/omake_virtual_id.mli
+4 -3 omake-jumbo-branches/var1/0.9.8.x/src/ast/omake_ast.ml
+7 -3 omake-jumbo-branches/var1/0.9.8.x/src/ast/omake_ast_print.ml
+10 -6 omake-jumbo-branches/var1/0.9.8.x/src/ast/omake_ast_util.ml
+5 -5 omake-jumbo-branches/var1/0.9.8.x/src/builtin/omake_builtin_rule.ml
+16 -2 omake-jumbo-branches/var1/0.9.8.x/src/env/omake_ast_lex.mll
+11 -0 omake-jumbo-branches/var1/0.9.8.x/src/env/omake_ast_parse.input
+16 -7 omake-jumbo-branches/var1/0.9.8.x/src/env/omake_env.ml
+3 -2 omake-jumbo-branches/var1/0.9.8.x/src/env/omake_env.mli
+17 -3 omake-jumbo-branches/var1/0.9.8.x/src/env/omake_ir_ast.ml
+2 -1 omake-jumbo-branches/var1/0.9.8.x/src/ir/omake_symbol.ml
+2 -0 omake-jumbo-branches/var1/0.9.8.x/src/ir/omake_var.ml
+2 -0 omake-jumbo-branches/var1/0.9.8.x/src/ir/omake_var.mli
+1 -0 omake-jumbo-branches/var2/0.9.8.x/src/ast/omake_ast.ml
+4 -0 omake-jumbo-branches/var2/0.9.8.x/src/ast/omake_ast_print.ml
+7 -3 omake-jumbo-branches/var2/0.9.8.x/src/ast/omake_ast_util.ml
+5 -5 omake-jumbo-branches/var2/0.9.8.x/src/builtin/omake_builtin_rule.ml
+16 -2 omake-jumbo-branches/var2/0.9.8.x/src/env/omake_ast_lex.mll
+10 -0 omake-jumbo-branches/var2/0.9.8.x/src/env/omake_ast_parse.input
+16 -7 omake-jumbo-branches/var2/0.9.8.x/src/env/omake_env.ml
+3 -2 omake-jumbo-branches/var2/0.9.8.x/src/env/omake_env.mli
+17 -3 omake-jumbo-branches/var2/0.9.8.x/src/env/omake_ir_ast.ml
+2 -1 omake-jumbo-branches/var2/0.9.8.x/src/ir/omake_symbol.ml
+2 -0 omake-jumbo-branches/var2/0.9.8.x/src/ir/omake_var.ml
+2 -0 omake-jumbo-branches/var2/0.9.8.x/src/ir/omake_var.mli
+1 -0 omake-jumbo-branches/var3/0.9.8.x/src/ast/omake_ast.ml
+4 -0 omake-jumbo-branches/var3/0.9.8.x/src/ast/omake_ast_print.ml
+7 -3 omake-jumbo-branches/var3/0.9.8.x/src/ast/omake_ast_util.ml
+5 -5 omake-jumbo-branches/var3/0.9.8.x/src/builtin/omake_builtin_rule.ml
+16 -2 omake-jumbo-branches/var3/0.9.8.x/src/env/omake_ast_lex.mll
+10 -0 omake-jumbo-branches/var3/0.9.8.x/src/env/omake_ast_parse.input
+14 -5 omake-jumbo-branches/var3/0.9.8.x/src/env/omake_env.ml
+3 -2 omake-jumbo-branches/var3/0.9.8.x/src/env/omake_env.mli
+49 -29 omake-jumbo-branches/var3/0.9.8.x/src/env/omake_ir_ast.ml
+1 -1 omake-jumbo-branches/var3/0.9.8.x/src/env/omake_ir_ast.mli
+1 -2 omake-jumbo-branches/var3/0.9.8.x/src/eval/omake_eval.ml
+2 -1 omake-jumbo-branches/var3/0.9.8.x/src/ir/omake_symbol.ml
+2 -0 omake-jumbo-branches/var3/0.9.8.x/src/ir/omake_var.ml
+2 -0 omake-jumbo-branches/var3/0.9.8.x/src/ir/omake_var.mli
+2 -0 omake-jumbo-branches/var3/0.9.8.x/src/ir/omake_virtual_id.ml
+2 -0 omake-jumbo-branches/var3/0.9.8.x/src/ir/omake_virtual_id.mli
+1 -1 omake-jumbo-branches/var4/0.9.8.x/lib/build/OCaml.om
+1 -0 omake-jumbo-branches/var4/0.9.8.x/src/ast/omake_ast.ml
+4 -0 omake-jumbo-branches/var4/0.9.8.x/src/ast/omake_ast_print.ml
+7 -3 omake-jumbo-branches/var4/0.9.8.x/src/ast/omake_ast_util.ml
+5 -5 omake-jumbo-branches/var4/0.9.8.x/src/builtin/omake_builtin_rule.ml
+16 -2 omake-jumbo-branches/var4/0.9.8.x/src/env/omake_ast_lex.mll
+10 -0 omake-jumbo-branches/var4/0.9.8.x/src/env/omake_ast_parse.input
+34 -20 omake-jumbo-branches/var4/0.9.8.x/src/env/omake_env.ml
+3 -2 omake-jumbo-branches/var4/0.9.8.x/src/env/omake_env.mli
+50 -30 omake-jumbo-branches/var4/0.9.8.x/src/env/omake_ir_ast.ml
+1 -1 omake-jumbo-branches/var4/0.9.8.x/src/env/omake_ir_ast.mli
+1 -2 omake-jumbo-branches/var4/0.9.8.x/src/eval/omake_eval.ml
+2 -1 omake-jumbo-branches/var4/0.9.8.x/src/ir/omake_symbol.ml
+2 -0 omake-jumbo-branches/var4/0.9.8.x/src/ir/omake_var.ml
+2 -0 omake-jumbo-branches/var4/0.9.8.x/src/ir/omake_var.mli
+2 -0 omake-jumbo-branches/var4/0.9.8.x/src/ir/omake_virtual_id.ml
+2 -0 omake-jumbo-branches/var4/0.9.8.x/src/ir/omake_virtual_id.mli