Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-02-22 18:00:39 -0800 (Wed, 22 Feb 2006)
Revision: 8777
Log message:

      Minor improvements to rule statements generated by filter_reflection:
      
      - Use C<|J; H|> in place of C<|H; J|> as this would cause the display
        mechanism to hide these contexts in more cases.
      
      - Add labels on some of the rule assumptions:
        - MemLogic rules: 
           - "wf" on "logic in Logic" assumption
        - Intro rules:
           - "aux" on "logic in Logic" and "SubLogic{rule; logic}" assumptions
           - "wf" on type-checking assumptions
      

Changes  Path
+22 -25 metaprl/filter/base/filter_reflection.ml
+9 -1 metaprl/refiner/refiner/refiner_debug.ml
+3 -2 metaprl/refiner/refsig/term_meta_sig.ml
+10 -2 metaprl/refiner/term_gen/term_meta_gen.ml
+1 -0 metaprl/util/gen_refiner_debug.pl