Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-12-28 11:55:36 -0800 (Wed, 28 Dec 2005)
Revision: 8379
Log message:

      The "thm" form is now supported.
      
         thm foo :
            sequent { <H> >- it in top } =
            "autoT"
      
      This creates an interactive theorem, where the initial rulebox
      is filled with the string "autoT".  The proof is not checked
      otherwise.
      

Changes  Path
+27 -17 metaprl/filter/filter/filter_parse.ml
+3 -2 metaprl/filter/filter/filter_prog.ml
+19 -0 metaprl/tactics/proof/proof_boot.ml
+0 -0 metaprl/tactics/proof/proof_convert.ml
+2 -0 metaprl/tactics/proof/proof_convert.mli
+5 -1 metaprl/tactics/proof/tactic_boot_sig.ml
+1 -1 metaprl/theories/itt/reflection/experimental/itt_hoas_lof.ml
+2 -2 metaprl/theories/itt/reflection/experimental/itt_hoas_normalize.ml