Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-11-04 20:36:28 -0800 (Fri, 04 Nov 2005)
Revision: 8100
Log message:

      Added the (Annotate of tactic_arg * tactic_arg) proof step.  This
      addresses the problem with proof annotations being dropped.
      
      Proof files (.prlb and .prla) are defined to be backwards-compatible,
      but not forwards-compatible.
      

Changes  Path
+2 -0 metaprl/filter/base/OMakefile
+6 -4 metaprl/filter/base/filter_magic.ml
+4 -0 metaprl/support/shell/proof_edit.ml
+100 -57 metaprl/tactics/proof/proof_boot.ml
+19 -0 metaprl/tactics/proof/proof_term_boot.ml
+17 -10 metaprl/tactics/proof/tactic_boot.ml
+2 -0 metaprl/tactics/proof/tactic_boot_sig.ml
+124 -93 metaprl/theories/poplmark/naive/pmn_core_terms_test.prla