Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-01-26 21:30:57 -0800 (Thu, 26 Jan 2006)
Revision: 8614
Log message:

      Partial progress to computing the elimination rule.
      
      It looks stupid right now, because the assums are all trivial.  Mainly I'm
      fighting with syntactic well-formedness, meaning context and so-vars
      all need the right arity.  The assums are being computed, dropped on
      the floor until I figure out the mistake.
      

Changes  Path
+128 -1 metaprl/filter/base/filter_reflection.ml
+2 -1 metaprl/filter/base/filter_reflection.mli
+1 -2 metaprl/filter/base/filter_summary_util.ml
+21 -3 metaprl/filter/filter/filter_parse.ml
+3 -0 metaprl/refiner/refiner/refiner_debug.ml
+1 -0 metaprl/refiner/refsig/term_meta_sig.ml
+14 -1 metaprl/refiner/term_gen/term_meta_gen.ml
+0 -1 metaprl/theories/poplmark/naive/MetaprlInfo