Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-01-24 11:54:33 -0800 (Tue, 24 Jan 2006)
Revision: 8592
Log message:

      Added with withOptionC and withoutOptionC conversions.
      
      Switched Itt_hoas_{vector,debruijn} to use an option
      Itt_hoas_vector!denormalize, which is normally off,
      but enabled locally in the two theories.
      
      The reduceBTermC is changed to use the option instead
      of hard-coding the conversion list.
      

Changes  Path
+1 -1 metaprl/support/tactics/basic_tactics.ml
+2 -1 metaprl/support/tactics/top_conversionals.ml
+4 -4 metaprl/support/tactics/top_options.ml
+5 -0 metaprl/support/tactics/top_options.mli
+2 -0 metaprl/tactics/proof/conversionals_boot.ml
+14 -0 metaprl/tactics/proof/rewrite_boot.ml
+2 -0 metaprl/tactics/proof/tactic_boot.ml
+12 -0 metaprl/tactics/proof/tactic_boot_sig.ml
+11 -11 metaprl/theories/itt/reflection/core/itt_hoas_debruijn.ml
+0 -2 metaprl/theories/itt/reflection/core/itt_hoas_debruijn.mli
+15 -8 metaprl/theories/itt/reflection/core/itt_hoas_vector.ml
+7 -0 metaprl/theories/itt/reflection/core/itt_hoas_vector.mli