Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-02-08 20:20:49 -0800 (Wed, 08 Feb 2006)
Revision: 8649
Log message:

      - Changed the filter to add a "Perv!select_crw" label to all the annotations
        on conditional rewrites.
      
      - Added simpleReduceC that calls reduceC while ignoring the conditional
        rewrites.
      
      TODO:
      - Add the "select_crw" label to manual reduce adds (where approproate)
      
      - Try adding simpleReduceT to autoT with a higher priority than the regular
        reduceT (possibly even to AutoNormal and not just AutoComplete)
      

Changes  Path
+21 -16 metaprl/filter/base/filter_exn.ml
+3 -1 metaprl/filter/base/filter_exn.mli
+17 -8 metaprl/filter/filter/filter_prog.ml
+16 -14 metaprl/refiner/reflib/mp_resource.ml
+16 -14 metaprl/refiner/reflib/mp_resource.mli
+2 -4 metaprl/refiner/reflib/refine_exn.ml
+1 -1 metaprl/refiner/reflib/refine_exn.mli
+3 -0 metaprl/support/display/perv.ml
+5 -0 metaprl/support/display/perv.mli
+7 -2 metaprl/support/tactics/auto_tactic.ml
+1 -1 metaprl/support/tactics/forward.ml
+10 -0 metaprl/support/tactics/top_conversionals.ml
+4 -0 metaprl/support/tactics/top_conversionals.mli
+4 -12 metaprl/support/tactics/top_options.ml
+6 -1 metaprl/support/tactics/top_options.mli
+3 -31 metaprl/support/tactics/top_resource.mlz
+17 -0 metaprl/tactics/proof/options_boot.ml
+3 -2 metaprl/tactics/proof/options_boot.mli
+7 -6 metaprl/tactics/proof/rewrite_boot.ml
+3 -1 metaprl/util/ocamldep.mll