Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2003-05-07 03:23:21 -0700 (Wed, 07 May 2003)
Revision: 4573
Log message:

      - Added the fall-back for dT's elim. Now if several rules/tactics are added
      to elim resource for the same term, dT will try them all until one succeeds
      instead of only trying the first one. Note that dT 0 (intro) was doing this
      for a very long time.
      
      - Added nil sequents args to sequents in comments on support/tactics modules
      (forgot this in my previous commit).
      
      - Added another version of elimination rule for quotients, as Xin requested.
      

Changes  Path
+0 -1 metaprl/filter/boot/proof_convert.mli
+1 -1 metaprl/filter/filter/term_grammar.ml
+21 -11 metaprl/support/tactics/dtactic.ml
+7 -7 metaprl/support/tactics/top_conversionals.ml
+12 -12 metaprl/support/tactics/top_tacticals.ml
+8 -3 metaprl/theories/itt/itt_quotient.ml
+2326 -2812 metaprl/theories/itt/itt_quotient.prla