Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-03-01 18:52:00 -0800 (Wed, 01 Mar 2006)
Revision: 8812
Log message:

      Use the labels mechanism instead of the "SelectOption 5" hack to control
      whether the "intensional" wf rules for list operations should be allowed. The
      label that controls these rules is "intensional_wf_option" (prohibited by
      default).
      
      P.S. The intentional wf rules have the form
         l in list --> all_list{l; x. ... } --> ...
      while the extensional ones have the form
         l in A list --> all x: A. ... --> ...
      

Changes  Path
+2302 -3359 metaprl/theories/czf/czf_itt_hom.prla
+973 -739 metaprl/theories/czf/czf_itt_setdiff.prla
+12 -8 metaprl/theories/itt/core/itt_list2.ml
+5 -4 metaprl/theories/itt/core/itt_list2.mli
+3 -3 metaprl/theories/itt/core/itt_list2.prla
+3078 -3365 metaprl/theories/itt/core/itt_list3.prla
+2 -2 metaprl/theories/itt/reflection/core/itt_hoas_vector.ml
+3 -0 metaprl/theories/itt/reflection/experimental/itt_hoas_bterm.ml
+5 -5 metaprl/theories/itt/reflection/experimental/itt_hoas_bterm.prla
+2 -2 metaprl/theories/itt/reflection/experimental/itt_hoas_relax.ml
+1 -1 metaprl/theories/itt/reflection/experimental/itt_hoas_sequent_bterm.ml
+4 -1 metaprl/theories/itt/reflection/obsolete/itt_hoas_lang.ml
+7 -7 metaprl/theories/itt/reflection/obsolete/itt_hoas_lang.prla