Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-06-04 12:23:54 -0700 (Fri, 04 Jun 2004)
Revision: 5851
Log message:

      This update is just a rearrangement of the code to make it a bit more manageable:
      - Moved a number of common types from Proof_edit to Shell_sig (the types are
        all related and it is nice to have them in the same place).
      - Inlined package_sig.mlz into package_info.mli (since we had a signature that
      was only referred to once).
      - Inlined Package_info.Package into Package_info (no need to have extra
      indirection).
      

Changes  Path
+1 -3 metaprl/support/shell/Files
+427 -434 metaprl/support/shell/package_info.ml
+81 -3 metaprl/support/shell/package_info.mli
Deleted metaprl/support/shell/package_sig.mlz
+1 -43 metaprl/support/shell/proof_edit.ml
+1 -43 metaprl/support/shell/proof_edit.mli
+36 -40 metaprl/support/shell/shell.ml
+0 -1 metaprl/support/shell/shell.mli
+7 -8 metaprl/support/shell/shell_package.ml
+2 -3 metaprl/support/shell/shell_package.mli
+2 -3 metaprl/support/shell/shell_root.ml
+2 -3 metaprl/support/shell/shell_root.mli
+8 -11 metaprl/support/shell/shell_rule.ml
+7 -10 metaprl/support/shell/shell_rule.mli
+61 -1 metaprl/support/shell/shell_sig.mlz