Changes by: Brian Emre Aydemir (baydemir at cis.upenn.edu)
Date: 2002-08-12 23:01:11 -0700 (Mon, 12 Aug 2002)
Revision: 3798
Log message:

      This finishes my pass at typing rules for tyUnion, tyApply, and union_values.
      In the process, I've implemented some simple operators for getting the length
      of a list, performing type application, and testing set equality and subset.
      I've also done other minor things, like cleaning up some display forms.
      

Changes  Path
+8 -0 metaprl/theories/fir/README
+90 -18 metaprl/theories/fir/mfir_basic.ml
+7 -0 metaprl/theories/fir/mfir_basic.mli
+8 -2 metaprl/theories/fir/mfir_sequent.ml
+1 -0 metaprl/theories/fir/mfir_sequent.mli
+47 -1 metaprl/theories/fir/mfir_tr_base.ml
+100 -10 metaprl/theories/fir/mfir_tr_store.ml
+131 -36 metaprl/theories/fir/mfir_tr_types.ml
+0 -4 metaprl/theories/fir/mfir_tr_types.mli
+63 -6 metaprl/theories/fir/mfir_ty.ml
+9 -1 metaprl/theories/fir/mfir_ty.mli