Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-09-01 12:58:04 -0700 (Thu, 01 Sep 2005)
Revision: 7694
Log message:

      - Xin, we are no longer using "operator" = "bterm" approach (in fact, we are
      no longer using explicit bterms at all - bterms are just an external concent).
      
      - Added a configure test for htmldoc.
      

Changes  Path
+19 -11 metaprl/doc/OMakefile
+4 -10 metaprl/theories/itt/itt_hoas_operator.ml
+1 -1 metaprl/theories/itt/itt_reflection_new.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-09-01 13:09:46 -0700 (Thu, 01 Sep 2005)
Revision: 7695
Log message:

      More on concrete operators.
      

Changes  Path
+1 -3 metaprl/theories/base/base_operator.mli
+6 -10 metaprl/theories/itt/itt_hoas_operator.ml
+0 -2 metaprl/theories/itt/itt_hoas_operator.mli

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-09-02 14:08:56 -0700 (Fri, 02 Sep 2005)
Revision: 7696
Log message:

      Revised the text on functors.
      

Changes  Path
Properties metaprl/theories/ocaml_doc/objects
Added metaprl/theories/ocaml_doc/objects/program1.ml
Properties metaprl/theories/ocaml_doc/objects/program1.ml
Added metaprl/theories/ocaml_doc/objects/program2.ml
Properties metaprl/theories/ocaml_doc/objects/program2.ml
+156 -184 metaprl/theories/ocaml_doc/ocaml_doc_mod3.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-09-02 14:09:36 -0700 (Fri, 02 Sep 2005)
Revision: 7697
Log message:

      Forgot these files.
      

Changes  Path
Added metaprl/theories/ocaml_doc/programs/setfunctor.ml
Properties metaprl/theories/ocaml_doc/programs/setfunctor.ml
Added metaprl/theories/ocaml_doc/programs/setfunctor2.ml
Properties metaprl/theories/ocaml_doc/programs/setfunctor2.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-09-02 17:30:03 -0700 (Fri, 02 Sep 2005)
Revision: 7698
Log message:

      *** WARNING: Breaks binary compatibility ***
      
      Implemented the "Operator" parameters that allow imbedding reflected
      "operators" into terms. This is similar to the recently introduces Shape
      parameters.
      

Changes  Path
+8 -7 metaprl/filter/base/filter_cache_fun.ml
+6 -4 metaprl/filter/base/filter_magic.ml
+7 -0 metaprl/filter/base/filter_summary.ml
+3 -0 metaprl/filter/filter/filter_parse.ml
+4 -0 metaprl/filter/filter/filter_patt.ml
+2 -0 metaprl/filter/filter/filter_prog.ml
+27 -6 metaprl/filter/filter/term_grammar.ml
+2 -2 metaprl/library/mbterm.ml
+41 -13 metaprl/refiner/refiner/refiner_debug.ml
+17 -11 metaprl/refiner/reflib/ascii_io.ml
+4 -1 metaprl/refiner/reflib/ascii_io_sig.ml
+7 -1 metaprl/refiner/reflib/dform.ml
+20 -13 metaprl/refiner/reflib/simple_print.ml
+2 -0 metaprl/refiner/reflib/term_hash_code.ml
+17 -0 metaprl/refiner/reflib/term_order.ml
+4 -0 metaprl/refiner/reflib/term_ty_infer.ml
+1 -0 metaprl/refiner/refsig/refiner_sig.ml
+4 -2 metaprl/refiner/refsig/rewrite_sig.ml
+4 -0 metaprl/refiner/refsig/term_shape_sig.ml
+11 -2 metaprl/refiner/refsig/term_sig.ml
+2 -0 metaprl/refiner/refsig/term_subst_minimal_sig.ml
+5 -3 metaprl/refiner/refsig/term_subst_sig.ml
+1 -0 metaprl/refiner/refsig/term_ty_sig.ml
+4 -0 metaprl/refiner/refsig/termmod_sig.ml
+10 -2 metaprl/refiner/rewrite/rewrite.ml
+2 -1 metaprl/refiner/rewrite/rewrite.mli
+15 -2 metaprl/refiner/rewrite/rewrite_build_contractum.ml
+1 -1 metaprl/refiner/rewrite/rewrite_build_contractum.mli
+10 -0 metaprl/refiner/rewrite/rewrite_compile_contractum.ml
+2 -0 metaprl/refiner/rewrite/rewrite_compile_redex.ml
+11 -3 metaprl/refiner/rewrite/rewrite_debug.ml
+1 -1 metaprl/refiner/rewrite/rewrite_debug.mli
+20 -1 metaprl/refiner/rewrite/rewrite_match_redex.ml
+1 -1 metaprl/refiner/rewrite/rewrite_match_redex.mli
+4 -0 metaprl/refiner/rewrite/rewrite_types.ml
+1 -1 metaprl/refiner/term_ds/term_ds.ml
+1 -1 metaprl/refiner/term_ds/term_ds_sig.ml
+5 -0 metaprl/refiner/term_ds/term_man_ds.ml
+17 -2 metaprl/refiner/term_ds/term_subst_ds.ml
+2 -1 metaprl/refiner/term_gen/term_header_constr.ml
+5 -0 metaprl/refiner/term_gen/term_man_gen.ml
+47 -36 metaprl/refiner/term_gen/term_shape_gen.ml
+3 -1 metaprl/refiner/term_gen/term_ty_gen.ml
+1 -1 metaprl/refiner/term_std/term_std.ml
+1 -1 metaprl/refiner/term_std/term_std_sig.ml
+17 -2 metaprl/refiner/term_std/term_subst_std.ml
+1 -0 metaprl/support/display/perv.mli
+14 -7 metaprl/theories/base/base_meta.ml
+5 -0 metaprl/theories/base/base_meta.mli
+13 -68 metaprl/theories/base/base_operator.ml
+1 -3 metaprl/theories/base/base_operator.mli
+6 -6 metaprl/theories/itt/itt_hoas_operator.ml
+2 -0 metaprl/util/gen_refiner_debug.pl

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-09-03 16:34:04 -0700 (Sat, 03 Sep 2005)
Revision: 7699
Log message:

      RefineError -> RefineForceError.
      

Changes  Path
+1 -1 metaprl/theories/itt/itt_logic.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-09-03 16:40:57 -0700 (Sat, 03 Sep 2005)
Revision: 7700
Log message:

      Use LexStringSet instead of StringSet in UI.
      

Changes  Path
+6 -6 metaprl/support/shell/package_info.ml

Changes by: Yegor N. Bryukhov (ybryukhov at gc.cuny.edu)
Date: 2005-09-04 20:57:18 -0700 (Sun, 04 Sep 2005)
Revision: 7701
Log message:

      One unification rule that was introduced for multi-modal case
      was applied too generously - similar result could be obtained
      by more than one sequence of rules. Hence we were wasting some time
      in unification. This commit limits that rule application to
      only one case where it really needed.
      

Changes  Path
+1 -1 metaprl/refiner/reflib/jtunify.ml

Changes by: Yegor N. Bryukhov (ybryukhov at gc.cuny.edu)
Date: 2005-09-05 10:20:34 -0700 (Mon, 05 Sep 2005)
Revision: 7702
Log message:

      Made multimodal-specific rule more narrow
      

Changes  Path
+1 -1 metaprl/refiner/reflib/jtunify.ml

Changes by: Yegor N. Bryukhov (ybryukhov at gc.cuny.edu)
Date: 2005-09-05 10:42:30 -0700 (Mon, 05 Sep 2005)
Revision: 7703
Log message:

      Removed one more redundant application of the multi-modal rule.
      

Changes  Path
+1 -1 metaprl/refiner/reflib/jtunify.ml

Changes by: Yegor N. Bryukhov (ybryukhov at gc.cuny.edu)
Date: 2005-09-05 12:59:41 -0700 (Mon, 05 Sep 2005)
Revision: 7704
Log message:

      More tests
      

Changes  Path
+6 -0 metaprl/theories/s4lp/s4_tests.ml
+934 -849 metaprl/theories/s4lp/s4_tests.prla

Changes by: Limin Jia (ljia at CS.Princeton.EDU)
Date: 2005-09-06 07:05:35 -0700 (Tue, 06 Sep 2005)
Revision: 7705
Log message:

      Add examples
      

Changes  Path
+7 -0 metaprl/theories/ilc/OMakefile
+14 -4 metaprl/theories/ilc/ilc_core.ml
+2 -0 metaprl/theories/ilc/ilc_core.mli
Added metaprl/theories/ilc/ilc_extend.ml
Properties metaprl/theories/ilc/ilc_extend.ml
Added metaprl/theories/ilc/ilc_extend.mli
Properties metaprl/theories/ilc/ilc_extend.mli
Added metaprl/theories/ilc/ilc_listtest.ml
Properties metaprl/theories/ilc/ilc_listtest.ml
Added metaprl/theories/ilc/ilc_listtest.mli
Properties metaprl/theories/ilc/ilc_listtest.mli
Added metaprl/theories/ilc/ilc_listtest1.ml
Properties metaprl/theories/ilc/ilc_listtest1.ml
Added metaprl/theories/ilc/ilc_listtest1.mli
Properties metaprl/theories/ilc/ilc_listtest1.mli
Added metaprl/theories/ilc/ilc_longmergesort.ml
Properties metaprl/theories/ilc/ilc_longmergesort.ml
Added metaprl/theories/ilc/ilc_longmergesort.mli
Properties metaprl/theories/ilc/ilc_longmergesort.mli
Added metaprl/theories/ilc/ilc_mergesort.ml
Properties metaprl/theories/ilc/ilc_mergesort.ml
Added metaprl/theories/ilc/ilc_mergesort.mli
Properties metaprl/theories/ilc/ilc_mergesort.mli
Added metaprl/theories/ilc/ilc_term.ml
Properties metaprl/theories/ilc/ilc_term.ml
Added metaprl/theories/ilc/ilc_term.mli
Properties metaprl/theories/ilc/ilc_term.mli
Added metaprl/theories/ilc/ilc_test.ml
Properties metaprl/theories/ilc/ilc_test.ml
Added metaprl/theories/ilc/ilc_test.mli
Properties metaprl/theories/ilc/ilc_test.mli

Changes by: ( at unknown.email)
Date: 2005-09-06 07:05:35 -0700 (Tue, 06 Sep 2005)
Revision: 7706
Log message:

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

Changes  Path
Copied metaprl-branches/omake_0_9_7_pre6
Deleted metaprl-branches/omake_0_9_7_pre6/BUGS
Deleted metaprl-branches/omake_0_9_7_pre6/Makefile
Deleted metaprl-branches/omake_0_9_7_pre6/README
Deleted metaprl-branches/omake_0_9_7_pre6/README.MACOSX
Deleted metaprl-branches/omake_0_9_7_pre6/README.WIN32
Deleted metaprl-branches/omake_0_9_7_pre6/clib/c_time.c
Deleted metaprl-branches/omake_0_9_7_pre6/clib/debug.c
Deleted metaprl-branches/omake_0_9_7_pre6/clib/debug.h
Deleted metaprl-branches/omake_0_9_7_pre6/clib/execvp.c
Deleted metaprl-branches/omake_0_9_7_pre6/clib/exit.c
Deleted metaprl-branches/omake_0_9_7_pre6/clib/inextern.h
Deleted metaprl-branches/omake_0_9_7_pre6/clib/locale.c
Deleted metaprl-branches/omake_0_9_7_pre6/clib/ml_debug.c
Deleted metaprl-branches/omake_0_9_7_pre6/clib/ml_debug.h
Deleted metaprl-branches/omake_0_9_7_pre6/clib/print_symbols.c
Deleted metaprl-branches/omake_0_9_7_pre6/clib/print_symbols.h
Deleted metaprl-branches/omake_0_9_7_pre6/clib/profile.c
Deleted metaprl-branches/omake_0_9_7_pre6/clib/putenv.c
Deleted metaprl-branches/omake_0_9_7_pre6/clib/termsize.c
Deleted metaprl-branches/omake_0_9_7_pre6/clib/truncate.c
Deleted metaprl-branches/omake_0_9_7_pre6/debug/debug.ml
Deleted metaprl-branches/omake_0_9_7_pre6/debug/debug.mli
Deleted metaprl-branches/omake_0_9_7_pre6/debug/debug_symbols.ml
Deleted metaprl-branches/omake_0_9_7_pre6/debug/debug_symbols.mli
Deleted metaprl-branches/omake_0_9_7_pre6/doc/itt_quickref.txt
Deleted metaprl-branches/omake_0_9_7_pre6/doc/latex/theories/README
Deleted metaprl-branches/omake_0_9_7_pre6/doc/latex/theories/all-theories.tex
Deleted metaprl-branches/omake_0_9_7_pre6/doc/parser.txt
Deleted metaprl-branches/omake_0_9_7_pre6/doc/resources_spec.txt
Deleted metaprl-branches/omake_0_9_7_pre6/doc/status.tex
Deleted metaprl-branches/omake_0_9_7_pre6/doc/weblintrc
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/.gdbinit
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/BOO008-3.p
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/GEN.p
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/QUICKSTART
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/make_mp_version.ml
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/mp
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/mp.ml
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/mp.mli
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/mp_top.ml
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/mp_top.mli
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/mp_version.mli
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/mpconfig
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/mpdebug
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/mpdebug-top
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/mpgossip
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/mpkonsole
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/mpkonsole-large
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/mpopt
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/mpopt.bat
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/mpserver
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/mpshell
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/mptop
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/mptop.bat
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/mpxterm
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/mpxterm-large
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/nuprl_eval.ml
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/nuprl_eval.mli
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/nuprl_jprover.ml
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/nuprl_jprover.mli
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/nuprl_run.ml
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/nuprl_run.mli
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/nuprl_sig.mlz
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/shell_mp.ml
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/shell_mp.mli
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/shell_p4.ml
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/shell_p4.mli
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/tutorial.ml
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/tutorial_itt.ml
Deleted metaprl-branches/omake_0_9_7_pre6/editor/ml/x.ml
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_buffer.ml
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_buffer.mli
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_cache.ml
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_cache.mli
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_cache_fun.ml
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_cache_fun.mli
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_exn.ml
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_exn.mli
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_grammar.ml
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_grammar.mli
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_hash.ml
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_hash.mli
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_magic.ml
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_magic.mli
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_ocaml.ml
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_ocaml.mli
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_spell.ml
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_spell.mli
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_summary.ml
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_summary.mli
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_summary_io.ml
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_summary_io.mli
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_summary_param.ml
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_summary_type.ml
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_summary_util.ml
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_summary_util.mli
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_type.ml
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_util.ml
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/filter_util.mli
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/free_vars.ml
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/free_vars.mli
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/infix.ml
Deleted metaprl-branches/omake_0_9_7_pre6/filter/base/infix.mli
Deleted metaprl-branches/omake_0_9_7_pre6/filter/filter/filter_bin.ml
Deleted metaprl-branches/omake_0_9_7_pre6/filter/filter/filter_bin.mli
Deleted metaprl-branches/omake_0_9_7_pre6/filter/filter/filter_convert.ml
Deleted metaprl-branches/omake_0_9_7_pre6/filter/filter/filter_convert.mli
Deleted metaprl-branches/omake_0_9_7_pre6/filter/filter/filter_main.ml
Deleted metaprl-branches/omake_0_9_7_pre6/filter/filter/filter_main.mli
Deleted metaprl-branches/omake_0_9_7_pre6/filter/filter/filter_parse.ml
Deleted metaprl-branches/omake_0_9_7_pre6/filter/filter/filter_parse.mli
Deleted metaprl-branches/omake_0_9_7_pre6/filter/filter/filter_patt.ml
Deleted metaprl-branches/omake_0_9_7_pre6/filter/filter/filter_patt.mli
Deleted metaprl-branches/omake_0_9_7_pre6/filter/filter/filter_prog.ml
Deleted metaprl-branches/omake_0_9_7_pre6/filter/filter/filter_prog.mli
Deleted metaprl-branches/omake_0_9_7_pre6/filter/filter/prlcomp.ml
Deleted metaprl-branches/omake_0_9_7_pre6/filter/filter/prlcomp.mli
Deleted metaprl-branches/omake_0_9_7_pre6/filter/filter/term_grammar.ml
Deleted metaprl-branches/omake_0_9_7_pre6/filter/filter/term_grammar.mli
Deleted metaprl-branches/omake_0_9_7_pre6/library/ascii_scan.ml
Deleted metaprl-branches/omake_0_9_7_pre6/library/ascii_scan.mli
Deleted metaprl-branches/omake_0_9_7_pre6/library/basic.ml
Deleted metaprl-branches/omake_0_9_7_pre6/library/basic.mli
Deleted metaprl-branches/omake_0_9_7_pre6/library/bigInt.ml
Deleted metaprl-branches/omake_0_9_7_pre6/library/bigInt.mli
Deleted metaprl-branches/omake_0_9_7_pre6/library/db.ml
Deleted metaprl-branches/omake_0_9_7_pre6/library/db.mli
Deleted metaprl-branches/omake_0_9_7_pre6/library/definition.ml
Deleted metaprl-branches/omake_0_9_7_pre6/library/definition.mli
Deleted metaprl-branches/omake_0_9_7_pre6/library/library.ml
Deleted metaprl-branches/omake_0_9_7_pre6/library/library.mli
Deleted metaprl-branches/omake_0_9_7_pre6/library/library_type_base.ml
Deleted metaprl-branches/omake_0_9_7_pre6/library/library_type_base.mli
Deleted metaprl-branches/omake_0_9_7_pre6/library/link.ml
Deleted metaprl-branches/omake_0_9_7_pre6/library/link.mli
Deleted metaprl-branches/omake_0_9_7_pre6/library/lint32.ml
Deleted metaprl-branches/omake_0_9_7_pre6/library/lint32.mli
Deleted metaprl-branches/omake_0_9_7_pre6/library/mathBus.ml
Deleted metaprl-branches/omake_0_9_7_pre6/library/mathBus.mli
Deleted metaprl-branches/omake_0_9_7_pre6/library/mbs-mpl.txt
Deleted metaprl-branches/omake_0_9_7_pre6/library/mbterm.ml
Deleted metaprl-branches/omake_0_9_7_pre6/library/mbterm.mli
Deleted metaprl-branches/omake_0_9_7_pre6/library/nuprl5.ml
Deleted metaprl-branches/omake_0_9_7_pre6/library/nuprl5.mli
Deleted metaprl-branches/omake_0_9_7_pre6/library/object_id.ml
Deleted metaprl-branches/omake_0_9_7_pre6/library/object_id.mli
Deleted metaprl-branches/omake_0_9_7_pre6/library/oidtable.ml
Deleted metaprl-branches/omake_0_9_7_pre6/library/oidtable.mli
Deleted metaprl-branches/omake_0_9_7_pre6/library/orb.ml
Deleted metaprl-branches/omake_0_9_7_pre6/library/orb.mli
Deleted metaprl-branches/omake_0_9_7_pre6/library/registry.ml
Deleted metaprl-branches/omake_0_9_7_pre6/library/registry.mli
Deleted metaprl-branches/omake_0_9_7_pre6/library/registry.txt
Deleted metaprl-branches/omake_0_9_7_pre6/library/socketIo.ml
Deleted metaprl-branches/omake_0_9_7_pre6/library/socketIo.mli
Deleted metaprl-branches/omake_0_9_7_pre6/library/tentfunctor.ml
Deleted metaprl-branches/omake_0_9_7_pre6/library/tentfunctor.mli
Deleted metaprl-branches/omake_0_9_7_pre6/library/test.ml
Deleted metaprl-branches/omake_0_9_7_pre6/library/test.mli
Deleted metaprl-branches/omake_0_9_7_pre6/library/utils.ml
Deleted metaprl-branches/omake_0_9_7_pre6/library/utils.mli
Deleted metaprl-branches/omake_0_9_7_pre6/mk/config.local.empty
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/array_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/bitset.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/bitset.mli
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/comment_parse.mli
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/comment_parse.mll
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/ctime.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/ctime.mli
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/debug_string_sets.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/debug_string_sets.mli
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/debug_tables.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/debug_tables.mli
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/env_arg.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/env_arg.mli
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/file_base.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/file_base.mli
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/file_base_type.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/file_type_base.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/file_type_base.mli
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/flist.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/flist.mli
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/hash_with_gc.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/hash_with_gc.mli
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/hash_with_gc_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/http_server.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/http_server.mli
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/http_server_type.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/http_simple.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/http_simple.mli
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/index.html
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/line_buffer.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/line_buffer.mli
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/list_neq_append.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/list_neq_append.mli
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/memo.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/memo.mli
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/memo_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/mp_term.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/mp_term.mli
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/permutations.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/permutations.mli
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/precedence.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/precedence.mli
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/punix.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/punix.mli
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/remote_lazy_queue.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/remote_lazy_queue.mli
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/remote_lazy_queue_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/remote_queue_null.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/remote_queue_null.mli
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/remote_queue_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/setup.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/setup.mli
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/simplehash_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/simplehashtbl.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/simplehashtbl.mli
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/weak_memo.ml
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/weak_memo.mli
Deleted metaprl-branches/omake_0_9_7_pre6/mllib/weak_memo_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/proxyedit/proxyedit_lex.mli
Deleted metaprl-branches/omake_0_9_7_pre6/proxyedit/proxyedit_lex.mll
Deleted metaprl-branches/omake_0_9_7_pre6/proxyedit/proxyedit_main.ml
Deleted metaprl-branches/omake_0_9_7_pre6/proxyedit/proxyedit_main.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refbase/OMakefile
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refbase/opname.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refbase/opname.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refbase/seq_set.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refbase/seq_set.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refiner/OMakefile
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refiner/refine.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refiner/refine.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refiner/refine_error.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refiner/refine_error.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refiner/refiner.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refiner/refiner.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refiner/refiner_debug.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refiner/refiner_debug.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refiner/refiner_ds.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refiner/refiner_ds.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refiner/refiner_io.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refiner/refiner_io.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refiner/refiner_std.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refiner/refiner_std.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/OMakefile
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/arith.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/arith.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/ascii_io.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/ascii_io.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/ascii_io_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/dform.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/dform.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/jall.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/jall.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/jlogic_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/jordering.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/jtunify.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/jtunify.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/jtypes.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/lib_term.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/lib_term.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/match_seq.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/match_seq.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/ml_term.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/ml_term.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/mp_resource.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/mp_resource.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/refine_exn.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/refine_exn.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/simple_print.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/simple_print.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/simple_print_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/supinf.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/supinf.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/term_compare.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/term_compare.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/term_compare_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/term_copy2_weak.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/term_copy2_weak.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/term_copy_weak.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/term_copy_weak.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/term_dtable.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/term_dtable.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/term_eq_table.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/term_eq_table.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/term_hash_code.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/term_hash_code.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/term_io.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/term_io.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/term_match_table.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/term_match_table.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/term_order.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/term_order.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/term_stable.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/term_stable.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/term_ty_infer.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/term_ty_infer.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/theory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/theory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/unify_mm.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/reflib/unify_mm.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refsig/OMakefile
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refsig/refine_error.mlh
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refsig/refine_error_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refsig/refine_minimal_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refsig/refine_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refsig/refiner_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refsig/rewrite_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refsig/term_addr_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refsig/term_base_minimal_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refsig/term_base_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refsig/term_hash_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refsig/term_man_minimal_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refsig/term_man_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refsig/term_meta_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refsig/term_norm_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refsig/term_op_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refsig/term_shape_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refsig/term_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refsig/term_subst_minimal_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refsig/term_subst_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refsig/term_ty_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refsig/termmod_hash_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refsig/termmod_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/refsig/thread_refiner_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/rewrite/rewrite.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/rewrite/rewrite.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/rewrite/rewrite_build_contractum.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/rewrite/rewrite_build_contractum.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/rewrite/rewrite_compile_contractum.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/rewrite/rewrite_compile_contractum.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/rewrite/rewrite_compile_redex.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/rewrite/rewrite_compile_redex.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/rewrite/rewrite_debug.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/rewrite/rewrite_debug.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/rewrite/rewrite_debug_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/rewrite/rewrite_match_redex.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/rewrite/rewrite_match_redex.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/rewrite/rewrite_types.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/rewrite/rewrite_util.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/rewrite/rewrite_util.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/rewrite/rewrite_util_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_ds/rob_ds.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_ds/rob_ds.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_ds/term_addr_ds.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_ds/term_addr_ds.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_ds/term_base_ds.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_ds/term_base_ds.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_ds/term_ds.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_ds/term_ds.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_ds/term_ds_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_ds/term_man_ds.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_ds/term_man_ds.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_ds/term_op_ds.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_ds/term_op_ds.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_ds/term_subst_ds.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_ds/term_subst_ds.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_gen/term_addr_gen.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_gen/term_addr_gen.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_gen/term_hash.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_gen/term_hash.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_gen/term_header_constr.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_gen/term_header_constr.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_gen/term_man_gen.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_gen/term_man_gen.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_gen/term_man_gen_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_gen/term_meta_gen.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_gen/term_meta_gen.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_gen/term_norm.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_gen/term_norm.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_gen/term_shape_gen.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_gen/term_shape_gen.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_gen/term_ty_gen.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_gen/term_ty_gen.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_std/term_base_std.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_std/term_base_std.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_std/term_op_std.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_std/term_op_std.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_std/term_std.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_std/term_std.mli
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_std/term_std_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_std/term_subst_std.ml
Deleted metaprl-branches/omake_0_9_7_pre6/refiner/term_std/term_subst_std.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/base_dform.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/base_dform.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/comment.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/comment.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/mpfont.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/mpfont.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/mpsymbols.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/mpsymbols.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/ocaml.mlz
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/ocaml_base_df.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/ocaml_base_df.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/ocaml_df.mlz
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/ocaml_expr_df.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/ocaml_expr_df.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/ocaml_me_df.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/ocaml_me_df.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/ocaml_mt_df.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/ocaml_mt_df.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/ocaml_patt_df.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/ocaml_patt_df.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/ocaml_sig_df.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/ocaml_sig_df.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/ocaml_str_df.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/ocaml_str_df.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/ocaml_type_df.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/ocaml_type_df.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/perv.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/perv.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/summary.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/display/summary.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/doc/doc_declare.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/doc/doc_declare.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/doc/misc.tex
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/browser_copy.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/browser_copy.mll
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/browser_edit.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/browser_edit.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/browser_resource.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/browser_resource.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/browser_session_io.mll
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/browser_sig.mlz
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/browser_state.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/browser_state.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/browser_syscall.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/browser_syscall.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/access.html
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/body.html
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/buttons.html
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/buttons.js
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/content.html
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/content.js
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/cookie.js
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/edit-done.html
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/edit-done.js
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/edit-help.html
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/edit.html
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/edit.js
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/empty.html
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/frameset.html
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/frameset.js
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/keygen
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/layout.js
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/login.html
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/login.js
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/md5.js
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/menu.html
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/menu.js
Binary metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/menubutton.gif
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/menucancel.js
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/menuclient.js
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/menuserver.js
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/message.html
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/message.js
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/metaprl-ssl.config
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/mojave.js
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/noscroll.css
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/output.html
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/output.js
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/reload.html
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/rule.html
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/rule.js
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/start.html
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/style.css
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/system.html
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/system.js
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/validate.js
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/welcome.html
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/mptop.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/mptop.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/package_info.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/package_info.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/proof_edit.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/proof_edit.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/recursive_lock.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/recursive_lock.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/session.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/session.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/session_current.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/session_current.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/session_io.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/session_io.mll
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/session_sig.mlz
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_browser.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_browser.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_command.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_command.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_core.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_core.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_current.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_current.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_fs.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_fs.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_internal_sig.mlz
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_p4_sig.mlz
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_package.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_package.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_root.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_root.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_rule.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_rule.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_sig.mlz
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_state.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_state.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_syscall.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_syscall.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_syscall_sig.mlz
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_tex.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_tex.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_theory.mlz
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_util.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/shell/shell_util.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/tactics/auto_tactic.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/tactics/auto_tactic.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/tactics/base_cache.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/tactics/base_cache.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/tactics/basic_tactics.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/tactics/dtactic.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/tactics/dtactic.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/tactics/simp_typeinf.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/tactics/simp_typeinf.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/tactics/tactic_cache.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/tactics/tactic_cache.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/tactics/top_conversionals.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/tactics/top_conversionals.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/tactics/top_tacticals.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/tactics/top_tacticals.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/tactics/typeinf.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/tactics/typeinf.mli
Deleted metaprl-branches/omake_0_9_7_pre6/support/tactics/var.ml
Deleted metaprl-branches/omake_0_9_7_pre6/support/tactics/var.mli
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/ensemble/appl_closure.ml
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/ensemble/appl_closure.mli
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/ensemble/appl_ensemble.ml
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/ensemble/appl_ensemble.mli
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/ensemble/appl_outboard_client.ml
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/ensemble/appl_outboard_client.mli
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/ensemble/appl_outboard_common.ml
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/ensemble/appl_outboard_common.mli
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/ensemble/appl_outboard_server.ml
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/ensemble/appl_outboard_server.mli
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/ensemble/ensemble_queue.ml
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/ensemble/ensemble_queue.mli
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/ensemble/remote_ensemble.ml
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/ensemble/remote_ensemble.mli
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/ensemble/remote_monitor.ml
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/ensemble/remote_monitor.mli
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/ensemble/remote_null.ml
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/ensemble/remote_null.mli
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/ensemble/remote_sig.mlz
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/ensemble/thread_refiner.ml
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/ensemble/thread_refiner.mli
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/null/thread_refiner.ml
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/null/thread_refiner.mli
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/proof/conversionals_boot.ml
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/proof/conversionals_boot.mli
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/proof/exn_boot.ml
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/proof/exn_boot.mli
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/proof/proof_boot.ml
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/proof/proof_boot.mli
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/proof/proof_convert.ml
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/proof/proof_convert.mli
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/proof/proof_term_boot.ml
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/proof/proof_term_boot.mli
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/proof/rewrite_boot.ml
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/proof/rewrite_boot.mli
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/proof/sequent_boot.ml
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/proof/sequent_boot.mli
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/proof/tactic_boot.ml
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/proof/tactic_boot.mli
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/proof/tactic_boot_sig.ml
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/proof/tactic_type.ml
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/proof/tactic_type.mli
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/proof/tacticals_boot.ml
Deleted metaprl-branches/omake_0_9_7_pre6/tactics/proof/tacticals_boot.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/base/.ispell_english
Deleted metaprl-branches/omake_0_9_7_pre6/theories/base/base_meta.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/base/base_meta.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/base/base_operator.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/base/base_operator.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/base/base_reflection.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/base/base_reflection.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/base/base_rewrite.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/base/base_rewrite.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/base/base_rewrite.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/base/base_theory.mlz
Deleted metaprl-branches/omake_0_9_7_pre6/theories/base/base_trivial.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/base/base_trivial.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/cic/cic_ind_cases.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/cic/cic_ind_cases.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/cic/cic_ind_elim.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/cic/cic_ind_elim.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/cic/cic_ind_elim_dep.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/cic/cic_ind_elim_dep.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/cic/cic_ind_type.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/cic/cic_ind_type.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/cic/cic_lambda.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/cic/cic_lambda.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/cic/cic_lambda.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/cic/cic_list.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/cic/cic_list.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/cic/cic_list.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/.ispell_english
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_all.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_and.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_equal.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_exists.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_false.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_implies.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_abel_group.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_abel_group.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_abel_group.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_all.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_all.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_all.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_and.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_and.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_and.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_axioms.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_axioms.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_axioms.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_bool.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_bool.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_bool.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_comment.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_comment.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_comment.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_coset.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_coset.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_coset.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_cyclic_group.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_cyclic_group.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_cyclic_group.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_cyclic_subgroup.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_cyclic_subgroup.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_cyclic_subgroup.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_dall.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_dall.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_dall.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_dexists.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_dexists.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_dexists.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_empty.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_empty.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_empty.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_eq.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_eq.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_eq.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_equiv.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_equiv.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_equiv.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_exists.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_exists.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_exists.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_false.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_false.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_false.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_fol.mlz
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_group.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_group.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_group.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_group_bvd.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_group_bvd.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_group_bvd.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_group_power.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_group_power.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_group_power.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_hom.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_hom.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_hom.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_implies.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_implies.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_implies.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_infinity.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_inv_image.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_inv_image.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_inv_image.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_isect.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_isect.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_isect.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_iso.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_iso.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_iso.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_ker.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_ker.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_ker.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_kleingroup.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_kleingroup.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_kleingroup.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_member.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_member.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_member.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_nat.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_nat.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_nat.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_normal_subgroup.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_normal_subgroup.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_normal_subgroup.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_or.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_or.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_or.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_pair.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_pair.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_pair.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_power.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_power.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_power.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_pre_theory.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_rel.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_rel.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_rel.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_sall.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_sall.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_sall.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_sep.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_sep.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_sep.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_set.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_set.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_set.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_set_bvd.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_set_bvd.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_set_bvd.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_set_ind.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_set_ind.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_set_ind.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_setdiff.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_setdiff.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_setdiff.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_sexists.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_sexists.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_sexists.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_singleton.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_singleton.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_singleton.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_subgroup.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_subgroup.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_subgroup.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_subset.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_subset.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_subset.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_theory.mlz
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_true.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_true.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_true.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_union.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_union.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_itt_union.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_member.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_or.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_struct.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/czf/czf_theory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/.ispell_english
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/README
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m-paper-fdl.tex
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m-paper-hosc.tex
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m-paper-tr.tex
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m-paper.tex
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_arith.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_arith.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_ast.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_ast.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_closure.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_closure.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_cps.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_cps.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_dead.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_dead.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_closure.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_closure.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_comment.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_comment.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_cps.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_cps.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_intro.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_intro.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_intro_fdl.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_intro_fdl.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_ir.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_ir.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_opt.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_opt.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_parsing.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_parsing.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_proposal.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_proposal.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_summary.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_summary.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_summary_fdl.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_summary_fdl.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_x86_asm.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_x86_asm.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_x86_codegen.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_x86_codegen.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_x86_opt.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_x86_opt.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_x86_regalloc.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_doc_x86_regalloc.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_inline.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_inline.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_ir.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_ir.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_ir.pho
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_ir_ast.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_ir_ast.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_post_parsing.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_post_parsing.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_prog.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_prog.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_ra_live.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_ra_live.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_ra_main.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_ra_main.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_ra_state.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_ra_state.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_ra_type.mlz
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_reserve.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_reserve.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_standardize.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_standardize.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_test.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_test.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_theory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_theory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_util.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_util.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_x86_asm.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_x86_asm.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_x86_backend.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_x86_backend.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_x86_coalesce.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_x86_coalesce.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_x86_codegen.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_x86_codegen.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_x86_frame.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_x86_frame.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_x86_inst_type.mlz
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_x86_opt.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_x86_opt.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_x86_regalloc.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_x86_regalloc.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_x86_spill.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_x86_spill.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_x86_term.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/m_x86_term.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/semantics.txt
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/mcc/fir/type/m_fir.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/mcc/fir/type/m_fir.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/mcc/fir/type/m_fir_term.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/mcc/fir/type/m_fir_term.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/mcc/fir/type/m_int.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/mcc/fir/type/m_int.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/mcc/fir/type/m_prec.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/mcc/fir/type/m_prec.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/mcc/fir/type/m_rawfloat.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/mcc/fir/type/m_rawfloat.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/mcc/fir/type/m_rawint.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/mcc/fir/type/m_rawint.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/mcc/fir/type/m_set.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/mcc/fir/type/m_set.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/unity/unity_ast.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/unity/unity_ast.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/unity/unity_source.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/unity/unity_source.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/unity/unity_test.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/unity/unity_test.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/unity/unity_theory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/unity/unity_theory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/unity/unity_translate.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/unity/unity_translate.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/unity/unity_util.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/experimental/unity/unity_util.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/BUGS
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/README
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/atom_base_gen.py
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_auto.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_auto.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_bool.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_bool.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_connect_base.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_connect_base.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_connect_exp.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_connect_exp.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_connect_ty.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_connect_ty.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_exp.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_exp.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_int.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_int.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_int_set.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_int_set.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_list.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_list.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_option.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_option.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_record.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_record.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_sequent.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_sequent.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_termOp.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_termOp.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_termOp_base.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_termOp_base.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_test.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_test.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_test.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_theory.mlz
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_token.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_token.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_tr_atom.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_tr_atom.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_tr_atom_base.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_tr_atom_base.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_tr_atom_base.spec
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_tr_base.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_tr_base.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_tr_exp.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_tr_exp.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_tr_store.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_tr_store.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_tr_types.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_tr_types.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_ty.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_ty.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_util.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/mfir_util.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fir/termOp_gen.py
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/cfol_itt_all.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/cfol_itt_all.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/cfol_itt_all.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/cfol_itt_and.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/cfol_itt_and.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/cfol_itt_and.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/cfol_itt_base.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/cfol_itt_base.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/cfol_itt_base.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/cfol_magic.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/cfol_magic.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/cfol_theory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/cfol_theory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_all.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_all.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_all_itt.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_all_itt.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_and.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_and.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_bisect_itt.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_bisect_itt.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_ctheory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_ctheory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_ctheory.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_exists.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_exists.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_false.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_false.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_implies.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_implies.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_itt_and.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_itt_and.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_itt_and.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_itt_false.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_itt_false.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_itt_false.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_itt_implies.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_itt_implies.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_itt_implies.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_itt_or.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_itt_or.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_itt_or.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_itt_prop.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_itt_prop.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_itt_true.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_itt_true.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_itt_true.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_itt_type.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_itt_type.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_not.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_not.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_not.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_or.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_or.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_pred.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_pred.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_prop.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_prop.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_prop.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_struct.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_struct.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_struct.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_theory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_theory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_true.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_true.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_type.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_type.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_univ.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_univ.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_univ_itt.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/fol/fol_univ_itt.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/hol/hol_core.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/hol/hol_core.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ilc/README
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ilc/ilc_core.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ilc/ilc_core.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ilc/ilc_extend.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ilc/ilc_extend.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ilc/ilc_listtest.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ilc/ilc_listtest.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ilc/ilc_listtest1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ilc/ilc_listtest1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ilc/ilc_longmergesort.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ilc/ilc_longmergesort.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ilc/ilc_mergesort.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ilc/ilc_mergesort.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ilc/ilc_term.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ilc/ilc_term.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ilc/ilc_test.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ilc/ilc_test.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/.ispell_english
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/ctt_markov.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/ctt_markov.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/ctt_markov.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/gen_int_bench.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_algebra_df.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_algebra_df.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_antiquotient.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_antiquotient.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_antiquotient.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_atom.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_atom.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_atom.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_atom_bool.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_atom_bool.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_bintree.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_bintree.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_bintree.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_bisect.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_bisect.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_bisect.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_bool.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_bool.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_bool.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_bugs.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_bugs.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_bunion.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_bunion.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_bunion.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_closure.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_closure.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_closure.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_collection.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_collection.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_collection.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_comment.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_comment.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_cyclic_group.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_cyclic_group.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_cyclic_group.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_datatree.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_datatree.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_decidable.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_decidable.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_decidable.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_derive.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_derive.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_derive.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_dfun.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_dfun.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_dfun.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_disect.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_disect.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_disect.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_dprod.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_dprod.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_dprod.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_dprod_imp.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_dprod_imp.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_dprod_imp.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_equal.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_equal.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_equal.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_esquash.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_esquash.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_esquash.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_eta.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_eta.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_example.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_example.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_ext_equal.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_ext_equal.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_ext_equal.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_field2.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_field2.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_field2.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_field_e.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_field_e.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_field_e.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_fset.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_fset.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_fset.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_fun.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_fun.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_fun.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_fun2.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_fun2.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_fun2.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_functions.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_functions.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_functions.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_group.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_group.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_group.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_grouplikeobj.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_grouplikeobj.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_grouplikeobj.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_hoas_base.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_hoas_base.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_hoas_base.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_hoas_bterm.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_hoas_bterm.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_hoas_bterm.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_hoas_debruijn.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_hoas_debruijn.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_hoas_debruijn.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_hoas_destterm.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_hoas_destterm.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_hoas_destterm.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_hoas_lang.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_hoas_lang.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_hoas_lang.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_hoas_operator.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_hoas_operator.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_hoas_operator.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_hoas_vector.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_hoas_vector.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_hoas_vector.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_image.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_image.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_image.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_int_arith.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_int_arith.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_int_arith.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_int_base.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_int_base.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_int_base.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_int_bench.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_int_bench2.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_int_bench3.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_int_ext.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_int_ext.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_int_ext.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_int_test.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_int_test.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_int_test.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_intdomain.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_intdomain.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_intdomain.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_intdomain_e.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_intdomain_e.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_intdomain_e.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_inv_typing.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_inv_typing.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_isect.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_isect.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_isect.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_labels.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_labels.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_list.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_list.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_list.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_list2.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_list2.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_list2.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_logic.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_logic.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_logic.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_mpoly.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_mpoly.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_mpoly.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_mpoly2.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_mpoly2.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_mpoly2.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_mpoly2_bench.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_mpoly2_bench.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_mpoly2_bench.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_mpoly3.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_mpoly3.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_mpoly3.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_mpoly3_bench.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_mpoly3_bench.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_mpoly3_bench.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_nat.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_nat.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_nat.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_nequal.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_nequal.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_nequal.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_obj_base_rewrite.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_obj_base_rewrite.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_obj_base_rewrite.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_omega.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_omega.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_omega.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_order.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_order.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_order.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_pairwise.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_pairwise.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_pairwise.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_pairwise2.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_pairwise2.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_pairwise2.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_pointwise.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_pointwise.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_pointwise.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_pointwise2.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_pointwise2.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_pointwise2.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_poly.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_poly.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_poly.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_power.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_power.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_prec.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_prec.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_prod.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_prod.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_prod.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_prop_decide.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_prop_decide.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_prop_decide.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_quotient.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_quotient.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_quotient.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_quotient_group.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_quotient_group.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_quotient_group.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_rat.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_rat.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_rat.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_rat2.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_rat2.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_rat2.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_rbtree.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_rbtree.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_record.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_record.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_record.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_record0.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_record0.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_record0.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_record_exm.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_record_exm.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_record_exm.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_record_label.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_record_label.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_record_label.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_record_label0.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_record_label0.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_record_label0.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_record_renaming.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_record_renaming.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_record_renaming.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_reflection.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_reflection.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_reflection.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_reflection_example_lambda.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_reflection_example_lambda.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_reflection_example_lambda.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_reflection_lambda_reduction.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_reflection_lambda_reduction.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_reflection_lambda_typing.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_reflection_lambda_typing.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_reflection_lambda_typing.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_reflection_new.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_reflection_new.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_reflection_new.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_reflection_test.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_reflection_test.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_reflection_test.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_relation_str.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_relation_str.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_rfun.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_rfun.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_rfun.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_ring2.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_ring2.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_ring2.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_ring_e.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_ring_e.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_ring_e.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_ring_uce.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_ring_uce.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_ring_uce.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_set.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_set.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_set.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_set_str.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_set_str.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_singleton.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_singleton.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_singleton.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_sort.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_sort.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_sort.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_sortedtree.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_sortedtree.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_sortedtree.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_sqsimple.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_sqsimple.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_squash.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_squash.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_squash.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_squiggle.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_squiggle.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_squiggle.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_srec.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_srec.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_srec.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_struct.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_struct.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_struct.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_struct2.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_struct2.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_struct2.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_struct3.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_struct3.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_struct3.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_subset.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_subset.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_subset.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_subset2.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_subset2.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_subset2.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_subtype.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_subtype.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_subtype.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_supinf.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_supinf.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_supinf.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_synt_bterm.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_synt_bterm.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_synt_bterm.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_synt_lang.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_synt_lang.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_synt_lang.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_synt_operator.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_synt_operator.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_synt_operator.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_synt_subst.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_synt_subst.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_synt_subst.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_synt_var.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_synt_var.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_synt_var.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_test.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_test.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_theory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_theory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_tsquash.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_tsquash.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_tsquash.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_tunion.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_tunion.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_tunion.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_union.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_union.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_union.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_union2.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_union2.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_unit.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_unit.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_unit.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_unitring.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_unitring.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_unitring.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_void.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_void.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_void.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_w.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_w.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_w.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_well_founded.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_well_founded.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/itt_well_founded.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/jprover_tests.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/jprover_tests.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/itt/jprover_tests.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/kat/base_select.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/kat/base_select.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/kat/kat_MSDriver.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/kat/kat_MSDriver.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/kat/kat_ax.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/kat/kat_ax.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/kat/kat_axioms.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/kat/kat_axioms.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/kat/kat_axioms.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/kat/kat_bool.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/kat/kat_bool.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/kat/kat_denest.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/kat/kat_denest.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/kat/kat_hoare.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/kat/kat_hoare.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/kat/kat_star.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/kat/kat_star.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/kat/kat_std.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/kat/kat_std.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/kat/kat_terms.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/kat/kat_terms.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/kat/kat_test.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/kat/kat_test.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/kat/support_algebra.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/kat/support_algebra.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/itt_nuprl.mlz
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_Dconstant_object_directory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_Dconstant_object_directory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_Obvious.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_Obvious.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_base__compat__lemmas_object_directory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_base__compat__lemmas_object_directory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_basic.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_basic.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_core_2.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_core_2.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_decidable__equality.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_decidable__equality.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_diagonal__compat__lemmas_object_directory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_diagonal__compat__lemmas_object_directory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_distributed__systems.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_distributed__systems.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_event__system.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_event__system.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_event__system__applications.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_event__system__applications.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_event__systems.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_event__systems.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_experiments.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_experiments.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_finite__partial__functions.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_finite__partial__functions.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_fun_1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_fun_1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_general.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_general.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_general__theory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_general__theory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_int_1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_int_1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_int_2.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_int_2.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_lemmas.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_lemmas.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_list_1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_list_1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_list__.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_list__.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_message__automata.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_message__automata.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_message__automata.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_messages__and__kinds.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_messages__and__kinds.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_metaprl.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_metaprl.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_nat_extra.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_nat_extra.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_num_thy_1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_num_thy_1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_once_object_directory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_once_object_directory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_prog_1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_prog_1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_quot_1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_quot_1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_recognizer1_object_directory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_recognizer1_object_directory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_rel_1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_rel_1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_rfunction_1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_rfunction_1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_ring__leader1_object_directory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_ring__leader1_object_directory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_send__once_object_directory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_send__once_object_directory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_special__theory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_special__theory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_sqequal_1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_sqequal_1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_standard.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_standard.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_strong__subtype__stuff.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_strong__subtype__stuff.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_subtype_1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_subtype_1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_tree_1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_tree_1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_tree__leader_object_directory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_tree__leader_object_directory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_trigger1_object_directory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_trigger1_object_directory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_union.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_union.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_well_fnd.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_well_fnd.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_worlds.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/ma_worlds.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_Dconstant_object_directory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_Dconstant_object_directory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_Dconstant_object_directory.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_Obvious.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_Obvious.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_base__compat__lemmas_object_directory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_base__compat__lemmas_object_directory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_basic.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_basic.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_core_2.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_core_2.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_decidable__equality.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_decidable__equality.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_diagonal__compat__lemmas_object_directory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_diagonal__compat__lemmas_object_directory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_distributed__systems.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_distributed__systems.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_event__system.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_event__system.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_event__system__applications.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_event__system__applications.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_event__systems.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_event__systems.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_experiments.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_experiments.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_finite__partial__functions.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_finite__partial__functions.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_fun_1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_fun_1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_general.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_general.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_general__theory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_general__theory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_int_1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_int_1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_int_2.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_int_2.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_lemmas.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_lemmas.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_list_1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_list_1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_list__.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_list__.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_message__automata.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_message__automata.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_messages__and__kinds.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_messages__and__kinds.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_metaprl.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_metaprl.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_nat_extra.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_nat_extra.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_num_thy_1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_num_thy_1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_once_object_directory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_once_object_directory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_once_object_directory.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_prog_1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_prog_1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_quot_1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_quot_1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_recognizer1_object_directory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_recognizer1_object_directory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_recognizer1_object_directory.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_rel_1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_rel_1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_rfunction_1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_rfunction_1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_ring__leader1_object_directory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_ring__leader1_object_directory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_ring__leader1_object_directory.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_send__once_object_directory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_send__once_object_directory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_send__once_object_directory.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_special__theory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_special__theory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_sqequal_1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_sqequal_1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_standard.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_standard.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_strong__subtype__stuff.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_strong__subtype__stuff.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_subtype_1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_subtype_1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_tree_1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_tree_1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_tree__leader_object_directory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_tree__leader_object_directory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_trigger1_object_directory.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_trigger1_object_directory.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_trigger1_object_directory.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_union.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_union.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_well_fnd.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_well_fnd.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_worlds.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/mesa/nuprl_worlds.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/book2.tex
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/book3.tex
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_class1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_class1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_exn1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_exn1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_expr1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_expr1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_expr2.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_expr2.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_expr3.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_expr3.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_expr4.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_expr4.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_expr5.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_intro.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_intro.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_io1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_io1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_mod1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_mod1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_mod2.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_mod2.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_mod3.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_mod3.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_name1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_patt1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_patt1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_type1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_var1.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/ocaml_doc_var1.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/precedence.txt
Binary metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/rotate.eps
Binary metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/splay1.eps
Binary metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/splay2.eps
Binary metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/splay3.eps
Binary metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/splay4.eps
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_sos/ocaml_base_sos.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_sos/ocaml_base_sos.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_sos/ocaml_expr_sos.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_sos/ocaml_expr_sos.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_sos/ocaml_logic.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_sos/ocaml_logic.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_sos/ocaml_me_sos.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_sos/ocaml_me_sos.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_sos/ocaml_mt_sos.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_sos/ocaml_mt_sos.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_sos/ocaml_patt_sos.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_sos/ocaml_patt_sos.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_sos/ocaml_sig_sos.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_sos/ocaml_sig_sos.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_sos/ocaml_str_sos.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_sos/ocaml_str_sos.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_sos/ocaml_theory.mlz
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_sos/ocaml_type_sos.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/ocaml_sos/ocaml_type_sos.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/s4lp/hilbert_internal.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/s4lp/hilbert_internal.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/s4lp/s4_internal.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/s4lp/s4_internal.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/s4lp/s4_logic.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/s4lp/s4_logic.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/s4lp/s4_logic.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/s4lp/s4_tests.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/s4lp/s4_tests.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/s4lp/s4_tests.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/sil/sil_itt_sos.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/sil/sil_itt_sos.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/sil/sil_itt_state.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/sil/sil_itt_state.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/sil/sil_itt_state_types.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/sil/sil_itt_state_types.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/sil/sil_itt_types.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/sil/sil_model.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/sil/sil_program.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/sil/sil_program.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/sil/sil_programs.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/sil/sil_programs.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/sil/sil_sos.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/sil/sil_sos.ml.new
Deleted metaprl-branches/omake_0_9_7_pre6/theories/sil/sil_sos.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/sil/sil_sos.mli.new
Deleted metaprl-branches/omake_0_9_7_pre6/theories/sil/sil_state.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/sil/sil_state.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/sil/sil_state_model.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/sil/sil_state_model.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/sil/sil_state_type.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/sil/sil_state_type.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/sil/sil_state_types.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/sil/sil_state_types.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/sil/sil_types.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/sil/sil_types.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/sil/state_types.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/tptp/tptp.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/tptp/tptp.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/tptp/tptp.prla
Deleted metaprl-branches/omake_0_9_7_pre6/theories/tptp/tptp_cache.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/tptp/tptp_cache.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/tptp/tptp_lex.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/tptp/tptp_lex.mll
Deleted metaprl-branches/omake_0_9_7_pre6/theories/tptp/tptp_load.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/tptp/tptp_load.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/tptp/tptp_parse.mly
Deleted metaprl-branches/omake_0_9_7_pre6/theories/tptp/tptp_prove.ml
Deleted metaprl-branches/omake_0_9_7_pre6/theories/tptp/tptp_prove.mli
Deleted metaprl-branches/omake_0_9_7_pre6/theories/tptp/tptp_type.mlz
Deleted metaprl-branches/omake_0_9_7_pre6/util/check-status
Deleted metaprl-branches/omake_0_9_7_pre6/util/check-status.sh
Deleted metaprl-branches/omake_0_9_7_pre6/util/clean-opens
Deleted metaprl-branches/omake_0_9_7_pre6/util/cvsweb
Deleted metaprl-branches/omake_0_9_7_pre6/util/do-check-all
Deleted metaprl-branches/omake_0_9_7_pre6/util/do-check-all.awk
Deleted metaprl-branches/omake_0_9_7_pre6/util/do-check-all.sh
Deleted metaprl-branches/omake_0_9_7_pre6/util/gen_refiner_debug.pl
Deleted metaprl-branches/omake_0_9_7_pre6/util/gen_refiner_debug_err.pl
Deleted metaprl-branches/omake_0_9_7_pre6/util/macro_main.ml
Deleted metaprl-branches/omake_0_9_7_pre6/util/ocamldep.mll
Deleted metaprl-branches/omake_0_9_7_pre6/util/pa_macro.ml
Deleted metaprl-branches/omake_0_9_7_pre6/util/status-all.awk
Deleted metaprl-branches/omake_0_9_7_pre6/util/status-all.sh
Deleted metaprl-branches/omake_0_9_7_pre6/util/unicode.ml
Deleted metaprl-branches/omake_0_9_7_pre6/util/xfontsel-pattern.sh
Deleted metaprl-branches/omake_0_9_7_pre6/util/xfontsel.sh

Changes by: Limin Jia (ljia at CS.Princeton.EDU)
Date: 2005-09-06 07:16:32 -0700 (Tue, 06 Sep 2005)
Revision: 7707
Log message:

      Edit
      

Changes  Path
+0 -0 metaprl/theories/ilc/ilc_mergesort.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-09-06 16:24:09 -0700 (Tue, 06 Sep 2005)
Revision: 7708
Log message:

      OMakefiles for omake 0.9.7
      

Changes  Path
+59 -53 metaprl-branches/omake_0_9_7_pre6/OMakefile
+4 -5 metaprl-branches/omake_0_9_7_pre6/OMakeroot
+2 -2 metaprl-branches/omake_0_9_7_pre6/clib/OMakefile
+9 -9 metaprl-branches/omake_0_9_7_pre6/debug/OMakefile
+9 -9 metaprl-branches/omake_0_9_7_pre6/doc/OMakefile
+3 -3 metaprl-branches/omake_0_9_7_pre6/doc/latex/theories/OMakefile
+40 -40 metaprl-branches/omake_0_9_7_pre6/editor/ml/OMakefile
+26 -25 metaprl-branches/omake_0_9_7_pre6/filter/OMakefile
+1 -1 metaprl-branches/omake_0_9_7_pre6/filter/base/Files
+8 -7 metaprl-branches/omake_0_9_7_pre6/filter/base/OMakefile
+1 -1 metaprl-branches/omake_0_9_7_pre6/filter/filter/OMakefile
+4 -4 metaprl-branches/omake_0_9_7_pre6/library/OMakefile
+62 -59 metaprl-branches/omake_0_9_7_pre6/mk/defaults
+1 -1 metaprl-branches/omake_0_9_7_pre6/mk/make_config
+2 -2 metaprl-branches/omake_0_9_7_pre6/mk/prlcomp
+1 -1 metaprl-branches/omake_0_9_7_pre6/mllib/OMakefile
+1 -1 metaprl-branches/omake_0_9_7_pre6/proxyedit/OMakefile
+10 -9 metaprl-branches/omake_0_9_7_pre6/refiner/OMakefile
+1 -1 metaprl-branches/omake_0_9_7_pre6/refiner/refbase/Files
+1 -1 metaprl-branches/omake_0_9_7_pre6/refiner/refiner/Files
+1 -1 metaprl-branches/omake_0_9_7_pre6/refiner/reflib/Files
+1 -1 metaprl-branches/omake_0_9_7_pre6/refiner/refsig/Files
+1 -1 metaprl-branches/omake_0_9_7_pre6/refiner/rewrite/Files
+1 -1 metaprl-branches/omake_0_9_7_pre6/refiner/rewrite/OMakefile
+1 -1 metaprl-branches/omake_0_9_7_pre6/refiner/term_ds/Files
+1 -1 metaprl-branches/omake_0_9_7_pre6/refiner/term_ds/OMakefile
+1 -1 metaprl-branches/omake_0_9_7_pre6/refiner/term_gen/Files
+1 -1 metaprl-branches/omake_0_9_7_pre6/refiner/term_gen/OMakefile
+1 -1 metaprl-branches/omake_0_9_7_pre6/refiner/term_std/Files
+1 -1 metaprl-branches/omake_0_9_7_pre6/refiner/term_std/OMakefile
+1 -1 metaprl-branches/omake_0_9_7_pre6/support/display/OMakefile
+2 -2 metaprl-branches/omake_0_9_7_pre6/support/doc/OMakefile
+3 -3 metaprl-branches/omake_0_9_7_pre6/support/shell/OMakefile
+3 -3 metaprl-branches/omake_0_9_7_pre6/support/shell/inputs/OMakefile
+3 -3 metaprl-branches/omake_0_9_7_pre6/support/tactics/OMakefile
+8 -8 metaprl-branches/omake_0_9_7_pre6/tactics/ensemble/OMakefile
+2 -2 metaprl-branches/omake_0_9_7_pre6/tactics/null/OMakefile
+1 -1 metaprl-branches/omake_0_9_7_pre6/tactics/proof/OMakefile
+2 -2 metaprl-branches/omake_0_9_7_pre6/theories/base/OMakefile
+1 -1 metaprl-branches/omake_0_9_7_pre6/theories/cic/OMakefile
+2 -2 metaprl-branches/omake_0_9_7_pre6/theories/czf/OMakefile
+7 -7 metaprl-branches/omake_0_9_7_pre6/theories/experimental/compile/OMakefile
+1 -1 metaprl-branches/omake_0_9_7_pre6/theories/experimental/mcc/fir/type/OMakefile
+2 -2 metaprl-branches/omake_0_9_7_pre6/theories/experimental/unity/OMakefile
+2 -2 metaprl-branches/omake_0_9_7_pre6/theories/fir/OMakefile
+2 -2 metaprl-branches/omake_0_9_7_pre6/theories/fol/OMakefile
+1 -1 metaprl-branches/omake_0_9_7_pre6/theories/hol/OMakefile
+1 -1 metaprl-branches/omake_0_9_7_pre6/theories/ilc/OMakefile
+9 -8 metaprl-branches/omake_0_9_7_pre6/theories/itt/OMakefile
+1 -1 metaprl-branches/omake_0_9_7_pre6/theories/kat/OMakefile
+5 -4 metaprl-branches/omake_0_9_7_pre6/theories/mesa/OMakefile
+4 -4 metaprl-branches/omake_0_9_7_pre6/theories/ocaml_doc/OMakefile
+2 -2 metaprl-branches/omake_0_9_7_pre6/theories/ocaml_sos/OMakefile
+1 -1 metaprl-branches/omake_0_9_7_pre6/theories/s4lp/OMakefile
+1 -1 metaprl-branches/omake_0_9_7_pre6/theories/sil/OMakefile
+1 -1 metaprl-branches/omake_0_9_7_pre6/theories/tptp/OMakefile
+1 -1 metaprl-branches/omake_0_9_7_pre6/theories/tutorial/OMakefile
+3 -2 metaprl-branches/omake_0_9_7_pre6/util/OMakefile

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-09-15 01:36:29 -0700 (Thu, 15 Sep 2005)
Revision: 7710
Log message:

      Use configure for readline/ncurses.
      

Changes  Path
+2 -11 metaprl/OMakefile
+8 -3 metaprl/mk/defaults
+4 -3 metaprl/mk/make_config

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-09-17 03:53:44 -0700 (Sat, 17 Sep 2005)
Revision: 7713
Log message:

      Changed the names of some of the "J" modules. This was necessary because OCaml
      was getting confused on OS X (where the file names are not case-sensitive).
      

Changes  Path
+4 -4 metaprl/refiner/reflib/jall.ml
+2 -2 metaprl/refiner/reflib/jordering.ml
+6 -6 metaprl/refiner/reflib/jtunify.ml
+1 -1 metaprl/refiner/reflib/jtypes.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-09-17 14:16:32 -0700 (Sat, 17 Sep 2005)
Revision: 7714
Log message:

      More text for the book.
      Aleksey, don't worry if this doesn't make it into the conversion.
      I can copy them over afterwards.
      

Changes  Path
+387 -677 metaprl/theories/ocaml_doc/ocaml_doc_class1.ml
Added metaprl/theories/ocaml_doc/programs/rng1.ml
Properties metaprl/theories/ocaml_doc/programs/rng1.ml
Added metaprl/theories/ocaml_doc/programs/rng10.ml
Properties metaprl/theories/ocaml_doc/programs/rng10.ml
Added metaprl/theories/ocaml_doc/programs/rng11.ml
Properties metaprl/theories/ocaml_doc/programs/rng11.ml
Added metaprl/theories/ocaml_doc/programs/rng2.ml
Properties metaprl/theories/ocaml_doc/programs/rng2.ml
Added metaprl/theories/ocaml_doc/programs/rng3.ml
Properties metaprl/theories/ocaml_doc/programs/rng3.ml
Added metaprl/theories/ocaml_doc/programs/rng4.ml
Properties metaprl/theories/ocaml_doc/programs/rng4.ml
Added metaprl/theories/ocaml_doc/programs/rng5.ml
Properties metaprl/theories/ocaml_doc/programs/rng5.ml
Added metaprl/theories/ocaml_doc/programs/rng6.ml
Properties metaprl/theories/ocaml_doc/programs/rng6.ml
Added metaprl/theories/ocaml_doc/programs/rng7.ml
Properties metaprl/theories/ocaml_doc/programs/rng7.ml
Added metaprl/theories/ocaml_doc/programs/rng8.ml
Properties metaprl/theories/ocaml_doc/programs/rng8.ml
Added metaprl/theories/ocaml_doc/programs/rng9.ml
Properties metaprl/theories/ocaml_doc/programs/rng9.ml

Changes by: Xin Yu (xiny at cs.caltech.edu)
Date: 2005-09-18 16:06:21 -0700 (Sun, 18 Sep 2005)
Revision: 7715
Log message:

      Added "listmem_set".
      

Changes  Path
+31 -0 metaprl/theories/itt/itt_list2.ml
+4 -0 metaprl/theories/itt/itt_list2.mli
+10753 -10838 metaprl/theories/itt/itt_list2.prla

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-09-19 09:58:48 -0700 (Mon, 19 Sep 2005)
Revision: 7716
Log message:

      Added the svn:externals link for libmojave.
      

Changes  Path
Properties metaprl
+1 -1 metaprl/theories/itt/OMakefile

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-09-19 12:25:15 -0700 (Mon, 19 Sep 2005)
Revision: 7718
Log message:

      We better use svn:// for libmojave, so people can check out read-only
      copies.
      

Changes  Path
Properties metaprl

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-09-19 12:38:29 -0700 (Mon, 19 Sep 2005)
Revision: 7719
Log message:

      Updated the externals definition for libmojave; added an externals definition
      for doc/latex/inputs.
      

Changes  Path
Properties metaprl
Properties metaprl/doc/latex

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-09-19 12:46:42 -0700 (Mon, 19 Sep 2005)
Revision: 7720
Log message:

      Setting mime-type "application/x-metaprl" on all the *.prla files to tell
      subversion that they should not be merged.
      

Changes  Path
Properties metaprl/theories/base/base_rewrite.prla
Properties metaprl/theories/cic/cic_lambda.prla
Properties metaprl/theories/cic/cic_list.prla
Properties metaprl/theories/czf/czf_itt_abel_group.prla
Properties metaprl/theories/czf/czf_itt_all.prla
Properties metaprl/theories/czf/czf_itt_and.prla
Properties metaprl/theories/czf/czf_itt_axioms.prla
Properties metaprl/theories/czf/czf_itt_bool.prla
Properties metaprl/theories/czf/czf_itt_comment.prla
Properties metaprl/theories/czf/czf_itt_coset.prla
Properties metaprl/theories/czf/czf_itt_cyclic_group.prla
Properties metaprl/theories/czf/czf_itt_cyclic_subgroup.prla
Properties metaprl/theories/czf/czf_itt_dall.prla
Properties metaprl/theories/czf/czf_itt_dexists.prla
Properties metaprl/theories/czf/czf_itt_empty.prla
Properties metaprl/theories/czf/czf_itt_eq.prla
Properties metaprl/theories/czf/czf_itt_equiv.prla
Properties metaprl/theories/czf/czf_itt_exists.prla
Properties metaprl/theories/czf/czf_itt_false.prla
Properties metaprl/theories/czf/czf_itt_group.prla
Properties metaprl/theories/czf/czf_itt_group_bvd.prla
Properties metaprl/theories/czf/czf_itt_group_power.prla
Properties metaprl/theories/czf/czf_itt_hom.prla
Properties metaprl/theories/czf/czf_itt_implies.prla
Properties metaprl/theories/czf/czf_itt_infinity.prla
Properties metaprl/theories/czf/czf_itt_inv_image.prla
Properties metaprl/theories/czf/czf_itt_isect.prla
Properties metaprl/theories/czf/czf_itt_iso.prla
Properties metaprl/theories/czf/czf_itt_ker.prla
Properties metaprl/theories/czf/czf_itt_kleingroup.prla
Properties metaprl/theories/czf/czf_itt_member.prla
Properties metaprl/theories/czf/czf_itt_nat.prla
Properties metaprl/theories/czf/czf_itt_normal_subgroup.prla
Properties metaprl/theories/czf/czf_itt_or.prla
Properties metaprl/theories/czf/czf_itt_pair.prla
Properties metaprl/theories/czf/czf_itt_power.prla
Properties metaprl/theories/czf/czf_itt_pre_theory.prla
Properties metaprl/theories/czf/czf_itt_rel.prla
Properties metaprl/theories/czf/czf_itt_sall.prla
Properties metaprl/theories/czf/czf_itt_sep.prla
Properties metaprl/theories/czf/czf_itt_set.prla
Properties metaprl/theories/czf/czf_itt_set_bvd.prla
Properties metaprl/theories/czf/czf_itt_set_ind.prla
Properties metaprl/theories/czf/czf_itt_setdiff.prla
Properties metaprl/theories/czf/czf_itt_sexists.prla
Properties metaprl/theories/czf/czf_itt_singleton.prla
Properties metaprl/theories/czf/czf_itt_subgroup.prla
Properties metaprl/theories/czf/czf_itt_subset.prla
Properties metaprl/theories/czf/czf_itt_true.prla
Properties metaprl/theories/czf/czf_itt_union.prla
Properties metaprl/theories/fir/mfir_test.prla
Properties metaprl/theories/fol/cfol_itt_all.prla
Properties metaprl/theories/fol/cfol_itt_and.prla
Properties metaprl/theories/fol/cfol_itt_base.prla
Properties metaprl/theories/fol/fol_ctheory.prla
Properties metaprl/theories/fol/fol_itt_and.prla
Properties metaprl/theories/fol/fol_itt_false.prla
Properties metaprl/theories/fol/fol_itt_implies.prla
Properties metaprl/theories/fol/fol_itt_or.prla
Properties metaprl/theories/fol/fol_itt_true.prla
Properties metaprl/theories/fol/fol_not.prla
Properties metaprl/theories/fol/fol_prop.prla
Properties metaprl/theories/fol/fol_struct.prla
Properties metaprl/theories/itt/ctt_markov.prla
Properties metaprl/theories/itt/itt_antiquotient.prla
Properties metaprl/theories/itt/itt_atom.prla
Properties metaprl/theories/itt/itt_bintree.prla
Properties metaprl/theories/itt/itt_bisect.prla
Properties metaprl/theories/itt/itt_bool.prla
Properties metaprl/theories/itt/itt_bunion.prla
Properties metaprl/theories/itt/itt_closure.prla
Properties metaprl/theories/itt/itt_collection.prla
Properties metaprl/theories/itt/itt_cyclic_group.prla
Properties metaprl/theories/itt/itt_decidable.prla
Properties metaprl/theories/itt/itt_derive.prla
Properties metaprl/theories/itt/itt_dfun.prla
Properties metaprl/theories/itt/itt_disect.prla
Properties metaprl/theories/itt/itt_dprod.prla
Properties metaprl/theories/itt/itt_dprod_imp.prla
Properties metaprl/theories/itt/itt_equal.prla
Properties metaprl/theories/itt/itt_esquash.prla
Properties metaprl/theories/itt/itt_ext_equal.prla
Properties metaprl/theories/itt/itt_field2.prla
Properties metaprl/theories/itt/itt_field_e.prla
Properties metaprl/theories/itt/itt_fset.prla
Properties metaprl/theories/itt/itt_fun.prla
Properties metaprl/theories/itt/itt_fun2.prla
Properties metaprl/theories/itt/itt_functions.prla
Properties metaprl/theories/itt/itt_group.prla
Properties metaprl/theories/itt/itt_grouplikeobj.prla
Properties metaprl/theories/itt/itt_hoas_base.prla
Properties metaprl/theories/itt/itt_hoas_bterm.prla
Properties metaprl/theories/itt/itt_hoas_debruijn.prla
Properties metaprl/theories/itt/itt_hoas_destterm.prla
Properties metaprl/theories/itt/itt_hoas_lang.prla
Properties metaprl/theories/itt/itt_hoas_operator.prla
Properties metaprl/theories/itt/itt_hoas_vector.prla
Properties metaprl/theories/itt/itt_image.prla
Properties metaprl/theories/itt/itt_int_arith.prla
Properties metaprl/theories/itt/itt_int_base.prla
Properties metaprl/theories/itt/itt_int_bench.prla
Properties metaprl/theories/itt/itt_int_bench2.prla
Properties metaprl/theories/itt/itt_int_bench3.prla
Properties metaprl/theories/itt/itt_int_ext.prla
Properties metaprl/theories/itt/itt_int_test.prla
Properties metaprl/theories/itt/itt_intdomain.prla
Properties metaprl/theories/itt/itt_intdomain_e.prla
Properties metaprl/theories/itt/itt_isect.prla
Properties metaprl/theories/itt/itt_list.prla
Properties metaprl/theories/itt/itt_list2.prla
Properties metaprl/theories/itt/itt_logic.prla
Properties metaprl/theories/itt/itt_mpoly.prla
Properties metaprl/theories/itt/itt_mpoly2.prla
Properties metaprl/theories/itt/itt_mpoly2_bench.prla
Properties metaprl/theories/itt/itt_mpoly3.prla
Properties metaprl/theories/itt/itt_mpoly3_bench.prla
Properties metaprl/theories/itt/itt_nat.prla
Properties metaprl/theories/itt/itt_nequal.prla
Properties metaprl/theories/itt/itt_obj_base_rewrite.prla
Properties metaprl/theories/itt/itt_omega.prla
Properties metaprl/theories/itt/itt_order.prla
Properties metaprl/theories/itt/itt_pairwise.prla
Properties metaprl/theories/itt/itt_pairwise2.prla
Properties metaprl/theories/itt/itt_pointwise.prla
Properties metaprl/theories/itt/itt_pointwise2.prla
Properties metaprl/theories/itt/itt_poly.prla
Properties metaprl/theories/itt/itt_prod.prla
Properties metaprl/theories/itt/itt_prop_decide.prla
Properties metaprl/theories/itt/itt_quotient.prla
Properties metaprl/theories/itt/itt_quotient_group.prla
Properties metaprl/theories/itt/itt_rat.prla
Properties metaprl/theories/itt/itt_rat2.prla
Properties metaprl/theories/itt/itt_record.prla
Properties metaprl/theories/itt/itt_record0.prla
Properties metaprl/theories/itt/itt_record_exm.prla
Properties metaprl/theories/itt/itt_record_label.prla
Properties metaprl/theories/itt/itt_record_label0.prla
Properties metaprl/theories/itt/itt_record_renaming.prla
Properties metaprl/theories/itt/itt_reflection.prla
Properties metaprl/theories/itt/itt_reflection_example_lambda.prla
Properties metaprl/theories/itt/itt_reflection_lambda_typing.prla
Properties metaprl/theories/itt/itt_reflection_new.prla
Properties metaprl/theories/itt/itt_reflection_test.prla
Properties metaprl/theories/itt/itt_rfun.prla
Properties metaprl/theories/itt/itt_ring2.prla
Properties metaprl/theories/itt/itt_ring_e.prla
Properties metaprl/theories/itt/itt_ring_uce.prla
Properties metaprl/theories/itt/itt_set.prla
Properties metaprl/theories/itt/itt_singleton.prla
Properties metaprl/theories/itt/itt_sort.prla
Properties metaprl/theories/itt/itt_sortedtree.prla
Properties metaprl/theories/itt/itt_squash.prla
Properties metaprl/theories/itt/itt_squiggle.prla
Properties metaprl/theories/itt/itt_srec.prla
Properties metaprl/theories/itt/itt_struct.prla
Properties metaprl/theories/itt/itt_struct2.prla
Properties metaprl/theories/itt/itt_struct3.prla
Properties metaprl/theories/itt/itt_subset.prla
Properties metaprl/theories/itt/itt_subset2.prla
Properties metaprl/theories/itt/itt_subtype.prla
Properties metaprl/theories/itt/itt_supinf.prla
Properties metaprl/theories/itt/itt_synt_bterm.prla
Properties metaprl/theories/itt/itt_synt_lang.prla
Properties metaprl/theories/itt/itt_synt_operator.prla
Properties metaprl/theories/itt/itt_synt_subst.prla
Properties metaprl/theories/itt/itt_synt_var.prla
Properties metaprl/theories/itt/itt_tsquash.prla</