Changes by: Brian Emre Aydemir (baydemir at cis.upenn.edu)
Date: 2001-09-07 09:47:35 -0700 (Fri, 07 Sep 2001)
Revision: 3376
Log message:

      Updated the type checking judgements.
      Added a few more terms for FIR terms.
      

Changes  Path
+38 -11 metaprl/theories/mc/fir_exp.ml
+13 -5 metaprl/theories/mc/fir_exp.mli
+32 -1 metaprl/theories/mc/fir_int.ml
+4 -0 metaprl/theories/mc/fir_int.mli
+6 -50 metaprl/theories/mc/fir_test.ml
+180 -653 metaprl/theories/mc/fir_test.prla
+14 -0 metaprl/theories/mc/fir_ty.ml
+1 -0 metaprl/theories/mc/fir_ty.mli
+46 -17 metaprl/theories/mc/fir_type.ml
+15 -1 metaprl/theories/mc/fir_type.mli
+1158 -1097 metaprl/theories/mc/fir_type.prla

Changes by: Brian Emre Aydemir (baydemir at cis.upenn.edu)
Date: 2001-09-12 14:03:34 -0700 (Wed, 12 Sep 2001)
Revision: 3377
Log message:

      Improved automation on type checking rules.
      Added types to let/set Subscript terms.
      

Changes  Path
+1 -0 metaprl/theories/mc/Makefile
+40 -25 metaprl/theories/mc/fir_exp.ml
+9 -15 metaprl/theories/mc/fir_exp.mli
+0 -6 metaprl/theories/mc/fir_int.ml
+0 -3 metaprl/theories/mc/fir_int.mli
+32 -46 metaprl/theories/mc/fir_test.ml
+1 -0 metaprl/theories/mc/fir_test.mli
+1525 -2551 metaprl/theories/mc/fir_test.prla
+14 -1 metaprl/theories/mc/fir_ty.ml
+3 -0 metaprl/theories/mc/fir_ty.mli
+32 -11 metaprl/theories/mc/fir_type.ml
+2610 -1912 metaprl/theories/mc/fir_type.prla
+70 -64 metaprl/theories/mc/fir_type_exp.ml
+1 -1 metaprl/theories/mc/fir_type_exp.mli
Added metaprl/theories/mc/fir_type_int.ml
Properties metaprl/theories/mc/fir_type_int.ml
Added metaprl/theories/mc/fir_type_int.mli
Properties metaprl/theories/mc/fir_type_int.mli
Added metaprl/theories/mc/fir_type_int.prla
Properties metaprl/theories/mc/fir_type_int.prla
+2 -23 metaprl/theories/mc/fir_type_state.ml
+1386 -1341 metaprl/theories/mc/fir_type_state.prla

Changes by: Brian Emre Aydemir (baydemir at cis.upenn.edu)
Date: 2001-09-12 14:43:24 -0700 (Wed, 12 Sep 2001)
Revision: 3378
Log message:

      Forgot to upload some proofs in my last commit.
      Slight change to handling of match cases.
      

Changes  Path
+22 -39 metaprl/theories/mc/fir_exp.ml
+3 -6 metaprl/theories/mc/fir_exp.mli
+9 -9 metaprl/theories/mc/fir_test.ml
+869 -333 metaprl/theories/mc/fir_test.prla
+6 -23 metaprl/theories/mc/fir_type_exp.ml
Added metaprl/theories/mc/fir_type_exp.prla
Properties metaprl/theories/mc/fir_type_exp.prla

Changes by: Xin Yu (xiny at cs.caltech.edu)
Date: 2001-09-14 00:00:13 -0700 (Fri, 14 Sep 2001)
Revision: 3379
Log message:

      Definition of algebraic group.
      

Changes  Path
Added metaprl/theories/czf/czf_itt_group.ml
Properties metaprl/theories/czf/czf_itt_group.ml
Added metaprl/theories/czf/czf_itt_group.mli
Properties metaprl/theories/czf/czf_itt_group.mli
Added metaprl/theories/czf/czf_itt_group.prla
Properties metaprl/theories/czf/czf_itt_group.prla

Changes by: Xin Yu (xiny at cs.caltech.edu)
Date: 2001-09-14 00:05:10 -0700 (Fri, 14 Sep 2001)
Revision: 3380
Log message:

      Definitions for set difference & Boolean set
      

Changes  Path
+4 -1 metaprl/theories/czf/Makefile
Added metaprl/theories/czf/czf_itt_bool.ml
Properties metaprl/theories/czf/czf_itt_bool.ml
Added metaprl/theories/czf/czf_itt_bool.mli
Properties metaprl/theories/czf/czf_itt_bool.mli
Added metaprl/theories/czf/czf_itt_bool.prla
Properties metaprl/theories/czf/czf_itt_bool.prla
Added metaprl/theories/czf/czf_itt_setdiff.ml
Properties metaprl/theories/czf/czf_itt_setdiff.ml
Added metaprl/theories/czf/czf_itt_setdiff.mli
Properties metaprl/theories/czf/czf_itt_setdiff.mli
Added metaprl/theories/czf/czf_itt_setdiff.prla
Properties metaprl/theories/czf/czf_itt_setdiff.prla

Changes by: Brian Emre Aydemir (baydemir at cis.upenn.edu)
Date: 2001-09-14 15:45:03 -0700 (Fri, 14 Sep 2001)
Revision: 3381
Log message:

      Mc_theory now pulls together everything in
      this theory.  Fir_auto defines an automation
      tactic that can be used for evaluation.
      Also added some support for allocUnion.
      

Changes  Path
+4 -2 metaprl/theories/mc/Makefile
Added metaprl/theories/mc/fir_auto.ml
Properties metaprl/theories/mc/fir_auto.ml
Added metaprl/theories/mc/fir_auto.mli
Properties metaprl/theories/mc/fir_auto.mli
+7 -0 metaprl/theories/mc/fir_exp.ml
+16 -0 metaprl/theories/mc/fir_exp.mli
+19 -0 metaprl/theories/mc/fir_int.mli
+8 -0 metaprl/theories/mc/fir_int_set.mli
+11 -0 metaprl/theories/mc/fir_state.mli
+1 -11 metaprl/theories/mc/fir_test.ml
+1 -11 metaprl/theories/mc/fir_test.mli
+9 -0 metaprl/theories/mc/fir_ty.mli
+14 -0 metaprl/theories/mc/fir_type.mli
+9 -0 metaprl/theories/mc/fir_type_exp.ml
+6 -0 metaprl/theories/mc/fir_type_exp.mli
Added metaprl/theories/mc/mc_theory.ml
Properties metaprl/theories/mc/mc_theory.ml
Added metaprl/theories/mc/mc_theory.mli
Properties metaprl/theories/mc/mc_theory.mli

Changes by: Brian Emre Aydemir (baydemir at cis.upenn.edu)
Date: 2001-09-16 22:35:30 -0700 (Sun, 16 Sep 2001)
Revision: 3382
Log message:

      Added reduce_eq_atom to the reduce resource.
      

Changes  Path
+1 -0 metaprl/theories/itt/itt_atom_bool.ml

Changes by: Brian Emre Aydemir (baydemir at cis.upenn.edu)
Date: 2001-09-16 22:37:42 -0700 (Sun, 16 Sep 2001)
Revision: 3383
Log message:

      Implemented letExt as a no-op and a made a few other minor changes.
      

Changes  Path
+35 -32 metaprl/theories/mc/fir_exp.ml
+4 -1 metaprl/theories/mc/fir_exp.mli
+4 -4 metaprl/theories/mc/fir_ty.ml
+1 -1 metaprl/theories/mc/fir_ty.mli

Changes by: Brian Emre Aydemir (baydemir at cis.upenn.edu)
Date: 2001-09-17 19:23:22 -0700 (Mon, 17 Sep 2001)
Revision: 3384
Log message:

      Modified some terms to work with the output
      from the mc compiler.  Still need to work on
      getting output from mc to evaluate and type check
      properly.
      

Changes  Path
+2 -1 metaprl/theories/mc/Makefile
+34 -77 metaprl/theories/mc/fir_exp.ml
+7 -14 metaprl/theories/mc/fir_exp.mli
+19 -153 metaprl/theories/mc/fir_test.ml
+716 -2925 metaprl/theories/mc/fir_test.prla
Added metaprl/theories/mc/fir_test2.ml
Properties metaprl/theories/mc/fir_test2.ml
Added metaprl/theories/mc/fir_test2.mli
Properties metaprl/theories/mc/fir_test2.mli
+10 -1 metaprl/theories/mc/fir_ty.ml
+3 -0 metaprl/theories/mc/fir_ty.mli
+4 -2 metaprl/theories/mc/fir_type_exp.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2001-09-19 07:01:58 -0700 (Wed, 19 Sep 2001)
Revision: 3385
Log message:

      Improved the demo theory.
      

Changes  Path
+0 -1 metaprl/theories/itt/itt_sort.ml
+2133 -2137 metaprl/theories/itt/itt_sort.prla

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2001-09-19 12:51:58 -0700 (Wed, 19 Sep 2001)
Revision: 3386
Log message:

      Trying to make Java editor work with JDK 1.3.1. I fixed some of the problems,
      but it still does not work.
      

Changes  Path
+1 -1 metaprl/editor/java/Makefile
+4 -5 metaprl/editor/java/Nuprl.java
+1 -1 metaprl/editor/java/NuprlCommand.java
+2 -4 metaprl/editor/java/NuprlHost.java
+2 -4 metaprl/editor/java/NuprlLogin.java
+27 -20 metaprl/editor/java/NuprlManager.java
+2 -0 metaprl/editor/java/NuprlMenu.java
+4 -0 metaprl/editor/java/NuprlProof.java

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2001-09-19 13:52:46 -0700 (Wed, 19 Sep 2001)
Revision: 3387
Log message:

      More fixes.
      

Changes  Path
+2 -2 metaprl/editor/java/NuprlClient.java
+1 -1 metaprl/editor/java/NuprlManager.java
+4 -9 metaprl/editor/java/NuprlText.java

Changes by: Brian Emre Aydemir (baydemir at cis.upenn.edu)
Date: 2001-09-19 21:33:32 -0700 (Wed, 19 Sep 2001)
Revision: 3388
Log message:

      Removed fir_auto since the one automation I provided doesn't work
      effectively on actual compiler output.  Updated some comments
      and added some rewrites to evaluate output from the compiler.
      Compiler output of simple programs seems to evaluate now.
      

Changes  Path
+1 -3 metaprl/theories/mc/Makefile
Deleted metaprl/theories/mc/fir_auto.ml
Deleted metaprl/theories/mc/fir_auto.mli
+39 -7 metaprl/theories/mc/fir_exp.ml
+37 -8 metaprl/theories/mc/fir_exp.mli
Deleted metaprl/theories/mc/fir_test2.ml
Deleted metaprl/theories/mc/fir_test2.mli
+7 -2 metaprl/theories/mc/fir_ty.ml
+3 -1 metaprl/theories/mc/fir_ty.mli
+0 -1 metaprl/theories/mc/mc_theory.ml
+0 -1 metaprl/theories/mc/mc_theory.mli

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2001-09-20 02:32:00 -0700 (Thu, 20 Sep 2001)
Revision: 3389
Log message:

      This makes the behaviour under JDKs 1.2.2 and 1.3.1 more similar and
      more predictable.
      

Changes  Path
+1 -0 metaprl/editor/java/NuprlCommand.java
+4 -0 metaprl/editor/java/NuprlManager.java

Changes by: Brian Emre Aydemir (baydemir at cis.upenn.edu)
Date: 2001-09-20 09:53:15 -0700 (Thu, 20 Sep 2001)
Revision: 3392
Log message:

      Added GPL license info/terms to these files.
      

Changes  Path
+26 -1 metaprl/theories/mc/fir_exp.ml
+26 -1 metaprl/theories/mc/fir_exp.mli
+26 -1 metaprl/theories/mc/fir_int.ml
+26 -1 metaprl/theories/mc/fir_int.mli
+26 -1 metaprl/theories/mc/fir_int_set.ml
+26 -1 metaprl/theories/mc/fir_int_set.mli
+26 -1 metaprl/theories/mc/fir_state.ml
+26 -1 metaprl/theories/mc/fir_state.mli
+26 -1 metaprl/theories/mc/fir_test.ml
+26 -1 metaprl/theories/mc/fir_test.mli
+26 -1 metaprl/theories/mc/fir_ty.ml
+26 -1 metaprl/theories/mc/fir_ty.mli
+26 -1 metaprl/theories/mc/fir_type.ml
+26 -1 metaprl/theories/mc/fir_type.mli
+26 -1 metaprl/theories/mc/fir_type_exp.ml
+26 -1 metaprl/theories/mc/fir_type_exp.mli
+26 -1 metaprl/theories/mc/fir_type_int.ml
+26 -1 metaprl/theories/mc/fir_type_int.mli
+26 -1 metaprl/theories/mc/fir_type_state.ml
+26 -1 metaprl/theories/mc/fir_type_state.mli
+27 -3 metaprl/theories/mc/mc_theory.ml
+27 -3 metaprl/theories/mc/mc_theory.mli

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2001-09-20 10:11:28 -0700 (Thu, 20 Sep 2001)
Revision: 3393
Log message:

      Temporary workaround: load URLs in a separate thread.
      

Changes  Path
+19 -5 metaprl/editor/java/NuprlTerm.java

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2001-09-20 11:40:02 -0700 (Thu, 20 Sep 2001)
Revision: 3394
Log message:

      Reordered files, so that they are compiled strictly in the dependency order.
      (I tried compiling on MacOS X, it seems this is nececcary there).
      

Changes  Path
+4 -3 metaprl/editor/java/Makefile
+63 -224 metaprl/editor/java/NuprlClient.java
+161 -0 metaprl/editor/java/NuprlConstants.java
+3 -4 metaprl/editor/java/NuprlOptionSBToken.java
+8 -8 metaprl/editor/java/NuprlText.java

Changes by: Brian Emre Aydemir (baydemir at cis.upenn.edu)
Date: 2001-09-20 20:03:22 -0700 (Thu, 20 Sep 2001)
Revision: 3395
Log message:

      Declared terms for some more elements from the FIR.
      Updated some comments in the code.
      

Changes  Path
+21 -6 metaprl/theories/mc/fir_exp.ml
+8 -3 metaprl/theories/mc/fir_exp.mli
+2 -1 metaprl/theories/mc/fir_int.ml
+3 -4 metaprl/theories/mc/fir_int.mli
+1 -1 metaprl/theories/mc/fir_int_set.ml
+1 -1 metaprl/theories/mc/fir_int_set.mli
+36 -0 metaprl/theories/mc/fir_ty.ml
+30 -1 metaprl/theories/mc/fir_ty.mli
+0 -2 metaprl/theories/mc/mc_theory.ml
+0 -2 metaprl/theories/mc/mc_theory.mli

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2001-09-21 07:22:55 -0700 (Fri, 21 Sep 2001)
Revision: 3396
Log message:

      - Added proper escaping of <, > and & in html Rformat output
      - Goal and Subgoal window updates are now done in separate threads
      - Updated some homepages URLs in mp-people.html
      

Changes  Path
+2 -2 metaprl/doc/htmlman/mp-people.html
+8 -8 metaprl/editor/java/NuprlDebug.java
+2 -6 metaprl/editor/java/NuprlTerm.java
+1 -1 metaprl/editor/ml/display_term.ml
+0 -2 metaprl/editor/ml/shell_http.ml
+6 -3 metaprl/refiner/reflib/rformat.ml
+5 -4 metaprl/theories/tactic/base_dform.ml
+82 -92 metaprl/theories/tactic/nuprl_font.ml
+0 -3 metaprl/theories/tactic/nuprl_font.mli

Changes by: ( at unknown.email)
Date: 2001-09-21 07:22:55 -0700 (Fri, 21 Sep 2001)
Revision: 3397
Log message:

      This commit was manufactured by cvs2svn to create tag
      'before_ocaml_3_02'.

Changes  Path
Copied metaprl-tags/before_ocaml_3_02
Deleted metaprl-tags/before_ocaml_3_02/theories/itt/itt_decidable.prlb
Copied texinputs-tags/before_ocaml_3_02
Deleted texinputs-tags/before_ocaml_3_02/Makefile-common
Deleted texinputs-tags/before_ocaml_3_02/bcp.bib
Deleted texinputs-tags/before_ocaml_3_02/citlogo.eps
Deleted texinputs-tags/before_ocaml_3_02/cornell-logo.eps
Deleted texinputs-tags/before_ocaml_3_02/dag50.eps
Deleted texinputs-tags/before_ocaml_3_02/der.tex
Deleted texinputs-tags/before_ocaml_3_02/include.tex
Deleted texinputs-tags/before_ocaml_3_02/llncs.cls
Deleted texinputs-tags/before_ocaml_3_02/omscmsy.fd
Deleted texinputs-tags/before_ocaml_3_02/ot1cmr.fd
Deleted texinputs-tags/before_ocaml_3_02/ot1lcmss.fd
Deleted texinputs-tags/before_ocaml_3_02/ot1lcmtt.fd
Deleted texinputs-tags/before_ocaml_3_02/rc.bib
Deleted texinputs-tags/before_ocaml_3_02/slides-nogin.cls
Deleted texinputs-tags/before_ocaml_3_02/umsa.fd
Deleted texinputs-tags/before_ocaml_3_02/umsb.fd

Changes by: ( at unknown.email)
Date: 2001-09-21 07:22:55 -0700 (Fri, 21 Sep 2001)
Revision: 3398
Log message:

      This commit was manufactured by cvs2svn to create branch 'ocaml_3_02'.

Changes  Path
Copied metaprl-branches/ocaml_3_02
Deleted metaprl-branches/ocaml_3_02/theories/itt/itt_decidable.prlb
Copied texinputs-branches/ocaml_3_02
Deleted texinputs-branches/ocaml_3_02/Makefile-common
Deleted texinputs-branches/ocaml_3_02/bcp.bib
Deleted texinputs-branches/ocaml_3_02/citlogo.eps
Deleted texinputs-branches/ocaml_3_02/cornell-logo.eps
Deleted texinputs-branches/ocaml_3_02/dag50.eps
Deleted texinputs-branches/ocaml_3_02/der.tex
Deleted texinputs-branches/ocaml_3_02/include.tex
Deleted texinputs-branches/ocaml_3_02/llncs.cls
Deleted texinputs-branches/ocaml_3_02/omscmsy.fd
Deleted texinputs-branches/ocaml_3_02/ot1cmr.fd
Deleted texinputs-branches/ocaml_3_02/ot1lcmss.fd
Deleted texinputs-branches/ocaml_3_02/ot1lcmtt.fd
Deleted texinputs-branches/ocaml_3_02/rc.bib
Deleted texinputs-branches/ocaml_3_02/slides-nogin.cls
Deleted texinputs-branches/ocaml_3_02/umsa.fd
Deleted texinputs-branches/ocaml_3_02/umsb.fd

Changes by: Brian Emre Aydemir (baydemir at cis.upenn.edu)
Date: 2001-09-21 20:23:19 -0700 (Fri, 21 Sep 2001)
Revision: 3399
Log message:

      Added myself to the list of people. :)
      

Changes  Path
+5 -0 metaprl/doc/htmlman/mp-people.html

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2001-09-21 21:29:45 -0700 (Fri, 21 Sep 2001)
Revision: 3400
Log message:

      Initial 3.02 version.
      

Changes  Path
+13 -2 metaprl-branches/ocaml_3_02/Conscript
+11 -5 metaprl-branches/ocaml_3_02/Construct
+7 -4 metaprl-branches/ocaml_3_02/clib/execvp.c
+3 -6 metaprl-branches/ocaml_3_02/clib/getrusage.c
+4 -4 metaprl-branches/ocaml_3_02/clib/readline.c
+1 -1 metaprl-branches/ocaml_3_02/clib/termsize.c
Added metaprl-branches/ocaml_3_02/editor/Conscript
Properties metaprl-branches/ocaml_3_02/editor/Conscript
Added metaprl-branches/ocaml_3_02/editor/ml/Conscript
Properties metaprl-branches/ocaml_3_02/editor/ml/Conscript
+6 -0 metaprl-branches/ocaml_3_02/editor/ml/mp_version.mli
+6 -0 metaprl-branches/ocaml_3_02/editor/ml/mux_channel.ml
+13 -13 metaprl-branches/ocaml_3_02/editor/ml/package_info.ml
+6 -0 metaprl-branches/ocaml_3_02/editor/ml/recursive_lock.ml
+2 -33 metaprl-branches/ocaml_3_02/editor/ml/shell_mp.ml
+3 -0 metaprl-branches/ocaml_3_02/editor/ml/shell_rewrite.ml
+6 -0 metaprl-branches/ocaml_3_02/editor/ml/shell_tex.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2001-09-21 21:29:50 -0700 (Fri, 21 Sep 2001)
Revision: 3401
Log message:

      Initial 3.02 version.
      

Changes  Path
+1 -1 metaprl-branches/ocaml_3_02/ensemble/Conscript
+1 -0 metaprl-branches/ocaml_3_02/filter/Conscript
+12 -4 metaprl-branches/ocaml_3_02/filter/base/filter_ast.ml
+3 -1 metaprl-branches/ocaml_3_02/filter/base/filter_cache_fun.ml
+48 -47 metaprl-branches/ocaml_3_02/filter/base/filter_hash.ml
+164 -101 metaprl-branches/ocaml_3_02/filter/base/filter_ocaml.ml
+21 -27 metaprl-branches/ocaml_3_02/filter/base/filter_prog.ml
+3 -2 metaprl-branches/ocaml_3_02/filter/base/filter_summary.ml
+8 -11 metaprl-branches/ocaml_3_02/filter/base/free_vars.ml
+42 -43 metaprl-branches/ocaml_3_02/filter/base/mLast_util.ml
+26 -4 metaprl-branches/ocaml_3_02/filter/filter/Conscript
+5 -5 metaprl-branches/ocaml_3_02/filter/filter/filter_parse.ml
+3 -3 metaprl-branches/ocaml_3_02/filter/filter/prlcomp.ml
Added metaprl-branches/ocaml_3_02/lib/Conscript
Properties metaprl-branches/ocaml_3_02/lib/Conscript
+2 -2 metaprl-branches/ocaml_3_02/library/Conscript
+1 -1 metaprl-branches/ocaml_3_02/library/Makefile
Deleted metaprl-branches/ocaml_3_02/library/int32.ml
Deleted metaprl-branches/ocaml_3_02/library/int32.mli
Added metaprl-branches/ocaml_3_02/library/lint32.ml
Properties metaprl-branches/ocaml_3_02/library/lint32.ml
Added metaprl-branches/ocaml_3_02/library/lint32.mli
Properties metaprl-branches/ocaml_3_02/library/lint32.mli
+10 -12 metaprl-branches/ocaml_3_02/library/mathBus.ml
+5 -5 metaprl-branches/ocaml_3_02/library/mathBus.mli
+1 -1 metaprl-branches/ocaml_3_02/library/mbterm.ml
+6 -6 metaprl-branches/ocaml_3_02/library/registry.ml
+7 -7 metaprl-branches/ocaml_3_02/library/registry.mli
+1 -1 metaprl-branches/ocaml_3_02/mk/check_version.sh
+3 -3 metaprl-branches/ocaml_3_02/mk/preface
+3 -0 metaprl-branches/ocaml_3_02/refiner/refiner/Conscript
+1 -1 metaprl-branches/ocaml_3_02/refiner/refiner/refine.ml
+1 -0 metaprl-branches/ocaml_3_02/refiner/reflib/mp_resource.ml
+1 -0 metaprl-branches/ocaml_3_02/refiner/term_ds/term_base_ds.ml
+1 -0 metaprl-branches/ocaml_3_02/refiner/term_ds/term_ds_sig.ml
+1 -0 metaprl-branches/ocaml_3_02/refiner/term_std/term_base_std.ml
+15 -1 metaprl-branches/ocaml_3_02/theories/Conscript
Added metaprl-branches/ocaml_3_02/theories/base/Conscript
Properties metaprl-branches/ocaml_3_02/theories/base/Conscript
+6 -0 metaprl-branches/ocaml_3_02/theories/base/base_trivial.ml
Added metaprl-branches/ocaml_3_02/theories/itt/Conscript
Properties metaprl-branches/ocaml_3_02/theories/itt/Conscript
Added metaprl-branches/ocaml_3_02/theories/ocaml/Conscript
Properties metaprl-branches/ocaml_3_02/theories/ocaml/Conscript
Added metaprl-branches/ocaml_3_02/theories/tactic/Conscript
Properties metaprl-branches/ocaml_3_02/theories/tactic/Conscript
+4 -0 metaprl-branches/ocaml_3_02/theories/tactic/base_dform.ml
+8 -0 metaprl-branches/ocaml_3_02/theories/tactic/comment.ml
+27 -4 metaprl-branches/ocaml_3_02/theories/tactic/mptop.ml
+3 -0 metaprl-branches/ocaml_3_02/theories/tactic/nuprl_font.ml
+4 -0 metaprl-branches/ocaml_3_02/theories/tactic/perv.ml
+6 -0 metaprl-branches/ocaml_3_02/theories/tactic/summary.ml
+3 -0 metaprl-branches/ocaml_3_02/theories/tactic/tactic_cache.ml
+1 -1 metaprl-branches/ocaml_3_02/util/Conscript
+33 -7 metaprl-branches/ocaml_3_02/util/macro.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2001-09-21 21:44:03 -0700 (Fri, 21 Sep 2001)
Revision: 3402
Log message:

      Somebody changed the definition of resources.  As a result,
      the 3.02 compilation will work only if the .prl* files are removed.
      

Changes  Path
Properties metaprl-branches/ocaml_3_02/clib
Properties metaprl-branches/ocaml_3_02/debug
Properties metaprl-branches/ocaml_3_02/doc
Properties metaprl-branches/ocaml_3_02/doc/latex/theories
Properties metaprl-branches/ocaml_3_02/doc/latex/theories/base
Properties metaprl-branches/ocaml_3_02/doc/latex/theories/czf
Properties metaprl-branches/ocaml_3_02/doc/latex/theories/fol
Properties metaprl-branches/ocaml_3_02/doc/latex/theories/itt
Properties metaprl-branches/ocaml_3_02/doc/ps/theories
Properties metaprl-branches/ocaml_3_02/editor/java
Properties metaprl-branches/ocaml_3_02/editor/ml
Properties metaprl-branches/ocaml_3_02/editor/ml/tests
Properties metaprl-branches/ocaml_3_02/ensemble
Properties metaprl-branches/ocaml_3_02/filter
Properties metaprl-branches/ocaml_3_02/filter/base
Properties metaprl-branches/ocaml_3_02/filter/boot
Properties metaprl-branches/ocaml_3_02/filter/filter
+1 -0 metaprl-branches/ocaml_3_02/filter/filter/Conscript
Properties metaprl-branches/ocaml_3_02/lib
Properties metaprl-branches/ocaml_3_02/library
Properties metaprl-branches/ocaml_3_02/mk
Properties metaprl-branches/ocaml_3_02/mllib
Properties metaprl-branches/ocaml_3_02/patches
Added metaprl-branches/ocaml_3_02/patches/camlp4-3.02-opt.patch
Properties metaprl-branches/ocaml_3_02/patches/camlp4-3.02-opt.patch
Added metaprl-branches/ocaml_3_02/patches/camlp4-3.02-plexer.patch
Properties metaprl-branches/ocaml_3_02/patches/camlp4-3.02-plexer.patch
Added metaprl-branches/ocaml_3_02/patches/camlp4-3.02-version.patch
Properties metaprl-branches/ocaml_3_02/patches/camlp4-3.02-version.patch
Properties metaprl-branches/ocaml_3_02/refiner
Properties metaprl-branches/ocaml_3_02/refiner/refbase
Properties metaprl-branches/ocaml_3_02/refiner/refiner
Properties metaprl-branches/ocaml_3_02/refiner/reflib
Properties metaprl-branches/ocaml_3_02/refiner/refsig
Properties metaprl-branches/ocaml_3_02/refiner/rewrite
Properties metaprl-branches/ocaml_3_02/refiner/term_ds
Properties metaprl-branches/ocaml_3_02/refiner/term_gen
Properties metaprl-branches/ocaml_3_02/refiner/term_std
Properties metaprl-branches/ocaml_3_02/theories/base
Properties metaprl-branches/ocaml_3_02/theories/czf
Properties metaprl-branches/ocaml_3_02/theories/fol
Properties metaprl-branches/ocaml_3_02/theories/itt
Properties metaprl-branches/ocaml_3_02/theories/mc
Properties metaprl-branches/ocaml_3_02/theories/ocaml
Properties metaprl-branches/ocaml_3_02/theories/ocaml_doc
Properties metaprl-branches/ocaml_3_02/theories/ocaml_sos
Properties metaprl-branches/ocaml_3_02/theories/reflect_itt
Properties metaprl-branches/ocaml_3_02/theories/sil
Properties metaprl-branches/ocaml_3_02/theories/tactic
Properties metaprl-branches/ocaml_3_02/theories/tptp
Properties metaprl-branches/ocaml_3_02/theories/tutorial
Properties metaprl-branches/ocaml_3_02/util
Properties texinputs-branches/ocaml_3_02

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2001-09-22 09:27:37 -0700 (Sat, 22 Sep 2001)
Revision: 3403
Log message:

      First working 3.02 version.
      

Changes  Path
+27 -0 metaprl-branches/ocaml_3_02/Construct
+2 -1 metaprl-branches/ocaml_3_02/editor/ml/Conscript
+1 -1 metaprl-branches/ocaml_3_02/filter/base/filter_grammar.ml
+21 -6 metaprl-branches/ocaml_3_02/filter/base/filter_ocaml.ml
+2 -2 metaprl-branches/ocaml_3_02/filter/base/filter_summary.ml
+25 -6 metaprl-branches/ocaml_3_02/refiner/reflib/ml_term.ml
+23 -1 metaprl-branches/ocaml_3_02/theories/tactic/Conscript
+0 -8 metaprl-branches/ocaml_3_02/theories/tactic/comment.ml
+0 -6 metaprl-branches/ocaml_3_02/theories/tactic/summary.ml

Changes by: Xin Yu (xiny at cs.caltech.edu)
Date: 2001-09-23 00:25:28 -0700 (Sun, 23 Sep 2001)
Revision: 3404
Log message:

      1. Minor changes in czf_itt_group;
      2. Define subgroup and abelian group;
      3. Define cyclic subgroup and cyclic group. However, there are
         problems with the proofs in czf_itt_cyclic_subgroup.
      

Changes  Path
+5 -1 metaprl/theories/czf/Makefile
Added metaprl/theories/czf/czf_itt_abel_group.ml
Properties metaprl/theories/czf/czf_itt_abel_group.ml
Added metaprl/theories/czf/czf_itt_abel_group.mli
Properties metaprl/theories/czf/czf_itt_abel_group.mli
Added metaprl/theories/czf/czf_itt_abel_group.prla
Properties metaprl/theories/czf/czf_itt_abel_group.prla
Added metaprl/theories/czf/czf_itt_cyclic_group.ml
Properties metaprl/theories/czf/czf_itt_cyclic_group.ml
Added metaprl/theories/czf/czf_itt_cyclic_group.mli
Properties metaprl/theories/czf/czf_itt_cyclic_group.mli
Added metaprl/theories/czf/czf_itt_cyclic_group.prla
Properties metaprl/theories/czf/czf_itt_cyclic_group.prla
Added metaprl/theories/czf/czf_itt_cyclic_subgroup.ml
Properties metaprl/theories/czf/czf_itt_cyclic_subgroup.ml
Added metaprl/theories/czf/czf_itt_cyclic_subgroup.mli
Properties metaprl/theories/czf/czf_itt_cyclic_subgroup.mli
Added metaprl/theories/czf/czf_itt_cyclic_subgroup.prla
Properties metaprl/theories/czf/czf_itt_cyclic_subgroup.prla
+26 -6 metaprl/theories/czf/czf_itt_group.ml
+1 -0 metaprl/theories/czf/czf_itt_group.mli
+4922 -3975 metaprl/theories/czf/czf_itt_group.prla
Added metaprl/theories/czf/czf_itt_subgroup.ml
Properties metaprl/theories/czf/czf_itt_subgroup.ml
Added metaprl/theories/czf/czf_itt_subgroup.mli
Properties metaprl/theories/czf/czf_itt_subgroup.mli
Added metaprl/theories/czf/czf_itt_subgroup.prla
Properties metaprl/theories/czf/czf_itt_subgroup.prla

Changes by: Xin Yu (xiny at cs.caltech.edu)
Date: 2001-09-23 00:33:50 -0700 (Sun, 23 Sep 2001)
Revision: 3405
Log message:

      recommit .prla files
      

Changes  Path
+95 -95 metaprl/theories/czf/czf_itt_cyclic_group.prla
+580 -580 metaprl/theories/czf/czf_itt_cyclic_subgroup.prla
+3537 -3614 metaprl/theories/czf/czf_itt_group.prla
+129 -129 metaprl/theories/czf/czf_itt_subgroup.prla

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2001-09-24 09:11:38 -0700 (Mon, 24 Sep 2001)
Revision: 3406
Log message:

      Native code compilcation works now. Unfortunatelly, the bytecode one still
      complains about the Odyl_main incompatibility...
      
      I converted the patches to "diff -u" format for consistency with the previous
      generations of patches.
      

Changes  Path
+1 -1 metaprl-branches/ocaml_3_02/mk/preface
+125 -191 metaprl-branches/ocaml_3_02/patches/camlp4-3.02-opt.patch
+39 -98 metaprl-branches/ocaml_3_02/patches/camlp4-3.02-plexer.patch
+1 -1 metaprl-branches/ocaml_3_02/patches/camlp4-3.02-version.patch
Added metaprl-branches/ocaml_3_02/patches/camlp4-3.02.spec
Properties metaprl-branches/ocaml_3_02/patches/camlp4-3.02.spec
Added metaprl-branches/ocaml_3_02/patches/ocaml-3.02-1.spec
Properties metaprl-branches/ocaml_3_02/patches/ocaml-3.02-1.spec
+2 -2 metaprl-branches/ocaml_3_02/theories/tactic/mptop.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2001-09-24 10:48:38 -0700 (Mon, 24 Sep 2001)
Revision: 3407
Log message:

      Bytecode compilation now works too!
      

Changes  Path
+9 -9 metaprl-branches/ocaml_3_02/editor/ml/shell_p4.ml
+2 -4 metaprl-branches/ocaml_3_02/patches/camlp4-3.02-opt.patch

Changes by: Brian Emre Aydemir (baydemir at cis.upenn.edu)
Date: 2001-09-24 11:06:35 -0700 (Mon, 24 Sep 2001)
Revision: 3408
Log message:

      Added a term for Memcpy.  No rewrites (evaluation)
      for it yet, though.
      

Changes  Path
+7 -0 metaprl/theories/mc/fir_exp.ml
+1 -0 metaprl/theories/mc/fir_exp.mli

Changes by: ( at unknown.email)
Date: 2001-09-24 11:06:35 -0700 (Mon, 24 Sep 2001)
Revision: 3409
Log message:

      This commit was manufactured by cvs2svn to create tag
      'meta-prl-0_7_0'.

Changes  Path
Copied metaprl-tags/meta-prl-0_7_0
Deleted metaprl-tags/meta-prl-0_7_0/theories/itt/itt_decidable.prlb
Copied texinputs-tags/meta-prl-0_7_0
Deleted texinputs-tags/meta-prl-0_7_0/Makefile-common
Deleted texinputs-tags/meta-prl-0_7_0/bcp.bib
Deleted texinputs-tags/meta-prl-0_7_0/citlogo.eps
Deleted texinputs-tags/meta-prl-0_7_0/cornell-logo.eps
Deleted texinputs-tags/meta-prl-0_7_0/dag50.eps
Deleted texinputs-tags/meta-prl-0_7_0/der.tex
Deleted texinputs-tags/meta-prl-0_7_0/include.tex
Deleted texinputs-tags/meta-prl-0_7_0/llncs.cls
Deleted texinputs-tags/meta-prl-0_7_0/omscmsy.fd
Deleted texinputs-tags/meta-prl-0_7_0/ot1cmr.fd
Deleted texinputs-tags/meta-prl-0_7_0/ot1lcmss.fd
Deleted texinputs-tags/meta-prl-0_7_0/ot1lcmtt.fd
Deleted texinputs-tags/meta-prl-0_7_0/rc.bib
Deleted texinputs-tags/meta-prl-0_7_0/slides-nogin.cls
Deleted texinputs-tags/meta-prl-0_7_0/umsa.fd
Deleted texinputs-tags/meta-prl-0_7_0/umsb.fd

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2001-09-25 09:52:43 -0700 (Tue, 25 Sep 2001)
Revision: 3410
Log message:

      - Merged the Ocaml 3.02 changes
      
      - Now http server is compiled in by default, but is only started if
      the "-http true" argument is passed or MP_HTTP environment variable
      is set to "true".
      
      - A few other minor changes.
      

Changes  Path
+13 -2 metaprl/Conscript
+38 -5 metaprl/Construct
+1 -0 metaprl/Makefile
Properties metaprl/clib
+7 -4 metaprl/clib/execvp.c
+3 -6 metaprl/clib/getrusage.c
+4 -4 metaprl/clib/readline.c
+1 -1 metaprl/clib/termsize.c
Properties metaprl/debug
Properties metaprl/doc
Properties metaprl/doc/latex/theories
Properties metaprl/doc/latex/theories/base
Properties metaprl/doc/latex/theories/czf
Properties metaprl/doc/latex/theories/fol
Properties metaprl/doc/latex/theories/itt
Properties metaprl/doc/ps/theories
Added metaprl/editor/Conscript
Properties metaprl/editor/Conscript
Properties metaprl/editor/java
+8 -8 metaprl/editor/java/NuprlDebug.java
Properties metaprl/editor/ml
Added metaprl/editor/ml/Conscript
Properties metaprl/editor/ml/Conscript
+1 -1 metaprl/editor/ml/Makefile
+6 -0 metaprl/editor/ml/mp_version.mli
Added metaprl/editor/ml/mpdebug
Properties metaprl/editor/ml/mpdebug
+6 -0 metaprl/editor/ml/mux_channel.ml
+13 -13 metaprl/editor/ml/package_info.ml
+6 -0 metaprl/editor/ml/recursive_lock.ml
+5 -4 metaprl/editor/ml/shell_http.ml
+2 -33 metaprl/editor/ml/shell_mp.ml
+9 -9 metaprl/editor/ml/shell_p4.ml
+3 -0 metaprl/editor/ml/shell_rewrite.ml
+1 -1 metaprl/editor/ml/shell_state.ml
+6 -0 metaprl/editor/ml/shell_tex.ml
Properties metaprl/editor/ml/tests
Properties metaprl/ensemble
+1 -1 metaprl/ensemble/Conscript
Properties metaprl/filter
+1 -0 metaprl/filter/Conscript
Properties metaprl/filter/base
+12 -4 metaprl/filter/base/filter_ast.ml
+3 -1 metaprl/filter/base/filter_cache_fun.ml
+1 -1 metaprl/filter/base/filter_grammar.ml
+48 -47 metaprl/filter/base/filter_hash.ml
+180 -102 metaprl/filter/base/filter_ocaml.ml
+21 -27 metaprl/filter/base/filter_prog.ml
+5 -4 metaprl/filter/base/filter_summary.ml
+8 -11 metaprl/filter/base/free_vars.ml
+42 -43 metaprl/filter/base/mLast_util.ml
Properties metaprl/filter/boot
Properties metaprl/filter/filter
+27 -4 metaprl/filter/filter/Conscript
+5 -5 metaprl/filter/filter/filter_parse.ml
+4 -5 metaprl/filter/filter/prlcomp.ml
Properties metaprl/lib
Added metaprl/lib/Conscript
Properties metaprl/lib/Conscript
Properties metaprl/library
+2 -2 metaprl/library/Conscript
+1 -1 metaprl/library/Makefile
Deleted metaprl/library/int32.ml
Deleted metaprl/library/int32.mli
Added metaprl/library/lint32.ml
Properties metaprl/library/lint32.ml
Added metaprl/library/lint32.mli
Properties metaprl/library/lint32.mli
+10 -12 metaprl/library/mathBus.ml
+5 -5 metaprl/library/mathBus.mli
+1 -1 metaprl/library/mbterm.ml
+6 -6 metaprl/library/registry.ml
+7 -7 metaprl/library/registry.mli
Properties metaprl/mk
+1 -1 metaprl/mk/check_version.sh
+4 -4 metaprl/mk/preface
Properties metaprl/mllib
+0 -1 metaprl/mllib/Makefile
Deleted metaprl/mllib/debug_set.ml
Deleted metaprl/mllib/debug_set.mli
+1 -1 metaprl/mllib/env_arg.ml
+0 -12 metaprl/mllib/mp_debug.ml
+0 -1 metaprl/mllib/mp_debug.mli
Properties metaprl/patches
Added metaprl/patches/camlp4-3.02-opt.patch
Properties metaprl/patches/camlp4-3.02-opt.patch
Added metaprl/patches/camlp4-3.02-plexer.patch
Properties metaprl/patches/camlp4-3.02-plexer.patch
Added metaprl/patches/camlp4-3.02-version.patch
Properties metaprl/patches/camlp4-3.02-version.patch
Added metaprl/patches/camlp4-3.02.spec
Properties metaprl/patches/camlp4-3.02.spec
Added metaprl/patches/ocaml-3.02-1.spec
Properties metaprl/patches/ocaml-3.02-1.spec
Properties metaprl/refiner
Properties metaprl/refiner/refbase
Properties metaprl/refiner/refiner
+3 -0 metaprl/refiner/refiner/Conscript
+1 -1 metaprl/refiner/refiner/refine.ml
Properties metaprl/refiner/reflib
+25 -6 metaprl/refiner/reflib/ml_term.ml
+1 -0 metaprl/refiner/reflib/mp_resource.ml
Properties metaprl/refiner/refsig
Properties metaprl/refiner/rewrite
Properties metaprl/refiner/term_ds
+1 -0 metaprl/refiner/term_ds/term_base_ds.ml
+1 -0 metaprl/refiner/term_ds/term_ds_sig.ml
Properties metaprl/refiner/term_gen
Properties metaprl/refiner/term_std
+1 -0 metaprl/refiner/term_std/term_base_std.ml
+15 -1 metaprl/theories/Conscript
Properties metaprl/theories/base
Added metaprl/theories/base/Conscript
Properties metaprl/theories/base/Conscript
+6 -0 metaprl/theories/base/base_trivial.ml
Properties metaprl/theories/czf
Properties metaprl/theories/fol
Properties metaprl/theories/itt
Added metaprl/theories/itt/Conscript
Properties metaprl/theories/itt/Conscript
Properties metaprl/theories/mc
Properties metaprl/theories/ocaml
Added metaprl/theories/ocaml/Conscript
Properties metaprl/theories/ocaml/Conscript
Properties metaprl/theories/ocaml_doc
Properties metaprl/theories/ocaml_sos
Properties metaprl/theories/reflect_itt
Properties metaprl/theories/sil
Properties metaprl/theories/tactic
Added metaprl/theories/tactic/Conscript
Properties metaprl/theories/tactic/Conscript
+4 -0 metaprl/theories/tactic/base_dform.ml
+29 -6 metaprl/theories/tactic/mptop.ml
+3 -0 metaprl/theories/tactic/nuprl_font.ml
+4 -0 metaprl/theories/tactic/perv.ml
+3 -0 metaprl/theories/tactic/tactic_cache.ml
Properties metaprl/theories/tptp
Properties metaprl/theories/tutorial
Properties metaprl/util
+1 -1 metaprl/util/Conscript
+33 -7 metaprl/util/macro.ml
Properties texinputs

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2001-09-25 10:14:08 -0700 (Tue, 25 Sep 2001)
Revision: 3411
Log message:

      Forgot to change.
      

Changes  Path
+0 -1 metaprl/editor/ml/shell_p4.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2001-09-26 03:47:32 -0700 (Wed, 26 Sep 2001)
Revision: 3412
Log message:

      With Ocaml 3.02, the parser seems to consider "~" to be an ordinary letter,
      not a special symbol. This means that we now need to put spaces
      (or paranteses) around "~" when writing squiddle equality terms.
      

Changes  Path
+1319 -1317 metaprl/theories/itt/itt_int_base.prla
+4347 -4358 metaprl/theories/itt/itt_record.prla

Changes by: Brian Emre Aydemir (baydemir at cis.upenn.edu)
Date: 2001-09-26 17:40:57 -0700 (Wed, 26 Sep 2001)
Revision: 3413
Log message:

      Updated some comments and added some for clarification.
      Added a letSubscript rewrite.
      Added a README file to hold some general comments.
      

Changes  Path
Added metaprl/theories/mc/README
Properties metaprl/theories/mc/README
+32 -10 metaprl/theories/mc/fir_exp.ml
+22 -5 metaprl/theories/mc/fir_exp.mli
+2 -0 metaprl/theories/mc/fir_int_set.ml
+2 -0 metaprl/theories/mc/fir_int_set.mli
+2 -0 metaprl/theories/mc/fir_state.ml
+2 -0 metaprl/theories/mc/fir_state.mli
+365 -52 metaprl/theories/mc/fir_test.ml
+3 -1 metaprl/theories/mc/fir_test.mli
Deleted metaprl/theories/mc/fir_test.prla
+1 -1 metaprl/theories/mc/fir_ty.ml
+6 -3 metaprl/theories/mc/fir_ty.mli
+19 -4 metaprl/theories/mc/fir_type.ml
+0 -4 metaprl/theories/mc/fir_type.mli
+23 -25 metaprl/theories/mc/fir_type_exp.ml
+1 -0 metaprl/theories/mc/fir_type_state.ml
+1 -0 metaprl/theories/mc/fir_type_state.mli

Changes by: Brian Emre Aydemir (baydemir at cis.upenn.edu)
Date: 2001-09-26 22:58:02 -0700 (Wed, 26 Sep 2001)
Revision: 3414
Log message:

      Added a term for atomFloat.
      Changed even more comments to be
      more informative.  Removed most
      unknown* terms since the compiler
      no longer outputs those.
      

Changes  Path
+3 -6 metaprl/theories/mc/fir_exp.ml
+4 -6 metaprl/theories/mc/fir_exp.mli
+369 -291 metaprl/theories/mc/fir_test.ml
+0 -4 metaprl/theories/mc/fir_ty.ml
+0 -7 metaprl/theories/mc/fir_ty.mli

Changes by: Brian Emre Aydemir (baydemir at cis.upenn.edu)
Date: 2001-09-27 23:19:57 -0700 (Thu, 27 Sep 2001)
Revision: 3415
Log message:

      Fixed some erroneous universal/existential
      qualification rules and updated other rules
      to be more consistent with how
      the FIR works in practice.
      

Changes  Path
+18 -7 metaprl/theories/mc/fir_type.ml
+2 -0 metaprl/theories/mc/fir_type.mli
+2236 -2029 metaprl/theories/mc/fir_type.prla
+31 -44 metaprl/theories/mc/fir_type_exp.ml
+1402 -1448 metaprl/theories/mc/fir_type_exp.prla
+970 -970 metaprl/theories/mc/fir_type_int.prla
+989 -978 metaprl/theories/mc/fir_type_state.prla

Changes by: Lori Lorigo (lorigo at sbcglobal.net)
Date: 2001-09-28 15:52:57 -0700 (Fri, 28 Sep 2001)
Revision: 3416
Log message:

      added jprover multiplicity limit for nuprl and cleaned up jprover/nuprl connection code
      

Changes  Path
+2 -2 metaprl/editor/ml/QUICKSTART
+30 -1 metaprl/editor/ml/nuprl_jprover.ml
+8 -7 metaprl/editor/ml/nuprl_jprover.mli
+12 -12 metaprl/editor/ml/nuprl_sig.mlz
+9 -0 metaprl/library/link.ml
+1 -1 metaprl/library/mathBus.ml
+12 -18 metaprl/library/orb.ml
+1 -1 metaprl/library/test.ml

Changes by: Brian Emre Aydemir (baydemir at cis.upenn.edu)
Date: 2001-09-29 01:01:35 -0700 (Sat, 29 Sep 2001)
Revision: 3417
Log message:

      Entered in some final end of summer comments,
      to ease picking up the code at a later date.
      (Really, its not that bad, but this is still
      a good idea anyways.)
      

Changes  Path
+51 -12 metaprl/theories/mc/README
+94 -374 metaprl/theories/mc/fir_test.ml