Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2003-05-21 05:15:49 -0700 (Wed, 21 May 2003)
Revision: 4620
Log message:

      The componentwise equality rules for the int operators (e.g. rules like
      a = a' in int --> b = b' in int --> a + b = a' + b' in int) should only
      be added to intro with AutoMustComplete!
      
      TODO: we probably need to add a form of AutoMustComplete that would check
      whether the conclusion is a membership and would only enforce MustComplete
      when it's not a membership.
      

Changes  Path
+5 -5 metaprl/theories/itt/itt_int_base.ml
+5 -5 metaprl/theories/itt/itt_int_ext.ml