Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2001-06-15 16:16:03 -0700 (Fri, 15 Jun 2001)
Revision: 3268
Log message:

      Implemented object status inquiry:
       status ();;
         -- tells the status of the current object
       status_all ();;
         -- re-runs all proofs in the current node and tells their status
         -- from root - same for all the proofs in MetaPRL
      

Changes  Path
+8 -2 metaprl/editor/ml/QUICKSTART
+27 -0 metaprl/editor/ml/proof_edit.ml
+10 -0 metaprl/editor/ml/proof_edit.mli
+65 -25 metaprl/editor/ml/shell.ml
+4 -0 metaprl/editor/ml/shell_package.ml
+16 -6 metaprl/editor/ml/shell_rewrite.ml
+4 -0 metaprl/editor/ml/shell_root.ml
+16 -6 metaprl/editor/ml/shell_rule.ml
+1 -0 metaprl/editor/ml/shell_sig.mlz