Changes by: Brian Emre Aydemir (baydemir at cis.upenn.edu)
Date: 2002-09-20 15:40:18 -0700 (Fri, 20 Sep 2002)
Revision: 3883
Log message:

      Cleaning up documentation and some of the typing rules from my
      commit earlier today.  Remaining work:
      
      1. Anything relating to FIR expressions has not been cleaned up yet.
      2. I need to automate the typing rules eventually.
      

Changes  Path
+2 -1 metaprl/doc/latex/theories/fir/print.ml
+4 -0 metaprl/theories/fir/BUGS
+1 -1 metaprl/theories/fir/Conscript
+1 -0 metaprl/theories/fir/Makefile
+25 -3 metaprl/theories/fir/README
+2 -1 metaprl/theories/fir/mfir_bool.ml
+2 -1 metaprl/theories/fir/mfir_bool.mli
+3 -4 metaprl/theories/fir/mfir_int.ml
+1 -1 metaprl/theories/fir/mfir_int.mli
+32 -40 metaprl/theories/fir/mfir_int_set.ml
+1 -1 metaprl/theories/fir/mfir_int_set.mli
+4 -4 metaprl/theories/fir/mfir_list.ml
+2 -1 metaprl/theories/fir/mfir_list.mli
+1 -1 metaprl/theories/fir/mfir_option.ml
+1 -1 metaprl/theories/fir/mfir_option.mli
+35 -28 metaprl/theories/fir/mfir_record.ml
+3 -1 metaprl/theories/fir/mfir_record.mli
+59 -34 metaprl/theories/fir/mfir_sequent.ml
+6 -1 metaprl/theories/fir/mfir_sequent.mli
+2 -3 metaprl/theories/fir/mfir_theory.mlz
Added metaprl/theories/fir/mfir_token.ml
Properties metaprl/theories/fir/mfir_token.ml
Added metaprl/theories/fir/mfir_token.mli
Properties metaprl/theories/fir/mfir_token.mli
+7 -11 metaprl/theories/fir/mfir_tr_atom_base.ml
+4 -13 metaprl/theories/fir/mfir_tr_base.ml
+15 -17 metaprl/theories/fir/mfir_tr_store.ml
+46 -62 metaprl/theories/fir/mfir_tr_types.ml
+12 -11 metaprl/theories/fir/mfir_ty.ml
+18 -12 metaprl/theories/fir/mfir_util.ml