Changes by: Alexei Kopylov (kopylov at cs.caltech.edu)
Date: 2001-06-19 17:12:25 -0700 (Tue, 19 Jun 2001)
Revision: 3277
Log message:

      - New tacticals
          onAllAssumT : (int -> tactic) -> tactic
          onAllMAssumT : (int -> tactic) -> tactic
        apply a tactic to all assumtions
      
       rwAll applies a convertion to all clauses
       rwcAll applies a convertion to all clauses for the given assumption
       rwAllAll applies a convertion to all assumption and to the goal sequent
      
       rwhAll,rwchAll,rwhAllAll, rwaAll,rwcaAll,rwaAllAll work by analogy
      
       Now these tactics does not work properly (see BUGS 3.12-3.14)
      
      - Most of the theorems on records are proved
      

Changes  Path
+19 -0 metaprl/BUGS
+25 -10 metaprl/filter/boot/conversionals_boot.ml
+1 -2 metaprl/filter/boot/rewrite_boot.ml
+15 -3 metaprl/filter/boot/tactic_boot_sig.mlz
+26 -0 metaprl/filter/boot/tacticals_boot.ml
+17 -0 metaprl/theories/itt/itt_inv_typing.mli
+39 -32 metaprl/theories/itt/itt_record.ml
+3277 -2547 metaprl/theories/itt/itt_record.prla
+0 -106 metaprl/theories/itt/itt_record0.ml
+0 -4 metaprl/theories/itt/itt_record0.mli
+6602 -9561 metaprl/theories/itt/itt_record0.prla
+3 -1 metaprl/theories/itt/itt_record_label0.ml
+2 -0 metaprl/theories/itt/itt_record_label0.mli
+11 -1 metaprl/theories/tactic/top_conversionals.ml
+12 -2 metaprl/theories/tactic/top_conversionals.mli
+2 -0 metaprl/theories/tactic/top_tacticals.ml
+2 -0 metaprl/theories/tactic/top_tacticals.mli