Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-12-24 20:25:10 -0800 (Sat, 24 Dec 2005)
Revision: 8360
Log message:

      Sorry---- 
      
      For the short term, we need to remove the "denormalizing" rewrites from
      reduceC.  This includes the following rewrites in Itt_hoas_debruijn:
         reduce_mk_bterm_base
         reduce_mk_bterm_step
         reduce_mk_bterm_empty
      All of these are "denormalization" rules, because they hoist binds
      out of bterms.
      
      This is only a half-hearted attempt.  Itt_hoas_lang fails miserably
      if these are removed from reduceC.
      

Changes  Path
+1 -1 metaprl/refiner/reflib/mp_resource.ml
+1 -1 metaprl/tactics/proof/rewrite_boot.ml
+14 -7 metaprl/theories/itt/reflection/core/itt_hoas_debruijn.ml
+2 -0 metaprl/theories/itt/reflection/core/itt_hoas_debruijn.mli
+37 -37 metaprl/theories/itt/reflection/core/itt_hoas_debruijn.prla
+2 -0 metaprl/theories/itt/reflection/core/itt_hoas_vector.mli
+1 -0 metaprl/theories/itt/reflection/experimental/OMakefile
+3 -0 metaprl/theories/itt/reflection/experimental/itt_hoas_bterm.mli
+2493 -2373 metaprl/theories/itt/reflection/experimental/itt_hoas_bterm.prla
+14 -263 metaprl/theories/itt/reflection/experimental/itt_hoas_bterm_wf.ml
+1 -8 metaprl/theories/itt/reflection/experimental/itt_hoas_bterm_wf.mli
+4 -0 metaprl/theories/itt/reflection/experimental/itt_hoas_meta_types.ml
Copied metaprl/theories/itt/reflection/experimental/itt_hoas_normalize.ml
+211 -0 metaprl/theories/itt/reflection/experimental/itt_hoas_normalize.ml
Copied metaprl/theories/itt/reflection/experimental/itt_hoas_normalize.mli
+47 -0 metaprl/theories/itt/reflection/experimental/itt_hoas_normalize.mli
Copied metaprl/theories/itt/reflection/experimental/itt_hoas_normalize.prla
+8681 -0 metaprl/theories/itt/reflection/experimental/itt_hoas_normalize.prla
+1 -0 metaprl/theories/itt/reflection/experimental/itt_hoas_theory.mlz
+37 -0 metaprl/theories/poplmark/naive/pmn_core_terms.ml
+1368 -1003 metaprl/theories/poplmark/naive/pmn_core_terms.prla