Changes by: Brian Emre Aydemir (baydemir at cis.upenn.edu)
Date: 2001-12-08 19:10:53 -0800 (Sat, 08 Dec 2001)
Revision: 3464
Log message:

      Many changes:
      -  Began to redo the README file to be more useful/informative.
      -  Added a TODO file for this theory to keep track of what still
         needs to be done.
      -  Regorganized where I declared int_set and rawint_set (Mc_set).
      -  Rewrote exceptions to use RefineError where reasonable/possible.
      -  Continuing to add "conversion" functions for MC FIR types
         and MetaPRL terms.  The great majority of them are there, but
         they still need work and testing.
      -  Random updates to comments.
      

Changes  Path
+4 -8 metaprl/theories/mc/Conscript
+1 -2 metaprl/theories/mc/Makefile
+136 -24 metaprl/theories/mc/README
Added metaprl/theories/mc/TODO
Properties metaprl/theories/mc/TODO
+0 -1 metaprl/theories/mc/fir_const_elim.ml
+0 -1 metaprl/theories/mc/fir_const_elim.mli
+5 -19 metaprl/theories/mc/fir_eval.ml
+4 -7 metaprl/theories/mc/fir_eval.mli
Deleted metaprl/theories/mc/fir_int_set.ml
Deleted metaprl/theories/mc/fir_int_set.mli
Deleted metaprl/theories/mc/fir_rawint_set.ml
Deleted metaprl/theories/mc/fir_rawint_set.mli
+162 -3 metaprl/theories/mc/mc_fir_connect_base.ml
+28 -4 metaprl/theories/mc/mc_fir_connect_base.mli
+57 -5 metaprl/theories/mc/mc_fir_connect_exp.ml
+18 -0 metaprl/theories/mc/mc_fir_connect_exp.mli
+105 -52 metaprl/theories/mc/mc_fir_connect_ty.ml
+5 -11 metaprl/theories/mc/mc_fir_connect_ty.mli
Added metaprl/theories/mc/mc_set.ml
Properties metaprl/theories/mc/mc_set.ml
Added metaprl/theories/mc/mc_set.mli
Properties metaprl/theories/mc/mc_set.mli
+34 -12 metaprl/theories/mc/mc_term_op.ml
+6 -4 metaprl/theories/mc/mc_term_op.mli
+1 -2 metaprl/theories/mc/mc_theory.ml
+1 -2 metaprl/theories/mc/mc_theory.mli