Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 1999-09-03 16:41:50 -0700 (Fri, 03 Sep 1999)
Revision: 2811
Log message:

      Rules are automatically added to mptop toploop.  This just means
      that you can use a rule directly in a tactic without having to wrap
      it.  Rules require addresses, so they are still hard to use, but
      at least they are accessible.
      

Changes  Path
+1 -1 metaprl/editor/ml/mpconfig
+5 -0 metaprl/editor/ml/shell_mp.ml
+6 -4 metaprl/filter/base/filter_grammar.ml
+28 -1 metaprl/filter/base/filter_prog.ml
+6 -0 metaprl/refiner/reflib/rformat.ml
+2 -0 metaprl/theories/base/base_auto_tactic.ml
+4 -0 metaprl/theories/base/base_auto_tactic.mli
+2 -0 metaprl/theories/fol/fol_false.mli
+11 -0 metaprl/theories/tactic/mptop.ml
+3 -0 metaprl/theories/tactic/mptop.mli