Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2002-04-25 08:28:40 -0700 (Thu, 25 Apr 2002)
Revision: 3584
Log message:

      - Added the comment module to the theories.pdf ("make latex").
      
      - Added a hack allowing to override a theory display with another theory's
      display. This is necessary for bootstrapping reasons - it allows one
      to get a reasonable output of a theory (e.g. Comment) that is defined before
      all essential display forms (e.g. the Summary ones) are there.
      
      - Added debugging code to make it easier to find dforms that cause
      zone begin/end mismatch (and used it to get rid of all
      the "Unballanced buffer" warnings in "make latex").
      
      - Minor dforms&comments updates.
      

Changes  Path
+1 -0 metaprl/doc/latex/theories/base/print.ml
+2 -2 metaprl/editor/ml/shell.ml
+1 -1 metaprl/filter/base/filter_cache_fun.ml
+26 -22 metaprl/refiner/reflib/dform.ml
+12 -21 metaprl/refiner/reflib/rformat.ml
+1 -0 metaprl/refiner/reflib/rformat.mli
+4 -0 metaprl/refiner/reflib/theory.ml
+3 -0 metaprl/refiner/reflib/theory.mli
+1 -1 metaprl/theories/base/base_rewrite.ml
+1 -1 metaprl/theories/czf/czf_itt_axioms.ml
+1 -1 metaprl/theories/czf/czf_itt_isect.ml
+1 -1 metaprl/theories/czf/czf_itt_power.ml
+1 -1 metaprl/theories/czf/czf_itt_rel.ml
+1 -1 metaprl/theories/itt/itt_bool.ml
+3 -10 metaprl/theories/itt/itt_comment.ml
+1 -1 metaprl/theories/itt/itt_list2.ml
+1 -1 metaprl/theories/itt/itt_logic.ml
+3 -5 metaprl/theories/itt/itt_rfun.ml
+1 -1 metaprl/theories/itt/itt_theory.ml
+1 -1 metaprl/theories/itt/itt_well_founded.ml
+3 -3 metaprl/theories/ocaml_doc/ocaml_doc_name1.ml
+3 -3 metaprl/theories/ocaml_doc/ocaml_doc_var1.ml
+7 -7 metaprl/theories/tactic/comment.ml
+2 -0 metaprl/theories/tactic/mptop.ml
+1 -1 metaprl/theories/tactic/tactic_cache.ml
+1 -1 metaprl/theories/tactic/top_conversionals.ml
+2 -2 metaprl/theories/tactic/top_tacticals.ml
+4 -4 texinputs/metaprl.tex