Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 1998-09-05 13:34:43 -0700 (Sat, 05 Sep 1998)
Revision: 2454
Log message:

      Upgrade to OCaml2.0.
      

Changes  Path
+1 -1 metaprl/editor/ml/package_df.ml
+1 -1 metaprl/filter/filter_cache.ml
+38 -18 metaprl/filter/filter_comment.ml
+99 -55 metaprl/filter/filter_hash.ml
+363 -160 metaprl/filter/filter_ocaml.ml
+14 -4 metaprl/filter/filter_ocaml.mli
+15 -1 metaprl/filter/free_vars.ml
+95 -46 metaprl/filter/mLast_util.ml
+3 -3 metaprl/filter/mLast_util.mli
+1 -1 metaprl/refiner/reflib/term_copy.ml
+30 -44 metaprl/theories/tactic/nltop.ml
+3 -0 metaprl/theories/tptp/tptp_prove.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 1998-09-05 14:02:22 -0700 (Sat, 05 Sep 1998)
Revision: 2455
Log message:

      Added version numbering.
      

Changes  Path
Properties metaprl/editor/ml
+7 -0 metaprl/editor/ml/Makefile
Added metaprl/editor/ml/nl_version.mli
Properties metaprl/editor/ml/nl_version.mli
+2 -5 metaprl/editor/ml/shell_nl.ml
+2 -5 metaprl/editor/ml/shell_p4.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 1998-09-05 15:31:37 -0700 (Sat, 05 Sep 1998)
Revision: 2456
Log message:

      Added license headers to each of the files in preparation for
      the first major release.  The license is GNU public license; if
      any of you have problems with that, let me know right away.  When
      you add new code, you should credit yourself as the author.  When
      you modify code, you should add a "Modified by:" to the header,
      and possibly a short summary of your changes.
      
      I tried to get the Author lists as correct as I remember, but there
      are more than 550 files(!) and I may have made some mistakes. Please
      add yourself if I didn't do it right.
      

Changes  Path
Added metaprl/doc/license.html
Properties metaprl/doc/license.html
+28 -0 metaprl/editor/ml/czf.ml
+28 -0 metaprl/editor/ml/io_proof.ml
+28 -0 metaprl/editor/ml/io_proof.mli
+28 -0 metaprl/editor/ml/io_proof_type.mlz
+28 -0 metaprl/editor/ml/nl.ml
+28 -0 metaprl/editor/ml/nl.mli
+28 -0 metaprl/editor/ml/nl_top.ml
+28 -0 metaprl/editor/ml/nl_top.mli
+28 -0 metaprl/editor/ml/nl_version.mli
+28 -0 metaprl/editor/ml/package_df.ml
+28 -0 metaprl/editor/ml/package_df.mli
+28 -0 metaprl/editor/ml/package_info.ml
+28 -0 metaprl/editor/ml/package_info.mli
+28 -0 metaprl/editor/ml/package_int.ml
+28 -0 metaprl/editor/ml/package_int.mli
+28 -0 metaprl/editor/ml/package_type.mlz
+28 -0 metaprl/editor/ml/proof.ml
+28 -0 metaprl/editor/ml/proof.mli
+28 -0 metaprl/editor/ml/proof_edit.ml
+28 -0 metaprl/editor/ml/proof_edit.mli
+28 -0 metaprl/editor/ml/proof_step.ml
+28 -0 metaprl/editor/ml/proof_step.mli
+28 -0 metaprl/editor/ml/proof_type.mlz
+28 -0 metaprl/editor/ml/shell.ml
+28 -0 metaprl/editor/ml/shell.mli
+28 -0 metaprl/editor/ml/shell_nl.ml
+28 -0 metaprl/editor/ml/shell_nl.mli
+28 -0 metaprl/editor/ml/shell_null.ml
+28 -0 metaprl/editor/ml/shell_null.mli
+28 -0 metaprl/editor/ml/shell_p4.ml
+28 -0 metaprl/editor/ml/shell_p4.mli
+28 -0 metaprl/editor/ml/shell_p4_type.mlz
+28 -0 metaprl/editor/ml/shell_rewrite.ml
+28 -0 metaprl/editor/ml/shell_rewrite.mli
+28 -0 metaprl/editor/ml/shell_rule.ml
+28 -0 metaprl/editor/ml/shell_rule.mli
+28 -0 metaprl/editor/ml/shell_type.mlz
+28 -0 metaprl/editor/ml/test.ml
+28 -0 metaprl/editor/ml/test.mli
+28 -0 metaprl/editor/ml/w.ml
+28 -0 metaprl/editor/ml/x.ml
+28 -0 metaprl/editor/ml/y.ml
+28 -0 metaprl/editor/ml/z.ml
+28 -0 metaprl/ensemble/appl_closure.ml
+28 -0 metaprl/ensemble/appl_closure.mli
+28 -0 metaprl/ensemble/ensemble_queue.ml
+28 -0 metaprl/ensemble/ensemble_queue.mli
+28 -0 metaprl/ensemble/remote_ensemble.ml
+28 -0 metaprl/ensemble/remote_ensemble.mli
+28 -0 metaprl/ensemble/remote_null.ml
+28 -0 metaprl/ensemble/remote_null.mli
+28 -0 metaprl/ensemble/remote_sig.mlz
+28 -0 metaprl/ensemble/thread_refiner.mli
+28 -0 metaprl/ensemble/thread_refiner_ens.ml
+28 -0 metaprl/ensemble/thread_refiner_ens.mli
+28 -0 metaprl/ensemble/thread_refiner_ens_mod.ml
+28 -0 metaprl/ensemble/thread_refiner_null.ml
+28 -0 metaprl/ensemble/thread_refiner_null.mli
+28 -0 metaprl/ensemble/thread_refiner_null_mod.ml
+28 -0 metaprl/ensemble/thread_refiner_sig.mlz
+28 -0 metaprl/filter/filter_ast.ml
+28 -0 metaprl/filter/filter_ast.mli
+28 -0 metaprl/filter/filter_bin.ml
+28 -0 metaprl/filter/filter_bin.mli
+28 -0 metaprl/filter/filter_buffer.ml
+28 -0 metaprl/filter/filter_buffer.mli
+28 -0 metaprl/filter/filter_cache.ml
+28 -0 metaprl/filter/filter_cache.mli
+28 -0 metaprl/filter/filter_cache_fun.ml
+28 -0 metaprl/filter/filter_cache_fun.mli
+28 -0 metaprl/filter/filter_comment.ml
+28 -0 metaprl/filter/filter_comment.mli
+28 -0 metaprl/filter/filter_debug.ml
+28 -0 metaprl/filter/filter_debug.mli
+28 -0 metaprl/filter/filter_exn.ml
+28 -0 metaprl/filter/filter_exn.mli
+28 -0 metaprl/filter/filter_grammar.ml
+28 -0 metaprl/filter/filter_grammar.mli
+28 -0 metaprl/filter/filter_hash.ml
+28 -0 metaprl/filter/filter_hash.mli
+28 -0 metaprl/filter/filter_html.ml
+28 -0 metaprl/filter/filter_html.mli
+28 -0 metaprl/filter/filter_magic.mli
+28 -0 metaprl/filter/filter_main.ml
+28 -0 metaprl/filter/filter_main.mli
+28 -0 metaprl/filter/filter_ocaml.ml
+28 -0 metaprl/filter/filter_ocaml.mli
+28 -0 metaprl/filter/filter_parse.ml
+28 -0 metaprl/filter/filter_parse.mli
+28 -0 metaprl/filter/filter_prog.ml
+28 -0 metaprl/filter/filter_prog.mli
+28 -0 metaprl/filter/filter_summary.ml
+28 -0 metaprl/filter/filter_summary.mli
+28 -0 metaprl/filter/filter_summary_io.ml
+28 -0 metaprl/filter/filter_summary_io.mli
+28 -0 metaprl/filter/filter_summary_param.mlz
+28 -0 metaprl/filter/filter_summary_type.mlz
+28 -0 metaprl/filter/filter_summary_util.ml
+28 -0 metaprl/filter/filter_summary_util.mli
+28 -0 metaprl/filter/filter_type.mlz
+28 -0 metaprl/filter/filter_util.ml
+28 -0 metaprl/filter/filter_util.mli
+28 -0 metaprl/filter/free_vars.ml
+28 -0 metaprl/filter/free_vars.mli
+28 -0 metaprl/filter/infix.mli
+28 -0 metaprl/filter/infix.pre.ml
+28 -0 metaprl/filter/mLast_util.ml
+28 -0 metaprl/filter/mLast_util.mli
+28 -0 metaprl/filter/prlcomp.ml
+28 -0 metaprl/filter/prlcomp.mli
+28 -0 metaprl/filter/term_grammar.ml
+28 -0 metaprl/filter/term_grammar.mli
+28 -0 metaprl/filter/term_quote.ml
+28 -0 metaprl/filter/term_quote.mli
+28 -0 metaprl/filter/test.ml
+28 -0 metaprl/filter/test.mli
+28 -0 metaprl/filter/test_filter.ml
+28 -0 metaprl/filter/test_filter.mli
+28 -0 metaprl/filter/test_gram.ml
+28 -0 metaprl/horus/opname.ml
+28 -0 metaprl/horus/opname.mli
+28 -0 metaprl/horus/term.ml
+28 -0 metaprl/horus/term.mli
+28 -0 metaprl/horus/util.ml
+28 -0 metaprl/horus/util.mli
+26 -0 metaprl/library/ascii_scan.ml
+26 -0 metaprl/library/ascii_scan.mli
+26 -0 metaprl/library/basic.ml
+26 -0 metaprl/library/basic.mli
+26 -0 metaprl/library/bigInt.ml
+26 -0 metaprl/library/bigInt.mli
+26 -0 metaprl/library/db.ml
+26 -0 metaprl/library/db.mli
+26 -0 metaprl/library/definition.ml
+26 -0 metaprl/library/definition.mli
+26 -0 metaprl/library/int32.ml
+26 -0 metaprl/library/int32.mli
+26 -0 metaprl/library/library.ml
+26 -0 metaprl/library/library.mli
+26 -0 metaprl/library/library_eval.ml
+26 -0 metaprl/library/library_eval.mli
+26 -0 metaprl/library/library_type_base.mli
+26 -0 metaprl/library/link.mli
+26 -0 metaprl/library/mathBus.ml
+26 -0 metaprl/library/mathBus.mli
+26 -0 metaprl/library/mbterm.ml
+26 -0 metaprl/library/mbterm.mli
+26 -0 metaprl/library/nuprl5.ml
+26 -0 metaprl/library/nuprl5.mli
+26 -0 metaprl/library/object_id.ml
+26 -0 metaprl/library/object_id.mli
+26 -0 metaprl/library/oidtable.ml
+26 -0 metaprl/library/oidtable.mli
+26 -0 metaprl/library/orb.ml
+26 -0 metaprl/library/orb.mli
+25 -0 metaprl/library/registry.ml
+26 -0 metaprl/library/registry.mli
+26 -0 metaprl/library/socketIo.ml
+26 -0 metaprl/library/socketIo.mli
+26 -0 metaprl/library/tentfunctor.ml
+26 -0 metaprl/library/tentfunctor.mli
+24 -0 metaprl/library/test.ml
+26 -0 metaprl/library/utils.ml
+26 -0 metaprl/library/utils.mli
+28 -0 metaprl/mllib/cycle_dag.ml
+28 -0 metaprl/mllib/cycle_dag.mli
+28 -0 metaprl/mllib/dag.mlz
+27 -0 metaprl/mllib/debug_string_sets.mli
+28 -0 metaprl/mllib/env_arg.mli
+28 -0 metaprl/mllib/file_base.ml
+28 -0 metaprl/mllib/file_base.mli
+28 -0 metaprl/mllib/file_base_type.ml
+28 -0 metaprl/mllib/file_type_base.ml
+28 -0 metaprl/mllib/file_type_base.mli
+28 -0 metaprl/mllib/file_util.ml
+28 -0 metaprl/mllib/file_util.mli
+28 -0 metaprl/mllib/filename_util.ml
+28 -0 metaprl/mllib/filename_util.mli
+28 -0 metaprl/mllib/flist.ml
+28 -0 metaprl/mllib/flist.mli
+27 -0 metaprl/mllib/fun_splay_set.ml
+27 -0 metaprl/mllib/fun_splay_set.mli
+28 -0 metaprl/mllib/getrusage.ml
+28 -0 metaprl/mllib/getrusage.mli
+28 -0 metaprl/mllib/hash_set.ml
+28 -0 metaprl/mllib/hash_set.mli
+28 -0 metaprl/mllib/imp_dag.ml
+28 -0 metaprl/mllib/imp_dag.mli
+28 -0 metaprl/mllib/list_util.ml
+28 -0 metaprl/mllib/list_util.mli
+28 -0 metaprl/mllib/memo.ml
+28 -0 metaprl/mllib/memo.mli
+28 -0 metaprl/mllib/nl_big_int.ml
+28 -0 metaprl/mllib/nl_big_int.mli
+28 -0 metaprl/mllib/nl_debug.ml
+28 -0 metaprl/mllib/nl_debug.mli
+28 -0 metaprl/mllib/nl_num.ml
+28 -0 metaprl/mllib/nl_num.mli
+28 -0 metaprl/mllib/nl_pervasives.ml
+28 -0 metaprl/mllib/nl_pervasives.mli
+27 -0 metaprl/mllib/nl_set.mlz
+28 -0 metaprl/mllib/precedence.ml
+28 -0 metaprl/mllib/precedence.mli
+28 -0 metaprl/mllib/punix.ml
+28 -0 metaprl/mllib/punix.mli
+28 -0 metaprl/mllib/red_black_set.ml
+28 -0 metaprl/mllib/red_black_set.mli
+28 -0 metaprl/mllib/red_black_test.ml
+28 -0 metaprl/mllib/red_black_test.mli
+28 -0 metaprl/mllib/ref_util.ml
+28 -0 metaprl/mllib/ref_util.mli
+28 -0 metaprl/mllib/remote_lazy_queue.ml
+28 -0 metaprl/mllib/remote_lazy_queue.mli
+28 -0 metaprl/mllib/remote_lazy_queue_sig.ml
+28 -0 metaprl/mllib/remote_queue_null.ml
+28 -0 metaprl/mllib/remote_queue_null.mli
+28 -0 metaprl/mllib/remote_queue_sig.ml
+28 -0 metaprl/mllib/small_set.ml
+28 -0 metaprl/mllib/small_set.mli
+28 -0 metaprl/mllib/splay_table.ml
+28 -0 metaprl/mllib/splay_table.mli
+28 -0 metaprl/mllib/string_set.ml
+28 -0 metaprl/mllib/string_set.mli
+28 -0 metaprl/mllib/string_util.ml
+28 -0 metaprl/mllib/string_util.mli
+28 -0 metaprl/mllib/thread_event.ml
+28 -0 metaprl/mllib/thread_event.mli
+28 -0 metaprl/mllib/thread_util.ml
+28 -0 metaprl/mllib/thread_util.mli
+28 -0 metaprl/mllib/unix_util.ml
+28 -0 metaprl/mllib/unix_util.mli
+28 -0 metaprl/refiner/refbase/opname.ml
+28 -0 metaprl/refiner/refbase/opname.mli
+28 -0 metaprl/refiner/refiner/refine.mlip
+28 -0 metaprl/refiner/refiner/refine.mlp
+28 -0 metaprl/refiner/refiner/refine_error.ml
+28 -0 metaprl/refiner/refiner/refine_error.mli
+28 -0 metaprl/refiner/refiner/refiner.ml
+28 -0 metaprl/refiner/refiner/refiner.mli
+28 -0 metaprl/refiner/refiner/refiner_ds_simp.ml
+28 -0 metaprl/refiner/refiner/refiner_ds_simp.mli
+28 -0 metaprl/refiner/refiner/refiner_ds_verb.ml
+28 -0 metaprl/refiner/refiner/refiner_ds_verb.mli
+28 -0 metaprl/refiner/refiner/refiner_std_simp.ml
+28 -0 metaprl/refiner/refiner/refiner_std_simp.mli
+28 -0 metaprl/refiner/refiner/refiner_std_verb.ml
+28 -0 metaprl/refiner/refiner/refiner_std_verb.mli
+28 -0 metaprl/refiner/reflib/dform.ml
+28 -0 metaprl/refiner/reflib/dform.mli
+28 -0 metaprl/refiner/reflib/dform_print.ml
+28 -0 metaprl/refiner/reflib/dform_print.mli
+28 -0 metaprl/refiner/reflib/ml_file.ml
+28 -0 metaprl/refiner/reflib/ml_file.mli
+28 -0 metaprl/refiner/reflib/ml_format.ml
+28 -0 metaprl/refiner/reflib/ml_format.mli
+28 -0 metaprl/refiner/reflib/ml_format_sig.mlz
+28 -0 metaprl/refiner/reflib/ml_print.ml
+28 -0 metaprl/refiner/reflib/ml_print.mli
+28 -0 metaprl/refiner/reflib/ml_print_sig.mlz
+28 -0 metaprl/refiner/reflib/ml_string.ml
+28 -0 metaprl/refiner/reflib/ml_string.mli
+28 -0 metaprl/refiner/reflib/ml_term.ml
+28 -0 metaprl/refiner/reflib/ml_term.mli
+28 -0 metaprl/refiner/reflib/nl_resource.ml
+28 -0 metaprl/refiner/reflib/nl_resource.mli
+28 -0 metaprl/refiner/reflib/refine_exn.ml
+28 -0 metaprl/refiner/reflib/refine_exn.mli
+28 -0 metaprl/refiner/reflib/rformat.ml
+28 -0 metaprl/refiner/reflib/rformat.mli
+28 -0 metaprl/refiner/reflib/simple_print.ml
+28 -0 metaprl/refiner/reflib/simple_print.mli
+28 -0 metaprl/refiner/reflib/simple_print_sig.ml
+28 -0 metaprl/refiner/reflib/term_copy.ml
+28 -0 metaprl/refiner/reflib/term_copy.mli
+28 -0 metaprl/refiner/reflib/term_dtable.ml
+28 -0 metaprl/refiner/reflib/term_dtable.mli
+28 -0 metaprl/refiner/reflib/term_stable.ml
+28 -0 metaprl/refiner/reflib/term_stable.mli
+28 -0 metaprl/refiner/reflib/term_table.ml
+28 -0 metaprl/refiner/reflib/term_table.mli
+28 -0 metaprl/refiner/reflib/theory.ml
+28 -0 metaprl/refiner/reflib/theory.mli
+28 -0 metaprl/refiner/refsig/refine_error_sig.ml
+28 -0 metaprl/refiner/refsig/refine_sig.ml
+28 -0 metaprl/refiner/refsig/refiner_sig.ml
+28 -0 metaprl/refiner/refsig/resource.mlz
+28 -0 metaprl/refiner/refsig/rewrite_sig.ml
+28 -0 metaprl/refiner/refsig/term_addr_sig.ml
+28 -0 metaprl/refiner/refsig/term_base_sig.ml
+28 -0 metaprl/refiner/refsig/term_eval_sig.ml
+28 -0 metaprl/refiner/refsig/term_man_sig.ml
+28 -0 metaprl/refiner/refsig/term_meta_sig.ml
+28 -0 metaprl/refiner/refsig/term_op_sig.ml
+28 -0 metaprl/refiner/refsig/term_shape_sig.ml
+28 -0 metaprl/refiner/refsig/term_simple_sig.mlz
+28 -0 metaprl/refiner/refsig/term_subst_sig.ml
+28 -0 metaprl/refiner/rewrite/rewrite.mlip
+28 -0 metaprl/refiner/rewrite/rewrite.mlp
+28 -0 metaprl/refiner/rewrite/rewrite_build_contractum.mlip
+28 -0 metaprl/refiner/rewrite/rewrite_build_contractum.mlp
+28 -0 metaprl/refiner/rewrite/rewrite_build_contractum_sig.mlz
+28 -0 metaprl/refiner/rewrite/rewrite_compile_contractum.mlip
+28 -0 metaprl/refiner/rewrite/rewrite_compile_contractum.mlp
+28 -0 metaprl/refiner/rewrite/rewrite_compile_contractum_sig.mlz
+28 -0 metaprl/refiner/rewrite/rewrite_compile_redex.mlip
+28 -0 metaprl/refiner/rewrite/rewrite_compile_redex.mlp
+28 -0 metaprl/refiner/rewrite/rewrite_compile_redex_sig.mlz
+28 -0 metaprl/refiner/rewrite/rewrite_debug.mlip
+28 -0 metaprl/refiner/rewrite/rewrite_debug.mlp
+28 -0 metaprl/refiner/rewrite/rewrite_debug_sig.ml
+28 -0 metaprl/refiner/rewrite/rewrite_match_redex.mlip
+28 -0 metaprl/refiner/rewrite/rewrite_match_redex.mlp
+28 -0 metaprl/refiner/rewrite/rewrite_match_redex_sig.mlz
+28 -0 metaprl/refiner/rewrite/rewrite_meta.mlip
+28 -0 metaprl/refiner/rewrite/rewrite_meta.mlp
+28 -0 metaprl/refiner/rewrite/rewrite_meta_sig.mlz
+28 -0 metaprl/refiner/rewrite/rewrite_type.mlip
+28 -0 metaprl/refiner/rewrite/rewrite_type.mlp
+28 -0 metaprl/refiner/rewrite/rewrite_type_sig.mlz
+28 -0 metaprl/refiner/rewrite/rewrite_util.mlip
+28 -0 metaprl/refiner/rewrite/rewrite_util.mlp
+28 -0 metaprl/refiner/rewrite/rewrite_util_sig.ml
+26 -0 metaprl/refiner/term_ds/term_addr_ds.mlip
+26 -0 metaprl/refiner/term_ds/term_addr_ds.mlp
+26 -0 metaprl/refiner/term_ds/term_base_ds.mlip
+26 -0 metaprl/refiner/term_ds/term_base_ds.mlp
+28 -0 metaprl/refiner/term_ds/term_ds.ml
+28 -0 metaprl/refiner/term_ds/term_ds.mli
+28 -0 metaprl/refiner/term_ds/term_ds_sig.ml
+26 -0 metaprl/refiner/term_ds/term_eval_ds.mlip
+26 -0 metaprl/refiner/term_ds/term_eval_ds.mlp
+26 -0 metaprl/refiner/term_ds/term_man_ds.mlip
+26 -0 metaprl/refiner/term_ds/term_man_ds.mlp
+26 -0 metaprl/refiner/term_ds/term_op_ds.mlip
+26 -0 metaprl/refiner/term_ds/term_op_ds.mlp
+26 -0 metaprl/refiner/term_ds/term_subst_ds.mlip
+27 -0 metaprl/refiner/term_ds/term_subst_ds.mlp
+27 -0 metaprl/refiner/term_gen/term_addr_gen.mlip
+27 -0 metaprl/refiner/term_gen/term_man_gen.mlip
+28 -0 metaprl/refiner/term_gen/term_man_gen.mlp
+28 -0 metaprl/refiner/term_gen/term_meta_gen.mlip
+28 -0 metaprl/refiner/term_gen/term_meta_gen.mlp
+28 -0 metaprl/refiner/term_gen/term_shape_gen.mlip
+28 -0 metaprl/refiner/term_gen/term_shape_gen.mlp
+28 -0 metaprl/refiner/term_std/term_base_std.mlip
+28 -0 metaprl/refiner/term_std/term_base_std.mlp
+28 -0 metaprl/refiner/term_std/term_eval_std.mlip
+26 -0 metaprl/refiner/term_std/term_eval_std.mlp
+28 -0 metaprl/refiner/term_std/term_op_std.mlip
+28 -0 metaprl/refiner/term_std/term_op_std.mlp
+28 -0 metaprl/refiner/term_std/term_std.ml
+28 -0 metaprl/refiner/term_std/term_std.mli
+28 -0 metaprl/refiner/term_std/term_std_sig.ml
+28 -0 metaprl/refiner/term_std/term_subst_std.mlip
+28 -0 metaprl/refiner/term_std/term_subst_std.mlp
+28 -0 metaprl/theories/base/base_auto_tactic.ml
+28 -0 metaprl/theories/base/base_auto_tactic.mli
+28 -0 metaprl/theories/base/base_cache.ml
+28 -0 metaprl/theories/base/base_cache.mli
+28 -0 metaprl/theories/base/base_dform.ml
+28 -0 metaprl/theories/base/base_dform.mli
+28 -0 metaprl/theories/base/base_dtactic.ml
+28 -0 metaprl/theories/base/base_dtactic.mli
+28 -0 metaprl/theories/base/base_rewrite.ml
+28 -0 metaprl/theories/base/base_rewrite.mli
+28 -0 metaprl/theories/base/base_theory.mlz
+28 -0 metaprl/theories/base/nuprl_font.ml
+28 -0 metaprl/theories/base/nuprl_font.mli
+28 -0 metaprl/theories/base/summary.ml
+28 -0 metaprl/theories/base/summary.mli
+28 -0 metaprl/theories/base/typeinf.ml
+28 -0 metaprl/theories/base/typeinf.mli
+28 -0 metaprl/theories/caml/caml_syntax.mli
+28 -0 metaprl/theories/czf/czf_all.mli
+28 -0 metaprl/theories/czf/czf_and.mli
+28 -0 metaprl/theories/czf/czf_equal.mli
+28 -0 metaprl/theories/czf/czf_exists.mli
+28 -0 metaprl/theories/czf/czf_false.mli
+28 -0 metaprl/theories/czf/czf_implies.mli
+28 -0 metaprl/theories/czf/czf_itt_all.ml
+28 -0 metaprl/theories/czf/czf_itt_all.mli
+28 -0 metaprl/theories/czf/czf_itt_and.ml
+28 -0 metaprl/theories/czf/czf_itt_and.mli
+28 -0 metaprl/theories/czf/czf_itt_axioms.ml
+28 -0 metaprl/theories/czf/czf_itt_axioms.mli
+28 -0 metaprl/theories/czf/czf_itt_dall.ml
+28 -0 metaprl/theories/czf/czf_itt_dall.mli
+28 -0 metaprl/theories/czf/czf_itt_dexists.ml
+28 -0 metaprl/theories/czf/czf_itt_dexists.mli
+28 -0 metaprl/theories/czf/czf_itt_empty.ml
+28 -0 metaprl/theories/czf/czf_itt_empty.mli
+28 -0 metaprl/theories/czf/czf_itt_eq.ml
+28 -0 metaprl/theories/czf/czf_itt_eq.mli
+28 -0 metaprl/theories/czf/czf_itt_eq_inner.ml
+28 -0 metaprl/theories/czf/czf_itt_eq_inner.mli
+28 -0 metaprl/theories/czf/czf_itt_exists.ml
+28 -0 metaprl/theories/czf/czf_itt_exists.mli
+28 -0 metaprl/theories/czf/czf_itt_false.ml
+28 -0 metaprl/theories/czf/czf_itt_false.mli
+28 -0 metaprl/theories/czf/czf_itt_implies.ml
+28 -0 metaprl/theories/czf/czf_itt_implies.mli
+28 -0 metaprl/theories/czf/czf_itt_isect.mli
+28 -0 metaprl/theories/czf/czf_itt_member.ml
+28 -0 metaprl/theories/czf/czf_itt_member.mli
+28 -0 metaprl/theories/czf/czf_itt_or.ml
+28 -0 metaprl/theories/czf/czf_itt_or.mli
+28 -0 metaprl/theories/czf/czf_itt_pre_set.ml
+28 -0 metaprl/theories/czf/czf_itt_pre_set.mli
+28 -0 metaprl/theories/czf/czf_itt_rel.ml
+28 -0 metaprl/theories/czf/czf_itt_rel.mli
+28 -0 metaprl/theories/czf/czf_itt_res.ml
+28 -0 metaprl/theories/czf/czf_itt_res.mli
+28 -0 metaprl/theories/czf/czf_itt_sall.ml
+28 -0 metaprl/theories/czf/czf_itt_sall.mli
+28 -0 metaprl/theories/czf/czf_itt_sep.ml
+28 -0 metaprl/theories/czf/czf_itt_sep.mli
+28 -0 metaprl/theories/czf/czf_itt_set.ml
+28 -0 metaprl/theories/czf/czf_itt_set.mli
+28 -0 metaprl/theories/czf/czf_itt_set_ext.ml
+28 -0 metaprl/theories/czf/czf_itt_set_ext.mli
+28 -0 metaprl/theories/czf/czf_itt_set_ind.ml
+28 -0 metaprl/theories/czf/czf_itt_set_ind.mli
+28 -0 metaprl/theories/czf/czf_itt_sexists.ml
+28 -0 metaprl/theories/czf/czf_itt_sexists.mli
+28 -0 metaprl/theories/czf/czf_itt_small.ml
+28 -0 metaprl/theories/czf/czf_itt_small.mli
+28 -0 metaprl/theories/czf/czf_itt_true.ml
+28 -0 metaprl/theories/czf/czf_itt_true.mli
+28 -0 metaprl/theories/czf/czf_itt_union.ml
+28 -0 metaprl/theories/czf/czf_itt_union.mli
+28 -0 metaprl/theories/czf/czf_member.mli
+28 -0 metaprl/theories/czf/czf_or.mli
+28 -0 metaprl/theories/czf/czf_set.ml
+28 -0 metaprl/theories/czf/czf_set.mli
+28 -0 metaprl/theories/czf/czf_struct.mli
+28 -0 metaprl/theories/czf/czf_theory.mli
+28 -0 metaprl/theories/czf/czf_true.ml
+28 -0 metaprl/theories/czf/czf_true.mli
+28 -0 metaprl/theories/czf/czf_wf.ml
+28 -0 metaprl/theories/czf/czf_wf.mli
+28 -0 metaprl/theories/itt/itt_arith.ml
+28 -0 metaprl/theories/itt/itt_arith.mli
+28 -0 metaprl/theories/itt/itt_atom.ml
+28 -0 metaprl/theories/itt/itt_atom.mli
+28 -0 metaprl/theories/itt/itt_bool.ml
+28 -0 metaprl/theories/itt/itt_bool.mli
+28 -0 metaprl/theories/itt/itt_derive.ml
+28 -0 metaprl/theories/itt/itt_derive.mli
+28 -0 metaprl/theories/itt/itt_dfun.ml
+28 -0 metaprl/theories/itt/itt_dfun.mli
+28 -0 metaprl/theories/itt/itt_dprod.ml
+28 -0 metaprl/theories/itt/itt_dprod.mli
+28 -0 metaprl/theories/itt/itt_equal.ml
+28 -0 metaprl/theories/itt/itt_equal.mli
+28 -0 metaprl/theories/itt/itt_ext_equal.ml
+28 -0 metaprl/theories/itt/itt_ext_equal.mli
+28 -0 metaprl/theories/itt/itt_fun.ml
+28 -0 metaprl/theories/itt/itt_fun.mli
+28 -0 metaprl/theories/itt/itt_int.ml
+28 -0 metaprl/theories/itt/itt_int.mli
+28 -0 metaprl/theories/itt/itt_int_bool.ml
+28 -0 metaprl/theories/itt/itt_int_bool.mli
+28 -0 metaprl/theories/itt/itt_isect.ml
+28 -0 metaprl/theories/itt/itt_isect.mli
+28 -0 metaprl/theories/itt/itt_list.ml
+28 -0 metaprl/theories/itt/itt_list.mli
+28 -0 metaprl/theories/itt/itt_logic.ml
+28 -0 metaprl/theories/itt/itt_logic.mli
+28 -0 metaprl/theories/itt/itt_prec.ml
+28 -0 metaprl/theories/itt/itt_prec.mli
+28 -0 metaprl/theories/itt/itt_prod.ml
+28 -0 metaprl/theories/itt/itt_prod.mli
+28 -0 metaprl/theories/itt/itt_prop_decide.ml
+28 -0 metaprl/theories/itt/itt_prop_decide.mli
+28 -0 metaprl/theories/itt/itt_quotient.ml
+28 -0 metaprl/theories/itt/itt_quotient.mli
+28 -0 metaprl/theories/itt/itt_rfun.ml
+28 -0 metaprl/theories/itt/itt_rfun.mli
+28 -0 metaprl/theories/itt/itt_set.ml
+28 -0 metaprl/theories/itt/itt_set.mli
+28 -0 metaprl/theories/itt/itt_squash.ml
+28 -0 metaprl/theories/itt/itt_squash.mli
+28 -0 metaprl/theories/itt/itt_srec.ml
+28 -0 metaprl/theories/itt/itt_srec.mli
+28 -0 metaprl/theories/itt/itt_struct.ml
+28 -0 metaprl/theories/itt/itt_struct.mli
+28 -0 metaprl/theories/itt/itt_subtype.ml
+28 -0 metaprl/theories/itt/itt_subtype.mli
+28 -0 metaprl/theories/itt/itt_test.ml
+28 -0 metaprl/theories/itt/itt_test.mli
+28 -0 metaprl/theories/itt/itt_theory.ml
+28 -0 metaprl/theories/itt/itt_theory.mli
+28 -0 metaprl/theories/itt/itt_union.ml
+28 -0 metaprl/theories/itt/itt_union.mli
+28 -0 metaprl/theories/itt/itt_unit.ml
+28 -0 metaprl/theories/itt/itt_unit.mli
+28 -0 metaprl/theories/itt/itt_void.ml
+28 -0 metaprl/theories/itt/itt_void.mli
+28 -0 metaprl/theories/itt/itt_w.ml
+28 -0 metaprl/theories/itt/itt_w.mli
+28 -0 metaprl/theories/itt/main.ml
+28 -0 metaprl/theories/itt/main.mli
+28 -0 metaprl/theories/itt/test.ml
+28 -0 metaprl/theories/itt/test.mli
+28 -0 metaprl/theories/lf/lf_ctx.mli
+28 -0 metaprl/theories/lf/lf_dfun.mli
+28 -0 metaprl/theories/lf/lf_kind.mli
+28 -0 metaprl/theories/lf/lf_sig.mli
+28 -0 metaprl/theories/lf/lf_type.mli
+28 -0 metaprl/theories/lf/main.ml
+28 -0 metaprl/theories/ocaml/ocaml.mlz
+28 -0 metaprl/theories/ocaml/ocaml_base_df.ml
+28 -0 metaprl/theories/ocaml/ocaml_base_df.mli
+28 -0 metaprl/theories/ocaml/ocaml_df.mlz
+28 -0 metaprl/theories/ocaml/ocaml_expr_df.ml
+28 -0 metaprl/theories/ocaml/ocaml_expr_df.mli
+28 -0 metaprl/theories/ocaml/ocaml_me_df.ml
+28 -0 metaprl/theories/ocaml/ocaml_me_df.mli
+28 -0 metaprl/theories/ocaml/ocaml_mt_df.ml
+28 -0 metaprl/theories/ocaml/ocaml_mt_df.mli
+28 -0 metaprl/theories/ocaml/ocaml_patt_df.ml
+28 -0 metaprl/theories/ocaml/ocaml_patt_df.mli
+28 -0 metaprl/theories/ocaml/ocaml_sig_df.ml
+28 -0 metaprl/theories/ocaml/ocaml_sig_df.mli
+28 -0 metaprl/theories/ocaml/ocaml_str_df.ml
+28 -0 metaprl/theories/ocaml/ocaml_str_df.mli
+28 -0 metaprl/theories/ocaml/ocaml_type_df.ml
+28 -0 metaprl/theories/ocaml/ocaml_type_df.mli
+28 -0 metaprl/theories/ocaml_sos/ocaml_base_sos.ml
+28 -0 metaprl/theories/ocaml_sos/ocaml_base_sos.mli
+28 -0 metaprl/theories/ocaml_sos/ocaml_expr_sos.ml
+28 -0 metaprl/theories/ocaml_sos/ocaml_expr_sos.mli
+28 -0 metaprl/theories/ocaml_sos/ocaml_logic.ml
+28 -0 metaprl/theories/ocaml_sos/ocaml_logic.mli
+28 -0 metaprl/theories/ocaml_sos/ocaml_me_sos.ml
+28 -0 metaprl/theories/ocaml_sos/ocaml_me_sos.mli
+28 -0 metaprl/theories/ocaml_sos/ocaml_mt_sos.ml
+28 -0 metaprl/theories/ocaml_sos/ocaml_mt_sos.mli
+28 -0 metaprl/theories/ocaml_sos/ocaml_patt_sos.ml
+28 -0 metaprl/theories/ocaml_sos/ocaml_patt_sos.mli
+28 -0 metaprl/theories/ocaml_sos/ocaml_sig_sos.ml
+28 -0 metaprl/theories/ocaml_sos/ocaml_sig_sos.mli
+28 -0 metaprl/theories/ocaml_sos/ocaml_str_sos.ml
+28 -0 metaprl/theories/ocaml_sos/ocaml_str_sos.mli
+28 -0 metaprl/theories/ocaml_sos/ocaml_theory.mlz
+28 -0 metaprl/theories/ocaml_sos/ocaml_type_sos.ml
+28 -0 metaprl/theories/ocaml_sos/ocaml_type_sos.mli
+28 -0 metaprl/theories/rewrite/rw_beta.ml
+28 -0 metaprl/theories/rewrite/rw_beta.mli
+28 -0 metaprl/theories/tactic/conversionals.ml
+28 -0 metaprl/theories/tactic/conversionals.mli
+28 -0 metaprl/theories/tactic/nltop.ml
+28 -0 metaprl/theories/tactic/nltop.mli
+28 -0 metaprl/theories/tactic/perv.ml
+28 -0 metaprl/theories/tactic/perv.mli
+28 -0 metaprl/theories/tactic/remote_null.ml
+28 -0 metaprl/theories/tactic/remote_null.mli
+28 -0 metaprl/theories/tactic/remote_sig.mlz
+28 -0 metaprl/theories/tactic/rewrite_type.ml
+28 -0 metaprl/theories/tactic/rewrite_type.mli
+28 -0 metaprl/theories/tactic/sequent.ml
+28 -0 metaprl/theories/tactic/sequent.mli
+28 -0 metaprl/theories/tactic/tactic_cache.ml
+28 -0 metaprl/theories/tactic/tactic_cache.mli
+28 -0 metaprl/theories/tactic/tactic_type.ml
+28 -0 metaprl/theories/tactic/tactic_type.mli
+28 -0 metaprl/theories/tactic/tacticals.ml
+28 -0 metaprl/theories/tactic/tacticals.mli
+28 -0 metaprl/theories/tactic/var.ml
+28 -0 metaprl/theories/tactic/var.mli
+28 -0 metaprl/theories/tptp/tptp.mli
+28 -0 metaprl/theories/tptp/tptp_cache.ml
+28 -0 metaprl/theories/tptp/tptp_cache.mli
+28 -0 metaprl/theories/tptp/tptp_lex.mli
+28 -0 metaprl/theories/tptp/tptp_load.ml
+28 -0 metaprl/theories/tptp/tptp_load.mli
+28 -0 metaprl/theories/tptp/tptp_prove.ml
+28 -0 metaprl/theories/tptp/tptp_prove.mli
+28 -0 metaprl/theories/tptp/tptp_type.mlz

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1998-09-07 15:02:13 -0700 (Mon, 07 Sep 1998)
Revision: 2457
Log message:

      Replaced "The Ensemble Juke Box" with "Nuprl-Light".
      

Changes  Path
+3 -3 metaprl/doc/license.html

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1998-09-07 15:15:42 -0700 (Mon, 07 Sep 1998)
Revision: 2458
Log message:

      Removed the links to button-bar.gif image and other parts of Juke Box docs.
      

Changes  Path
+0 -12 metaprl/doc/license.html

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1998-09-08 16:54:29 -0700 (Tue, 08 Sep 1998)
Revision: 2459
Log message:

      Now make should work even if CAMLP4LIB environment variable is not defined.
      Also, make clean should remove all filter/*.opt files.
      

Changes  Path
+2 -1 metaprl/filter/Makefile
+3 -0 metaprl/mk/config
+2 -1 metaprl/theories/tactic/Makefile

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1998-09-08 17:19:33 -0700 (Tue, 08 Sep 1998)
Revision: 2460
Log message:

      This file is never used
      

Changes  Path
Deleted metaprl/mk/program

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1998-09-08 17:36:55 -0700 (Tue, 08 Sep 1998)
Revision: 2461
Log message:

      More CAMLP4LIB changes
      

Changes  Path
+12 -11 metaprl/editor/ml/Makefile
+6 -1 metaprl/editor/ml/nlconfig
+1 -53 metaprl/mk/config
+47 -9 metaprl/mk/preface
+2 -2 metaprl/theories/tactic/Makefile

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1998-09-09 11:32:46 -0700 (Wed, 09 Sep 1998)
Revision: 2462
Log message:

      Remove infix.ml on make clean
      

Changes  Path
+1 -1 metaprl/filter/Makefile

Changes by: Richard Eaton (eaton at cs.cornell.edu)
Date: 1998-09-09 12:02:30 -0700 (Wed, 09 Sep 1998)
Revision: 2463
Log message:

      .
      

Changes  Path
+24 -12 metaprl/library/definition.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1998-09-09 16:10:11 -0700 (Wed, 09 Sep 1998)
Revision: 2464
Log message:

      Fixed a small bug in the bound variable renaming.
      

Changes  Path
+5 -1 metaprl/refiner/term_ds/term_base_ds.mlp

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 1998-09-11 13:23:54 -0700 (Fri, 11 Sep 1998)
Revision: 2465
Log message:

      Added Nuprl5 interface to editor/ml/shell.mli
      

Changes  Path
+4 -4 metaprl/editor/ml/nl.mli
+1 -1 metaprl/editor/ml/nlconfig
+15 -13 metaprl/editor/ml/proof.ml
+115 -34 metaprl/editor/ml/proof_edit.ml
+9 -4 metaprl/editor/ml/proof_edit.mli
+89 -4 metaprl/editor/ml/shell.ml
+15 -4 metaprl/editor/ml/shell.mli
+19 -16 metaprl/editor/ml/shell_nl.ml
+8 -4 metaprl/editor/ml/shell_null.ml
+7 -4 metaprl/editor/ml/shell_p4.ml
+5 -4 metaprl/editor/ml/shell_p4_type.mlz
+20 -4 metaprl/editor/ml/shell_rewrite.ml
+20 -4 metaprl/editor/ml/shell_rule.ml
+8 -4 metaprl/editor/ml/shell_type.mlz
+6 -6 metaprl/ensemble/thread_refiner_ens.ml
+7 -5 metaprl/theories/tptp/tptp_prove.ml

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1998-09-13 20:45:59 -0700 (Sun, 13 Sep 1998)
Revision: 2466
Log message:

      Enabled profiled build under Ocaml 2.00.
      
      Ocaml 2.00 has a bug (profiled code woul segfault), so
      you need to use my patched version of ocaml: ocaml >= 2.00-4
      I've installed ocaml-2.00-4 on Mojave.
      

Changes  Path
+8 -4 metaprl/Makefile
+7 -6 metaprl/clib/Makefile
+4 -4 metaprl/editor/ml/Makefile
+6 -5 metaprl/ensemble/Makefile
+1 -1 metaprl/filter/Makefile
+12 -9 metaprl/mk/config
+9 -0 metaprl/mk/preface
+3 -2 metaprl/refiner/Makefile

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1998-09-14 15:11:29 -0700 (Mon, 14 Sep 1998)
Revision: 2467
Log message:

      Backed my last change. I was wrong thinking there was a bug.
      

Changes  Path
+1 -5 metaprl/refiner/term_ds/term_base_ds.mlp

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1998-09-14 15:47:05 -0700 (Mon, 14 Sep 1998)
Revision: 2468
Log message:

      Added the evaluator directory and moved there all the files left
      from my first (unfinished) attempt to write an evaluator.
      
      mk/config: $(ROOT)/lib should be the last include directory,
      not the first one. This allows ocamldep to produce necessary
      x.cmx: y.cmx dependencies.
      

Changes  Path
Properties metaprl/evaluator
Added metaprl/evaluator/Makefile
Properties metaprl/evaluator/Makefile
Added metaprl/evaluator/evaluator.ml
Properties metaprl/evaluator/evaluator.ml
Added metaprl/evaluator/evaluator.mli
Properties metaprl/evaluator/evaluator.mli
Added metaprl/evaluator/itt_redrules.ml
Properties metaprl/evaluator/itt_redrules.ml
Added metaprl/evaluator/itt_redrules.mli
Properties metaprl/evaluator/itt_redrules.mli
+3 -3 metaprl/mk/config
+1 -2 metaprl/theories/base/Makefile
Deleted metaprl/theories/base/evaluator.ml
Deleted metaprl/theories/base/evaluator.mli
+0 -1 metaprl/theories/itt/Makefile
Deleted metaprl/theories/itt/itt_redrules.ml
Deleted metaprl/theories/itt/itt_redrules.mli

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1998-09-17 19:50:14 -0700 (Thu, 17 Sep 1998)
Revision: 2469
Log message:

      refiner: Added the signature files describing the minimal
      term module functionality necessary for the Term_copy module.
      
      evaluator: Added missing GPL headers
      

Changes  Path
+26 -0 metaprl/evaluator/evaluator.ml
+26 -0 metaprl/evaluator/evaluator.mli
+26 -0 metaprl/evaluator/itt_redrules.ml
+26 -0 metaprl/evaluator/itt_redrules.mli
+133 -133 metaprl/refiner/reflib/term_copy.ml
+7 -7 metaprl/refiner/reflib/term_copy.mli
+4 -1 metaprl/refiner/refsig/Files
Added metaprl/refiner/refsig/termmod_sig.ml
Properties metaprl/refiner/refsig/termmod_sig.ml
Added metaprl/refiner/refsig/tm_base_sig.mlz
Properties metaprl/refiner/refsig/tm_base_sig.mlz
Added metaprl/refiner/refsig/tm_man_sig.mlz
Properties metaprl/refiner/refsig/tm_man_sig.mlz

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 1998-09-22 15:26:47 -0700 (Tue, 22 Sep 1998)
Revision: 2470
Log message:

      Added some documentation.  This HTML is still incomplete!  But it
      should help understand the system.  Don't bother fixing spelling, etc,
      because I will probably overwrite them when I make a final pass over
      this first version.  Feel free to add documentation of course:-)
      
      Start in doc/htmlman/default.html
      

Changes  Path
Binary metaprl/doc/htmlman/chars/CHAR1.gif
Properties metaprl/doc/htmlman/chars/CHAR1.gif
Binary metaprl/doc/htmlman/chars/CHAR10.gif
Properties metaprl/doc/htmlman/chars/CHAR10.gif
Binary metaprl/doc/htmlman/chars/CHAR100.gif
Properties metaprl/doc/htmlman/chars/CHAR100.gif
Binary metaprl/doc/htmlman/chars/CHAR101.gif
Properties metaprl/doc/htmlman/chars/CHAR101.gif
Binary metaprl/doc/htmlman/chars/CHAR102.gif
Properties metaprl/doc/htmlman/chars/CHAR102.gif
Binary metaprl/doc/htmlman/chars/CHAR103.gif
Properties metaprl/doc/htmlman/chars/CHAR103.gif
Binary metaprl/doc/htmlman/chars/CHAR104.gif
Properties metaprl/doc/htmlman/chars/CHAR104.gif
Binary metaprl/doc/htmlman/chars/CHAR105.gif
Properties metaprl/doc/htmlman/chars/CHAR105.gif
Binary metaprl/doc/htmlman/chars/CHAR106.gif
Properties metaprl/doc/htmlman/chars/CHAR106.gif
Binary metaprl/doc/htmlman/chars/CHAR107.gif
Properties metaprl/doc/htmlman/chars/CHAR107.gif
Binary metaprl/doc/htmlman/chars/CHAR108.gif
Properties metaprl/doc/htmlman/chars/CHAR108.gif
Binary metaprl/doc/htmlman/chars/CHAR109.gif
Properties metaprl/doc/htmlman/chars/CHAR109.gif
Binary metaprl/doc/htmlman/chars/CHAR11.gif
Properties metaprl/doc/htmlman/chars/CHAR11.gif
Binary metaprl/doc/htmlman/chars/CHAR110.gif
Properties metaprl/doc/htmlman/chars/CHAR110.gif
Binary metaprl/doc/htmlman/chars/CHAR111.gif
Properties metaprl/doc/htmlman/chars/CHAR111.gif
Binary metaprl/doc/htmlman/chars/CHAR112.gif
Properties metaprl/doc/htmlman/chars/CHAR112.gif
Binary metaprl/doc/htmlman/chars/CHAR113.gif
Properties metaprl/doc/htmlman/chars/CHAR113.gif
Binary metaprl/doc/htmlman/chars/CHAR114.gif
Properties metaprl/doc/htmlman/chars/CHAR114.gif
Binary metaprl/doc/htmlman/chars/CHAR115.gif
Properties metaprl/doc/htmlman/chars/CHAR115.gif
Binary metaprl/doc/htmlman/chars/CHAR116.gif
Properties metaprl/doc/htmlman/chars/CHAR116.gif
Binary metaprl/doc/htmlman/chars/CHAR117.gif
Properties metaprl/doc/htmlman/chars/CHAR117.gif
Binary metaprl/doc/htmlman/chars/CHAR118.gif
Properties metaprl/doc/htmlman/chars/CHAR118.gif
Binary metaprl/doc/htmlman/chars/CHAR119.gif
Properties metaprl/doc/htmlman/chars/CHAR119.gif
Binary metaprl/doc/htmlman/chars/CHAR12.gif
Properties metaprl/doc/htmlman/chars/CHAR12.gif
Binary metaprl/doc/htmlman/chars/CHAR120.gif
Properties metaprl/doc/htmlman/chars/CHAR120.gif
Binary metaprl/doc/htmlman/chars/CHAR121.gif
Properties metaprl/doc/htmlman/chars/CHAR121.gif
Binary metaprl/doc/htmlman/chars/CHAR122.gif
Properties metaprl/doc/htmlman/chars/CHAR122.gif
Binary metaprl/doc/htmlman/chars/CHAR123.gif
Properties metaprl/doc/htmlman/chars/CHAR123.gif
Binary metaprl/doc/htmlman/chars/CHAR124.gif
Properties metaprl/doc/htmlman/chars/CHAR124.gif
Binary metaprl/doc/htmlman/chars/CHAR125.gif
Properties metaprl/doc/htmlman/chars/CHAR125.gif
Binary metaprl/doc/htmlman/chars/CHAR126.gif
Properties metaprl/doc/htmlman/chars/CHAR126.gif
Binary metaprl/doc/htmlman/chars/CHAR127.gif
Properties metaprl/doc/htmlman/chars/CHAR127.gif
Binary metaprl/doc/htmlman/chars/CHAR128.gif
Properties metaprl/doc/htmlman/chars/CHAR128.gif
Binary metaprl/doc/htmlman/chars/CHAR129.gif
Properties metaprl/doc/htmlman/chars/CHAR129.gif
Binary metaprl/doc/htmlman/chars/CHAR13.gif
Properties metaprl/doc/htmlman/chars/CHAR13.gif
Binary metaprl/doc/htmlman/chars/CHAR130.gif
Properties metaprl/doc/htmlman/chars/CHAR130.gif
Binary metaprl/doc/htmlman/chars/CHAR131.gif
Properties metaprl/doc/htmlman/chars/CHAR131.gif
Binary metaprl/doc/htmlman/chars/CHAR132.gif
Properties metaprl/doc/htmlman/chars/CHAR132.gif
Binary metaprl/doc/htmlman/chars/CHAR133.gif
Properties metaprl/doc/htmlman/chars/CHAR133.gif
Binary metaprl/doc/htmlman/chars/CHAR134.gif
Properties metaprl/doc/htmlman/chars/CHAR134.gif
Binary metaprl/doc/htmlman/chars/CHAR135.gif
Properties metaprl/doc/htmlman/chars/CHAR135.gif
Binary metaprl/doc/htmlman/chars/CHAR136.gif
Properties metaprl/doc/htmlman/chars/CHAR136.gif
Binary metaprl/doc/htmlman/chars/CHAR137.gif
Properties metaprl/doc/htmlman/chars/CHAR137.gif
Binary metaprl/doc/htmlman/chars/CHAR138.gif
Properties metaprl/doc/htmlman/chars/CHAR138.gif
Binary metaprl/doc/htmlman/chars/CHAR139.gif
Properties metaprl/doc/htmlman/chars/CHAR139.gif
Binary metaprl/doc/htmlman/chars/CHAR14.gif
Properties metaprl/doc/htmlman/chars/CHAR14.gif
Binary metaprl/doc/htmlman/chars/CHAR140.gif
Properties metaprl/doc/htmlman/chars/CHAR140.gif
Binary metaprl/doc/htmlman/chars/CHAR141.gif
Properties metaprl/doc/htmlman/chars/CHAR141.gif
Binary metaprl/doc/htmlman/chars/CHAR142.gif
Properties metaprl/doc/htmlman/chars/CHAR142.gif
Binary metaprl/doc/htmlman/chars/CHAR143.gif
Properties metaprl/doc/htmlman/chars/CHAR143.gif
Binary metaprl/doc/htmlman/chars/CHAR144.gif
Properties metaprl/doc/htmlman/chars/CHAR144.gif
Binary metaprl/doc/htmlman/chars/CHAR145.gif
Properties metaprl/doc/htmlman/chars/CHAR145.gif
Binary metaprl/doc/htmlman/chars/CHAR146.gif
Properties metaprl/doc/htmlman/chars/CHAR146.gif
Binary metaprl/doc/htmlman/chars/CHAR147.gif
Properties metaprl/doc/htmlman/chars/CHAR147.gif
Binary metaprl/doc/htmlman/chars/CHAR148.gif
Properties metaprl/doc/htmlman/chars/CHAR148.gif
Binary metaprl/doc/htmlman/chars/CHAR149.gif
Properties metaprl/doc/htmlman/chars/CHAR149.gif
Binary metaprl/doc/htmlman/chars/CHAR15.gif
Properties metaprl/doc/htmlman/chars/CHAR15.gif
Binary metaprl/doc/htmlman/chars/CHAR150.gif
Properties metaprl/doc/htmlman/chars/CHAR150.gif
Binary metaprl/doc/htmlman/chars/CHAR151.gif
Properties metaprl/doc/htmlman/chars/CHAR151.gif
Binary metaprl/doc/htmlman/chars/CHAR152.gif
Properties metaprl/doc/htmlman/chars/CHAR152.gif
Binary metaprl/doc/htmlman/chars/CHAR153.gif
Properties metaprl/doc/htmlman/chars/CHAR153.gif
Binary metaprl/doc/htmlman/chars/CHAR154.gif
Properties metaprl/doc/htmlman/chars/CHAR154.gif
Binary metaprl/doc/htmlman/chars/CHAR155.gif
Properties metaprl/doc/htmlman/chars/CHAR155.gif
Binary metaprl/doc/htmlman/chars/CHAR156.gif
Properties metaprl/doc/htmlman/chars/CHAR156.gif
Binary metaprl/doc/htmlman/chars/CHAR157.gif
Properties metaprl/doc/htmlman/chars/CHAR157.gif
Binary metaprl/doc/htmlman/chars/CHAR158.gif
Properties metaprl/doc/htmlman/chars/CHAR158.gif
Binary metaprl/doc/htmlman/chars/CHAR159.gif
Properties metaprl/doc/htmlman/chars/CHAR159.gif
Binary metaprl/doc/htmlman/chars/CHAR16.gif
Properties metaprl/doc/htmlman/chars/CHAR16.gif
Binary metaprl/doc/htmlman/chars/CHAR160.gif
Properties metaprl/doc/htmlman/chars/CHAR160.gif
Binary metaprl/doc/htmlman/chars/CHAR161.gif
Properties metaprl/doc/htmlman/chars/CHAR161.gif
Binary metaprl/doc/htmlman/chars/CHAR162.gif
Properties metaprl/doc/htmlman/chars/CHAR162.gif
Binary metaprl/doc/htmlman/chars/CHAR163.gif
Properties metaprl/doc/htmlman/chars/CHAR163.gif
Binary metaprl/doc/htmlman/chars/CHAR164.gif
Properties metaprl/doc/htmlman/chars/CHAR164.gif
Binary metaprl/doc/htmlman/chars/CHAR165.gif
Properties metaprl/doc/htmlman/chars/CHAR165.gif
Binary metaprl/doc/htmlman/chars/CHAR166.gif
Properties metaprl/doc/htmlman/chars/CHAR166.gif
Binary metaprl/doc/htmlman/chars/CHAR167.gif
Properties metaprl/doc/htmlman/chars/CHAR167.gif
Binary metaprl/doc/htmlman/chars/CHAR168.gif
Properties metaprl/doc/htmlman/chars/CHAR168.gif
Binary metaprl/doc/htmlman/chars/CHAR169.gif
Properties metaprl/doc/htmlman/chars/CHAR169.gif
Binary metaprl/doc/htmlman/chars/CHAR17.gif
Properties metaprl/doc/htmlman/chars/CHAR17.gif
Binary metaprl/doc/htmlman/chars/CHAR170.gif
Properties metaprl/doc/htmlman/chars/CHAR170.gif
Binary metaprl/doc/htmlman/chars/CHAR171.gif
Properties metaprl/doc/htmlman/chars/CHAR171.gif
Binary metaprl/doc/htmlman/chars/CHAR172.gif
Properties metaprl/doc/htmlman/chars/CHAR172.gif
Binary metaprl/doc/htmlman/chars/CHAR173.gif
Properties metaprl/doc/htmlman/chars/CHAR173.gif
Binary metaprl/doc/htmlman/chars/CHAR174.gif
Properties metaprl/doc/htmlman/chars/CHAR174.gif
Binary metaprl/doc/htmlman/chars/CHAR175.gif
Properties metaprl/doc/htmlman/chars/CHAR175.gif
Binary metaprl/doc/htmlman/chars/CHAR176.gif
Properties metaprl/doc/htmlman/chars/CHAR176.gif
Binary metaprl/doc/htmlman/chars/CHAR177.gif
Properties metaprl/doc/htmlman/chars/CHAR177.gif
Binary metaprl/doc/htmlman/chars/CHAR178.gif
Properties metaprl/doc/htmlman/chars/CHAR178.gif
Binary metaprl/doc/htmlman/chars/CHAR179.gif
Properties metaprl/doc/htmlman/chars/CHAR179.gif
Binary metaprl/doc/htmlman/chars/CHAR18.gif
Properties metaprl/doc/htmlman/chars/CHAR18.gif
Binary metaprl/doc/htmlman/chars/CHAR180.gif
Properties metaprl/doc/htmlman/chars/CHAR180.gif
Binary metaprl/doc/htmlman/chars/CHAR181.gif
Properties metaprl/doc/htmlman/chars/CHAR181.gif
Binary metaprl/doc/htmlman/chars/CHAR182.gif
Properties metaprl/doc/htmlman/chars/CHAR182.gif
Binary metaprl/doc/htmlman/chars/CHAR183.gif
Properties metaprl/doc/htmlman/chars/CHAR183.gif
Binary metaprl/doc/htmlman/chars/CHAR184.gif
Properties metaprl/doc/htmlman/chars/CHAR184.gif
Binary metaprl/doc/htmlman/chars/CHAR185.gif
Properties metaprl/doc/htmlman/chars/CHAR185.gif
Binary metaprl/doc/htmlman/chars/CHAR186.gif
Properties metaprl/doc/htmlman/chars/CHAR186.gif
Binary metaprl/doc/htmlman/chars/CHAR187.gif
Properties metaprl/doc/htmlman/chars/CHAR187.gif
Binary metaprl/doc/htmlman/chars/CHAR188.gif
Properties metaprl/doc/htmlman/chars/CHAR188.gif
Binary metaprl/doc/htmlman/chars/CHAR189.gif
Properties metaprl/doc/htmlman/chars/CHAR189.gif
Binary metaprl/doc/htmlman/chars/CHAR19.gif
Properties metaprl/doc/htmlman/chars/CHAR19.gif
Binary metaprl/doc/htmlman/chars/CHAR190.gif
Properties metaprl/doc/htmlman/chars/CHAR190.gif
Binary metaprl/doc/htmlman/chars/CHAR191.gif
Properties metaprl/doc/htmlman/chars/CHAR191.gif
Binary metaprl/doc/htmlman/chars/CHAR192.gif
Properties metaprl/doc/htmlman/chars/CHAR192.gif
Binary metaprl/doc/htmlman/chars/CHAR193.gif
Properties metaprl/doc/htmlman/chars/CHAR193.gif
Binary metaprl/doc/htmlman/chars/CHAR194.gif
Properties metaprl/doc/htmlman/chars/CHAR194.gif
Binary metaprl/doc/htmlman/chars/CHAR195.gif
Properties metaprl/doc/htmlman/chars/CHAR195.gif
Binary metaprl/doc/htmlman/chars/CHAR196.gif
Properties metaprl/doc/htmlman/chars/CHAR196.gif
Binary metaprl/doc/htmlman/chars/CHAR197.gif
Properties metaprl/doc/htmlman/chars/CHAR197.gif
Binary metaprl/doc/htmlman/chars/CHAR198.gif
Properties metaprl/doc/htmlman/chars/CHAR198.gif
Binary metaprl/doc/htmlman/chars/CHAR199.gif
Properties metaprl/doc/htmlman/chars/CHAR199.gif
Binary metaprl/doc/htmlman/chars/CHAR2.gif
Properties metaprl/doc/htmlman/chars/CHAR2.gif
Binary metaprl/doc/htmlman/chars/CHAR20.gif
Properties metaprl/doc/htmlman/chars/CHAR20.gif
Binary metaprl/doc/htmlman/chars/CHAR200.gif
Properties metaprl/doc/htmlman/chars/CHAR200.gif
Binary metaprl/doc/htmlman/chars/CHAR201.gif
Properties metaprl/doc/htmlman/chars/CHAR201.gif
Binary metaprl/doc/htmlman/chars/CHAR202.gif
Properties metaprl/doc/htmlman/chars/CHAR202.gif
Binary metaprl/doc/htmlman/chars/CHAR203.gif
Properties metaprl/doc/htmlman/chars/CHAR203.gif
Binary metaprl/doc/htmlman/chars/CHAR204.gif
Properties metaprl/doc/htmlman/chars/CHAR204.gif
Binary metaprl/doc/htmlman/chars/CHAR205.gif
Properties metaprl/doc/htmlman/chars/CHAR205.gif
Binary metaprl/doc/htmlman/chars/CHAR206.gif
Properties metaprl/doc/htmlman/chars/CHAR206.gif
Binary metaprl/doc/htmlman/chars/CHAR207.gif
Properties metaprl/doc/htmlman/chars/CHAR207.gif
Binary metaprl/doc/htmlman/chars/CHAR208.gif
Properties metaprl/doc/htmlman/chars/CHAR208.gif
Binary metaprl/doc/htmlman/chars/CHAR209.gif
Properties metaprl/doc/htmlman/chars/CHAR209.gif
Binary metaprl/doc/htmlman/chars/CHAR21.gif
Properties metaprl/doc/htmlman/chars/CHAR21.gif
Binary metaprl/doc/htmlman/chars/CHAR210.gif
Properties metaprl/doc/htmlman/chars/CHAR210.gif
Binary metaprl/doc/htmlman/chars/CHAR211.gif
Properties metaprl/doc/htmlman/chars/CHAR211.gif
Binary metaprl/doc/htmlman/chars/CHAR212.gif
Properties metaprl/doc/htmlman/chars/CHAR212.gif
Binary metaprl/doc/htmlman/chars/CHAR213.gif
Properties metaprl/doc/htmlman/chars/CHAR213.gif
Binary metaprl/doc/htmlman/chars/CHAR214.gif
Properties metaprl/doc/htmlman/chars/CHAR214.gif
Binary metaprl/doc/htmlman/chars/CHAR215.gif
Properties metaprl/doc/htmlman/chars/CHAR215.gif
Binary metaprl/doc/htmlman/chars/CHAR216.gif
Properties metaprl/doc/htmlman/chars/CHAR216.gif
Binary metaprl/doc/htmlman/chars/CHAR217.gif
Properties metaprl/doc/htmlman/chars/CHAR217.gif
Binary metaprl/doc/htmlman/chars/CHAR218.gif
Properties metaprl/doc/htmlman/chars/CHAR218.gif
Binary metaprl/doc/htmlman/chars/CHAR219.gif
Properties metaprl/doc/htmlman/chars/CHAR219.gif
Binary metaprl/doc/htmlman/chars/CHAR22.gif
Properties metaprl/doc/htmlman/chars/CHAR22.gif
Binary metaprl/doc/htmlman/chars/CHAR220.gif
Properties metaprl/doc/htmlman/chars/CHAR220.gif
Binary metaprl/doc/htmlman/chars/CHAR221.gif
Properties metaprl/doc/htmlman/chars/CHAR221.gif
Binary metaprl/doc/htmlman/chars/CHAR222.gif
Properties metaprl/doc/htmlman/chars/CHAR222.gif
Binary metaprl/doc/htmlman/chars/CHAR223.gif
Properties metaprl/doc/htmlman/chars/CHAR223.gif
Binary metaprl/doc/htmlman/chars/CHAR224.gif
Properties metaprl/doc/htmlman/chars/CHAR224.gif
Binary metaprl/doc/htmlman/chars/CHAR225.gif
Properties metaprl/doc/htmlman/chars/CHAR225.gif
Binary metaprl/doc/htmlman/chars/CHAR226.gif
Properties metaprl/doc/htmlman/chars/CHAR226.gif
Binary metaprl/doc/htmlman/chars/CHAR227.gif
Properties metaprl/doc/htmlman/chars/CHAR227.gif
Binary metaprl/doc/htmlman/chars/CHAR228.gif
Properties metaprl/doc/htmlman/chars/CHAR228.gif
Binary metaprl/doc/htmlman/chars/CHAR229.gif
Properties metaprl/doc/htmlman/chars/CHAR229.gif
Binary metaprl/doc/htmlman/chars/CHAR23.gif
Properties metaprl/doc/htmlman/chars/CHAR23.gif
Binary metaprl/doc/htmlman/chars/CHAR230.gif
Properties metaprl/doc/htmlman/chars/CHAR230.gif
Binary metaprl/doc/htmlman/chars/CHAR231.gif
Properties metaprl/doc/htmlman/chars/CHAR231.gif
Binary metaprl/doc/htmlman/chars/CHAR232.gif
Properties metaprl/doc/htmlman/chars/CHAR232.gif
Binary metaprl/doc/htmlman/chars/CHAR233.gif
Properties metaprl/doc/htmlman/chars/CHAR233.gif
Binary metaprl/doc/htmlman/chars/CHAR234.gif
Properties metaprl/doc/htmlman/chars/CHAR234.gif
Binary metaprl/doc/htmlman/chars/CHAR235.gif
Properties metaprl/doc/htmlman/chars/CHAR235.gif
Binary metaprl/doc/htmlman/chars/CHAR236.gif
Properties metaprl/doc/htmlman/chars/CHAR236.gif
Binary metaprl/doc/htmlman/chars/CHAR237.gif
Properties metaprl/doc/htmlman/chars/CHAR237.gif
Binary metaprl/doc/htmlman/chars/CHAR238.gif
Properties metaprl/doc/htmlman/chars/CHAR238.gif
Binary metaprl/doc/htmlman/chars/CHAR239.gif
Properties metaprl/doc/htmlman/chars/CHAR239.gif
Binary metaprl/doc/htmlman/chars/CHAR24.gif
Properties metaprl/doc/htmlman/chars/CHAR24.gif
Binary metaprl/doc/htmlman/chars/CHAR240.gif
Properties metaprl/doc/htmlman/chars/CHAR240.gif
Binary metaprl/doc/htmlman/chars/CHAR241.gif
Properties metaprl/doc/htmlman/chars/CHAR241.gif
Binary metaprl/doc/htmlman/chars/CHAR242.gif
Properties metaprl/doc/htmlman/chars/CHAR242.gif
Binary metaprl/doc/htmlman/chars/CHAR243.gif
Properties metaprl/doc/htmlman/chars/CHAR243.gif
Binary metaprl/doc/htmlman/chars/CHAR244.gif
Properties metaprl/doc/htmlman/chars/CHAR244.gif
Binary metaprl/doc/htmlman/chars/CHAR245.gif
Properties metaprl/doc/htmlman/chars/CHAR245.gif
Binary metaprl/doc/htmlman/chars/CHAR246.gif
Properties metaprl/doc/htmlman/chars/CHAR246.gif
Binary metaprl/doc/htmlman/chars/CHAR247.gif
Properties metaprl/doc/htmlman/chars/CHAR247.gif
Binary metaprl/doc/htmlman/chars/CHAR248.gif
Properties metaprl/doc/htmlman/chars/CHAR248.gif
Binary metaprl/doc/htmlman/chars/CHAR249.gif
Properties metaprl/doc/htmlman/chars/CHAR249.gif
Binary metaprl/doc/htmlman/chars/CHAR25.gif
Properties metaprl/doc/htmlman/chars/CHAR25.gif
Binary metaprl/doc/htmlman/chars/CHAR250.gif
Properties metaprl/doc/htmlman/chars/CHAR250.gif
Binary metaprl/doc/htmlman/chars/CHAR251.gif
Properties metaprl/doc/htmlman/chars/CHAR251.gif
Binary metaprl/doc/htmlman/chars/CHAR252.gif
Properties metaprl/doc/htmlman/chars/CHAR252.gif
Binary metaprl/doc/htmlman/chars/CHAR253.gif
Properties metaprl/doc/htmlman/chars/CHAR253.gif
Binary metaprl/doc/htmlman/chars/CHAR254.gif
Properties metaprl/doc/htmlman/chars/CHAR254.gif
Binary metaprl/doc/htmlman/chars/CHAR255.gif
Properties metaprl/doc/htmlman/chars/CHAR255.gif
Binary metaprl/doc/htmlman/chars/CHAR256.gif
Properties metaprl/doc/htmlman/chars/CHAR256.gif
Binary metaprl/doc/htmlman/chars/CHAR26.gif
Properties metaprl/doc/htmlman/chars/CHAR26.gif
Binary metaprl/doc/htmlman/chars/CHAR27.gif
Properties metaprl/doc/htmlman/chars/CHAR27.gif
Binary metaprl/doc/htmlman/chars/CHAR28.gif
Properties metaprl/doc/htmlman/chars/CHAR28.gif
Binary metaprl/doc/htmlman/chars/CHAR29.gif
Properties metaprl/doc/htmlman/chars/CHAR29.gif
Binary metaprl/doc/htmlman/chars/CHAR3.gif
Properties metaprl/doc/htmlman/chars/CHAR3.gif
Binary metaprl/doc/htmlman/chars/CHAR30.gif
Properties metaprl/doc/htmlman/chars/CHAR30.gif
Binary metaprl/doc/htmlman/chars/CHAR31.gif
Properties metaprl/doc/htmlman/chars/CHAR31.gif
Binary metaprl/doc/htmlman/chars/CHAR32.gif
Properties metaprl/doc/htmlman/chars/CHAR32.gif
Binary metaprl/doc/htmlman/chars/CHAR33.gif
Properties metaprl/doc/htmlman/chars/CHAR33.gif
Binary metaprl/doc/htmlman/chars/CHAR34.gif
Properties metaprl/doc/htmlman/chars/CHAR34.gif
Binary metaprl/doc/htmlman/chars/CHAR35.gif
Properties metaprl/doc/htmlman/chars/CHAR35.gif
Binary metaprl/doc/htmlman/chars/CHAR36.gif
Properties metaprl/doc/htmlman/chars/CHAR36.gif
Binary metaprl/doc/htmlman/chars/CHAR37.gif
Properties metaprl/doc/htmlman/chars/CHAR37.gif
Binary metaprl/doc/htmlman/chars/CHAR38.gif
Properties metaprl/doc/htmlman/chars/CHAR38.gif
Binary metaprl/doc/htmlman/chars/CHAR39.gif
Properties metaprl/doc/htmlman/chars/CHAR39.gif
Binary metaprl/doc/htmlman/chars/CHAR4.gif
Properties metaprl/doc/htmlman/chars/CHAR4.gif
Binary metaprl/doc/htmlman/chars/CHAR40.gif
Properties metaprl/doc/htmlman/chars/CHAR40.gif
Binary metaprl/doc/htmlman/chars/CHAR41.gif
Properties metaprl/doc/htmlman/chars/CHAR41.gif
Binary metaprl/doc/htmlman/chars/CHAR42.gif
Properties metaprl/doc/htmlman/chars/CHAR42.gif
Binary metaprl/doc/htmlman/chars/CHAR43.gif
Properties metaprl/doc/htmlman/chars/CHAR43.gif
Binary metaprl/doc/htmlman/chars/CHAR44.gif
Properties metaprl/doc/htmlman/chars/CHAR44.gif
Binary metaprl/doc/htmlman/chars/CHAR45.gif
Properties metaprl/doc/htmlman/chars/CHAR45.gif
Binary metaprl/doc/htmlman/chars/CHAR46.gif
Properties metaprl/doc/htmlman/chars/CHAR46.gif
Binary metaprl/doc/htmlman/chars/CHAR47.gif
Properties metaprl/doc/htmlman/chars/CHAR47.gif
Binary metaprl/doc/htmlman/chars/CHAR48.gif
Properties metaprl/doc/htmlman/chars/CHAR48.gif
Binary metaprl/doc/htmlman/chars/CHAR49.gif
Properties metaprl/doc/htmlman/chars/CHAR49.gif
Binary metaprl/doc/htmlman/chars/CHAR5.gif
Properties metaprl/doc/htmlman/chars/CHAR5.gif
Binary metaprl/doc/htmlman/chars/CHAR50.gif
Properties metaprl/doc/htmlman/chars/CHAR50.gif
Binary metaprl/doc/htmlman/chars/CHAR51.gif
Properties metaprl/doc/htmlman/chars/CHAR51.gif
Binary metaprl/doc/htmlman/chars/CHAR52.gif
Properties metaprl/doc/htmlman/chars/CHAR52.gif
Binary metaprl/doc/htmlman/chars/CHAR53.gif
Properties metaprl/doc/htmlman/chars/CHAR53.gif
Binary metaprl/doc/htmlman/chars/CHAR54.gif
Properties metaprl/doc/htmlman/chars/CHAR54.gif
Binary metaprl/doc/htmlman/chars/CHAR55.gif
Properties metaprl/doc/htmlman/chars/CHAR55.gif
Binary metaprl/doc/htmlman/chars/CHAR56.gif
Properties metaprl/doc/htmlman/chars/CHAR56.gif
Binary metaprl/doc/htmlman/chars/CHAR57.gif
Properties metaprl/doc/htmlman/chars/CHAR57.gif
Binary metaprl/doc/htmlman/chars/CHAR58.gif
Properties metaprl/doc/htmlman/chars/CHAR58.gif
Binary metaprl/doc/htmlman/chars/CHAR59.gif
Properties metaprl/doc/htmlman/chars/CHAR59.gif
Binary metaprl/doc/htmlman/chars/CHAR6.gif
Properties metaprl/doc/htmlman/chars/CHAR6.gif
Binary metaprl/doc/htmlman/chars/CHAR60.gif
Properties metaprl/doc/htmlman/chars/CHAR60.gif
Binary metaprl/doc/htmlman/chars/CHAR61.gif
Properties metaprl/doc/htmlman/chars/CHAR61.gif
Binary metaprl/doc/htmlman/chars/CHAR62.gif
Properties metaprl/doc/htmlman/chars/CHAR62.gif
Binary metaprl/doc/htmlman/chars/CHAR63.gif
Properties metaprl/doc/htmlman/chars/CHAR63.gif
Binary metaprl/doc/htmlman/chars/CHAR64.gif
Properties metaprl/doc/htmlman/chars/CHAR64.gif
Binary metaprl/doc/htmlman/chars/CHAR65.gif
Properties metaprl/doc/htmlman/chars/CHAR65.gif
Binary metaprl/doc/htmlman/chars/CHAR66.gif
Properties metaprl/doc/htmlman/chars/CHAR66.gif
Binary metaprl/doc/htmlman/chars/CHAR67.gif
Properties metaprl/doc/htmlman/chars/CHAR67.gif
Binary metaprl/doc/htmlman/chars/CHAR68.gif
Properties metaprl/doc/htmlman/chars/CHAR68.gif
Binary metaprl/doc/htmlman/chars/CHAR69.gif
Properties metaprl/doc/htmlman/chars/CHAR69.gif
Binary metaprl/doc/htmlman/chars/CHAR7.gif
Properties metaprl/doc/htmlman/chars/CHAR7.gif
Binary metaprl/doc/htmlman/chars/CHAR70.gif
Properties metaprl/doc/htmlman/chars/CHAR70.gif
Binary metaprl/doc/htmlman/chars/CHAR71.gif
Properties metaprl/doc/htmlman/chars/CHAR71.gif
Binary metaprl/doc/htmlman/chars/CHAR72.gif
Properties metaprl/doc/htmlman/chars/CHAR72.gif
Binary metaprl/doc/htmlman/chars/CHAR73.gif
Properties metaprl/doc/htmlman/chars/CHAR73.gif
Binary metaprl/doc/htmlman/chars/CHAR74.gif
Properties metaprl/doc/htmlman/chars/CHAR74.gif
Binary metaprl/doc/htmlman/chars/CHAR75.gif
Properties metaprl/doc/htmlman/chars/CHAR75.gif
Binary metaprl/doc/htmlman/chars/CHAR76.gif
Properties metaprl/doc/htmlman/chars/CHAR76.gif
Binary metaprl/doc/htmlman/chars/CHAR77.gif
Properties metaprl/doc/htmlman/chars/CHAR77.gif
Binary metaprl/doc/htmlman/chars/CHAR78.gif
Properties metaprl/doc/htmlman/chars/CHAR78.gif
Binary metaprl/doc/htmlman/chars/CHAR79.gif
Properties metaprl/doc/htmlman/chars/CHAR79.gif
Binary metaprl/doc/htmlman/chars/CHAR8.gif
Properties metaprl/doc/htmlman/chars/CHAR8.gif
Binary metaprl/doc/htmlman/chars/CHAR80.gif
Properties metaprl/doc/htmlman/chars/CHAR80.gif
Binary metaprl/doc/htmlman/chars/CHAR81.gif
Properties metaprl/doc/htmlman/chars/CHAR81.gif
Binary metaprl/doc/htmlman/chars/CHAR82.gif
Properties metaprl/doc/htmlman/chars/CHAR82.gif
Binary metaprl/doc/htmlman/chars/CHAR83.gif
Properties metaprl/doc/htmlman/chars/CHAR83.gif
Binary metaprl/doc/htmlman/chars/CHAR84.gif
Properties metaprl/doc/htmlman/chars/CHAR84.gif
Binary metaprl/doc/htmlman/chars/CHAR85.gif
Properties metaprl/doc/htmlman/chars/CHAR85.gif
Binary metaprl/doc/htmlman/chars/CHAR86.gif
Properties metaprl/doc/htmlman/chars/CHAR86.gif
Binary metaprl/doc/htmlman/chars/CHAR87.gif
Properties metaprl/doc/htmlman/chars/CHAR87.gif
Binary metaprl/doc/htmlman/chars/CHAR88.gif
Properties metaprl/doc/htmlman/chars/CHAR88.gif
Binary metaprl/doc/htmlman/chars/CHAR89.gif
Properties metaprl/doc/htmlman/chars/CHAR89.gif
Binary metaprl/doc/htmlman/chars/CHAR9.gif
Properties metaprl/doc/htmlman/chars/CHAR9.gif
Binary metaprl/doc/htmlman/chars/CHAR90.gif
Properties metaprl/doc/htmlman/chars/CHAR90.gif
Binary metaprl/doc/htmlman/chars/CHAR91.gif
Properties metaprl/doc/htmlman/chars/CHAR91.gif
Binary metaprl/doc/htmlman/chars/CHAR92.gif
Properties metaprl/doc/htmlman/chars/CHAR92.gif
Binary metaprl/doc/htmlman/chars/CHAR93.gif
Properties metaprl/doc/htmlman/chars/CHAR93.gif
Binary metaprl/doc/htmlman/chars/CHAR94.gif
Properties metaprl/doc/htmlman/chars/CHAR94.gif
Binary metaprl/doc/htmlman/chars/CHAR95.gif
Properties metaprl/doc/htmlman/chars/CHAR95.gif
Binary metaprl/doc/htmlman/chars/CHAR96.gif
Properties metaprl/doc/htmlman/chars/CHAR96.gif
Binary metaprl/doc/htmlman/chars/CHAR97.gif
Properties metaprl/doc/htmlman/chars/CHAR97.gif
Binary metaprl/doc/htmlman/chars/CHAR98.gif
Properties metaprl/doc/htmlman/chars/CHAR98.gif
Binary metaprl/doc/htmlman/chars/CHAR99.gif
Properties metaprl/doc/htmlman/chars/CHAR99.gif
Added metaprl/doc/htmlman/chars/hex.c
Properties metaprl/doc/htmlman/chars/hex.c
Added metaprl/doc/htmlman/chars/htmlprl.c
Properties metaprl/doc/htmlman/chars/htmlprl.c
Added metaprl/doc/htmlman/chars/table.html
Properties metaprl/doc/htmlman/chars/table.html
Added metaprl/doc/htmlman/default.html
Properties metaprl/doc/htmlman/default.html
Added metaprl/doc/htmlman/framework/default.html
Properties metaprl/doc/htmlman/framework/default.html
Added metaprl/doc/htmlman/framework/nl-framework.html
Properties metaprl/doc/htmlman/framework/nl-framework.html
Added metaprl/doc/htmlman/framework/nl-index.html
Properties metaprl/doc/htmlman/framework/nl-index.html
Binary metaprl/doc/htmlman/images/bullet.ai
Properties metaprl/doc/htmlman/images/bullet.ai
Binary metaprl/doc/htmlman/images/bullet.gif
Properties metaprl/doc/htmlman/images/bullet.gif
Binary metaprl/doc/htmlman/images/gate_7.jpg
Properties metaprl/doc/htmlman/images/gate_7.jpg
Binary metaprl/doc/htmlman/images/grid.ai
Properties metaprl/doc/htmlman/images/grid.ai
Binary metaprl/doc/htmlman/images/logo-bg.gif
Properties metaprl/doc/htmlman/images/logo-bg.gif
Binary metaprl/doc/htmlman/images/logo-bg.psd
Properties metaprl/doc/htmlman/images/logo-bg.psd
Binary metaprl/doc/htmlman/images/logo.ai
Properties metaprl/doc/htmlman/images/logo.ai
Binary metaprl/doc/htmlman/images/logo.psd
Properties metaprl/doc/htmlman/images/logo.psd
Binary metaprl/doc/htmlman/images/nl-logo.gif
Properties metaprl/doc/htmlman/images/nl-logo.gif
Added metaprl/doc/htmlman/license.html
Properties metaprl/doc/htmlman/license.html
Added metaprl/doc/htmlman/nl-frame.html
Properties metaprl/doc/htmlman/nl-frame.html
Added metaprl/doc/htmlman/nl-index.html
Properties metaprl/doc/htmlman/nl-index.html
Added metaprl/doc/htmlman/nl-install.html
Properties metaprl/doc/htmlman/nl-install.html
Added metaprl/doc/htmlman/nl-links.html
Properties metaprl/doc/htmlman/nl-links.html
Added metaprl/doc/htmlman/nl-people.html
Properties metaprl/doc/htmlman/nl-people.html
Added metaprl/doc/htmlman/nl.html
Properties metaprl/doc/htmlman/nl.html
Binary metaprl/doc/htmlman/system/and-failure.ai
Properties metaprl/doc/htmlman/system/and-failure.ai
Binary metaprl/doc/htmlman/system/and-failure.gif
Properties metaprl/doc/htmlman/system/and-failure.gif
Binary metaprl/doc/htmlman/system/and-success.ai
Properties metaprl/doc/htmlman/system/and-success.ai
Binary metaprl/doc/htmlman/system/and-success.gif
Properties metaprl/doc/htmlman/system/and-success.gif
Binary metaprl/doc/htmlman/system/andthen1.ai
Properties metaprl/doc/htmlman/system/andthen1.ai
Binary metaprl/doc/htmlman/system/andthen1.gif
Properties metaprl/doc/htmlman/system/andthen1.gif
Binary metaprl/doc/htmlman/system/andthen2.ai
Properties metaprl/doc/htmlman/system/andthen2.ai
Binary metaprl/doc/htmlman/system/andthen2.gif
Properties metaprl/doc/htmlman/system/andthen2.gif
Binary metaprl/doc/htmlman/system/choose.ai
Properties metaprl/doc/htmlman/system/choose.ai
Binary metaprl/doc/htmlman/system/choose.gif
Properties metaprl/doc/htmlman/system/choose.gif
Binary metaprl/doc/htmlman/system/consume.ai
Properties metaprl/doc/htmlman/system/consume.ai
Binary metaprl/doc/htmlman/system/consume.eps
Properties metaprl/doc/htmlman/system/consume.eps
Binary metaprl/doc/htmlman/system/consume.gif
Properties metaprl/doc/htmlman/system/consume.gif
Added metaprl/doc/htmlman/system/default.html
Properties metaprl/doc/htmlman/system/default.html
Binary metaprl/doc/htmlman/system/failure.eps
Properties metaprl/doc/htmlman/system/failure.eps
Binary metaprl/doc/htmlman/system/itt-hier.ai
Properties metaprl/doc/htmlman/system/itt-hier.ai
Binary metaprl/doc/htmlman/system/itt-hier.gif
Properties metaprl/doc/htmlman/system/itt-hier.gif
Binary metaprl/doc/htmlman/system/lock.ai
Properties metaprl/doc/htmlman/system/lock.ai
Binary metaprl/doc/htmlman/system/lock.eps
Properties metaprl/doc/htmlman/system/lock.eps
Binary metaprl/doc/htmlman/system/lock.gif
Properties metaprl/doc/htmlman/system/lock.gif
Binary metaprl/doc/htmlman/system/nl-arch.ai
Properties metaprl/doc/htmlman/system/nl-arch.ai
Binary metaprl/doc/htmlman/system/nl-arch.gif
Properties metaprl/doc/htmlman/system/nl-arch.gif
Added metaprl/doc/htmlman/system/nl-arch.html
Properties metaprl/doc/htmlman/system/nl-arch.html
Added metaprl/doc/htmlman/system/nl-arch.map
Properties metaprl/doc/htmlman/system/nl-arch.map
Added metaprl/doc/htmlman/system/nl-auto-tactic.html
Properties metaprl/doc/htmlman/system/nl-auto-tactic.html
Added metaprl/doc/htmlman/system/nl-base-cache.html
Properties metaprl/doc/htmlman/system/nl-base-cache.html
Added metaprl/doc/htmlman/system/nl-base-syntax.html
Properties metaprl/doc/htmlman/system/nl-base-syntax.html
Added metaprl/doc/htmlman/system/nl-base.html
Properties metaprl/doc/htmlman/system/nl-base.html
Added metaprl/doc/htmlman/system/nl-chaining.html
Properties metaprl/doc/htmlman/system/nl-chaining.html
Added metaprl/doc/htmlman/system/nl-conversionals.html
Properties metaprl/doc/htmlman/system/nl-conversionals.html
Added metaprl/doc/htmlman/system/nl-dist-tactic.html
Properties metaprl/doc/htmlman/system/nl-dist-tactic.html
Added metaprl/doc/htmlman/system/nl-editor-imp.html
Properties metaprl/doc/htmlman/system/nl-editor-imp.html
Added metaprl/doc/htmlman/system/nl-ensemble.html
Properties metaprl/doc/htmlman/system/nl-ensemble.html
Added metaprl/doc/htmlman/system/nl-filter.html
Properties metaprl/doc/htmlman/system/nl-filter.html
Added metaprl/doc/htmlman/system/nl-index.html
Properties metaprl/doc/htmlman/system/nl-index.html
Added metaprl/doc/htmlman/system/nl-itt.html
Properties metaprl/doc/htmlman/system/nl-itt.html
Added metaprl/doc/htmlman/system/nl-ocaml.html
Properties metaprl/doc/htmlman/system/nl-ocaml.html
Added metaprl/doc/htmlman/system/nl-refine.html
Properties metaprl/doc/htmlman/system/nl-refine.html
Added metaprl/doc/htmlman/system/nl-refiner.html
Properties metaprl/doc/htmlman/system/nl-refiner.html
Added metaprl/doc/htmlman/system/nl-rewrite.html
Properties metaprl/doc/htmlman/system/nl-rewrite.html
Added metaprl/doc/htmlman/system/nl-system.html
Properties metaprl/doc/htmlman/system/nl-system.html
Added metaprl/doc/htmlman/system/nl-tactic.html
Properties metaprl/doc/htmlman/system/nl-tactic.html
Added metaprl/doc/htmlman/system/nl-tacticals.html
Properties metaprl/doc/htmlman/system/nl-tacticals.html
Added metaprl/doc/htmlman/system/nl-terms.html
Properties metaprl/doc/htmlman/system/nl-terms.html
Added metaprl/doc/htmlman/system/nl-type-inf-rsrc.html
Properties metaprl/doc/htmlman/system/nl-type-inf-rsrc.html
Added metaprl/doc/htmlman/system/nl_d_tactic.html
Properties metaprl/doc/htmlman/system/nl_d_tactic.html
Binary metaprl/doc/htmlman/system/produce.eps
Properties metaprl/doc/htmlman/system/produce.eps
Binary metaprl/doc/htmlman/system/produce.gif
Properties metaprl/doc/htmlman/system/produce.gif
Binary metaprl/doc/htmlman/system/proof-node.ai
Properties metaprl/doc/htmlman/system/proof-node.ai
Binary metaprl/doc/htmlman/system/proof-node.gif
Properties metaprl/doc/htmlman/system/proof-node.gif
Binary metaprl/doc/htmlman/system/proof-tree.ai
Properties metaprl/doc/htmlman/system/proof-tree.ai
Binary metaprl/doc/htmlman/system/proof-tree.gif
Properties metaprl/doc/htmlman/system/proof-tree.gif
Binary metaprl/doc/htmlman/system/return.ai
Properties metaprl/doc/htmlman/system/return.ai
Binary metaprl/doc/htmlman/system/return.eps
Properties metaprl/doc/htmlman/system/return.eps
Binary metaprl/doc/htmlman/system/return.gif
Properties metaprl/doc/htmlman/system/return.gif
Binary metaprl/doc/htmlman/system/sched2.ai
Properties metaprl/doc/htmlman/system/sched2.ai
Binary metaprl/doc/htmlman/system/sched2.gif
Properties metaprl/doc/htmlman/system/sched2.gif
Binary metaprl/doc/htmlman/system/server.ai
Properties metaprl/doc/htmlman/system/server.ai
Binary metaprl/doc/htmlman/system/server.eps
Properties metaprl/doc/htmlman/system/server.eps
Binary metaprl/doc/htmlman/system/server.gif
Properties metaprl/doc/htmlman/system/server.gif
Added metaprl/doc/htmlman/system/table.html
Properties metaprl/doc/htmlman/system/table.html
Added metaprl/doc/htmlman/tutorial/default.html
Properties metaprl/doc/htmlman/tutorial/default.html
Added metaprl/doc/htmlman/tutorial/nl-all.html
Properties metaprl/doc/htmlman/tutorial/nl-all.html
Added metaprl/doc/htmlman/tutorial/nl-base-auto.html
Properties metaprl/doc/htmlman/tutorial/nl-base-auto.html
Added metaprl/doc/htmlman/tutorial/nl-base.html
Properties metaprl/doc/htmlman/tutorial/nl-base.html
Added metaprl/doc/htmlman/tutorial/nl-class.html
Properties metaprl/doc/htmlman/tutorial/nl-class.html
Added metaprl/doc/htmlman/tutorial/nl-ctheory.html
Properties metaprl/doc/htmlman/tutorial/nl-ctheory.html
Added metaprl/doc/htmlman/tutorial/nl-getting-started.html
Properties metaprl/doc/htmlman/tutorial/nl-getting-started.html
Added metaprl/doc/htmlman/tutorial/nl-index.html
Properties metaprl/doc/htmlman/tutorial/nl-index.html
Added metaprl/doc/htmlman/tutorial/nl-not.html
Properties metaprl/doc/htmlman/tutorial/nl-not.html
Added metaprl/doc/htmlman/tutorial/nl-simple.html
Properties metaprl/doc/htmlman/tutorial/nl-simple.html
Added metaprl/doc/htmlman/tutorial/nl-struct.html
Properties metaprl/doc/htmlman/tutorial/nl-struct.html
Added metaprl/doc/htmlman/tutorial/nl-theory.html
Properties metaprl/doc/htmlman/tutorial/nl-theory.html
Added metaprl/doc/htmlman/tutorial/nl-tutorial.html
Properties metaprl/doc/htmlman/tutorial/nl-tutorial.html
Added metaprl/doc/htmlman/tutorial/nl-type.html
Properties metaprl/doc/htmlman/tutorial/nl-type.html
Added metaprl/doc/htmlman/user-guide/default.html
Properties metaprl/doc/htmlman/user-guide/default.html
Added metaprl/doc/htmlman/user-guide/nl-axiom.html
Properties metaprl/doc/htmlman/user-guide/nl-axiom.html
Added metaprl/doc/htmlman/user-guide/nl-dform.html
Properties metaprl/doc/htmlman/user-guide/nl-dform.html
Added metaprl/doc/htmlman/user-guide/nl-editor.html
Properties metaprl/doc/htmlman/user-guide/nl-editor.html
Added metaprl/doc/htmlman/user-guide/nl-index.html
Properties metaprl/doc/htmlman/user-guide/nl-index.html
Added metaprl/doc/htmlman/user-guide/nl-modules.html
Properties metaprl/doc/htmlman/user-guide/nl-modules.html
Added metaprl/doc/htmlman/user-guide/nl-rewrite.html
Properties metaprl/doc/htmlman/user-guide/nl-rewrite.html
Added metaprl/doc/htmlman/user-guide/nl-terms.html
Properties metaprl/doc/htmlman/user-guide/nl-terms.html
Added metaprl/doc/htmlman/user-guide/nl-user-guide.html
Properties metaprl/doc/htmlman/user-guide/nl-user-guide.html
Added metaprl/doc/htmlman/user-guide/x.html
Properties metaprl/doc/htmlman/user-guide/x.html

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1998-09-22 16:17:25 -0700 (Tue, 22 Sep 1998)
Revision: 2471
Log message:

      license.html:
      outdated by htmlman/license.html
      
      htmlman/nl-install.html:
      Replaced the read-write CVS instructions with the read-only ones.
      Changed the download URL to ftp://ftp.cs.cornell.edu/pub/nuprl/nuprl-light/ .
      I already created that directory (with write permissions for the nuprl group)
      and moved my ocaml&camlp4 RPMs there.
      

Changes  Path
+15 -15 metaprl/doc/htmlman/nl-install.html
Deleted metaprl/doc/license.html

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 1998-09-23 11:58:50 -0700 (Wed, 23 Sep 1998)
Revision: 2472
Log message:

      Removed bogus quotes from edit_cd_thm.
      

Changes  Path
+2 -1 metaprl/editor/ml/shell.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 1998-09-23 13:34:33 -0700 (Wed, 23 Sep 1998)
Revision: 2473
Log message:

      Fixed loading in edit_list_module.
      

Changes  Path
+4 -0 metaprl/editor/ml/Makefile
+1 -1 metaprl/editor/ml/nl
+14 -4 metaprl/editor/ml/nl.ml
+11 -0 metaprl/editor/ml/nl.mli
+6 -6 metaprl/editor/ml/shell.ml
+9 -6 metaprl/editor/ml/test.ml
+5 -5 metaprl/editor/ml/test.mli
+4 -11 metaprl/editor/ml/x.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 1998-09-24 11:40:03 -0700 (Thu, 24 Sep 1998)
Revision: 2474
Log message:

      Fixed edit_node to convert to ped automatically.
      

Changes  Path
+3 -3 metaprl/editor/ml/shell_rule.ml
+5 -5 metaprl/filter/filter_ast.ml
+16 -4 metaprl/theories/base/base_auto_tactic.ml
+5 -11 metaprl/theories/itt/itt_struct.ml

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 1998-09-28 17:05:43 -0700 (Mon, 28 Sep 1998)
Revision: 2475
Log message:

      Added Lib_term module to provide generic term functions that
      handle special terms.
      
      Nuprl5 people: you should use Lib_term.mk_term and Lib_term.dest_term
      if you want term functions that work with sequents.  Let me know if there
      is a problem; an example would help a lot.
      

Changes  Path
+1 -0 metaprl/library/Makefile
Added metaprl/library/lib_term.ml
Properties metaprl/library/lib_term.ml
Added metaprl/library/lib_term.mli
Properties metaprl/library/lib_term.mli

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 1998-09-28 17:17:03 -0700 (Mon, 28 Sep 1998)
Revision: 2476
Log message:

      I forgot to add the FOL theory.  Sorry about that.
      

Changes  Path
Properties metaprl/theories/fol
Added metaprl/theories/fol/Makefile
Properties metaprl/theories/fol/Makefile
Added metaprl/theories/fol/fol_all.ml
Properties metaprl/theories/fol/fol_all.ml
Added metaprl/theories/fol/fol_all.mli
Properties metaprl/theories/fol/fol_all.mli
Added metaprl/theories/fol/fol_and.ml
Properties metaprl/theories/fol/fol_and.ml
Added metaprl/theories/fol/fol_and.mli
Properties metaprl/theories/fol/fol_and.mli
Added metaprl/theories/fol/fol_class.ml
Properties metaprl/theories/fol/fol_class.ml
Added metaprl/theories/fol/fol_class.mli
Properties metaprl/theories/fol/fol_class.mli
Added metaprl/theories/fol/fol_ctheory.ml
Properties metaprl/theories/fol/fol_ctheory.ml
Added metaprl/theories/fol/fol_ctheory.mli
Properties metaprl/theories/fol/fol_ctheory.mli
Added metaprl/theories/fol/fol_exists.ml
Properties metaprl/theories/fol/fol_exists.ml
Added metaprl/theories/fol/fol_exists.mli
Properties metaprl/theories/fol/fol_exists.mli
Added metaprl/theories/fol/fol_false.ml
Properties metaprl/theories/fol/fol_false.ml
Added metaprl/theories/fol/fol_false.mli
Properties metaprl/theories/fol/fol_false.mli
Added metaprl/theories/fol/fol_implies.ml
Properties metaprl/theories/fol/fol_implies.ml
Added metaprl/theories/fol/fol_implies.mli
Properties metaprl/theories/fol/fol_implies.mli
Added metaprl/theories/fol/fol_not.ml
Properties metaprl/theories/fol/fol_not.ml
Added metaprl/theories/fol/fol_not.mli
Properties metaprl/theories/fol/fol_not.mli
Binary metaprl/theories/fol/fol_not.prlb
Properties metaprl/theories/fol/fol_not.prlb
Added metaprl/theories/fol/fol_or.ml
Properties metaprl/theories/fol/fol_or.ml
Added metaprl/theories/fol/fol_or.mli
Properties metaprl/theories/fol/fol_or.mli
Added metaprl/theories/fol/fol_struct.ml
Properties metaprl/theories/fol/fol_struct.ml
Added metaprl/theories/fol/fol_struct.mli
Properties metaprl/theories/fol/fol_struct.mli
Added metaprl/theories/fol/fol_theory.mlz
Properties metaprl/theories/fol/fol_theory.mlz
Added metaprl/theories/fol/fol_true.ml
Properties metaprl/theories/fol/fol_true.ml
Added metaprl/theories/fol/fol_true.mli
Properties metaprl/theories/fol/fol_true.mli
Added metaprl/theories/fol/fol_type.ml
Properties metaprl/theories/fol/fol_type.ml
Added metaprl/theories/fol/fol_type.mli
Properties metaprl/theories/fol/fol_type.mli
Added metaprl/theories/fol/fol_univ.ml
Properties metaprl/theories/fol/fol_univ.ml
Added metaprl/theories/fol/fol_univ.mli
Properties metaprl/theories/fol/fol_univ.mli

Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 1998-09-28 17:33:29 -0700 (Mon, 28 Sep 1998)
Revision: 2477
Log message:

      Added some features Lori requested for the Nuprl5 editor, plus
      a syntax fix in the Fol_implies module.
      

Changes  Path
+2 -1 metaprl/Makefile
+9 -7 metaprl/editor/ml/shell.ml
+3 -3 metaprl/editor/ml/shell_rewrite.ml
+1 -1 metaprl/theories/fol/fol_implies.mli

Changes by: Eli Barzilay (eli at cs.cornell.edu)
Date: 1998-09-28 17:51:07 -0700 (Mon, 28 Sep 1998)
Revision: 2478
Log message:

      Added a local module declarations like "module TTerm = ToTerm.Term", so the
      file looks a lot better now.
      

Changes  Path
+112 -155 metaprl/refiner/reflib/term_copy.ml

Changes by: Eli Barzilay (eli at cs.cornell.edu)
Date: 1998-09-29 16:52:06 -0700 (Tue, 29 Sep 1998)
Revision: 2479
Log message:

      Fixed comment typo.
      

Changes  Path
+1 -1 metaprl/editor/ml/proof_edit.ml

Changes by: Eli Barzilay (eli at cs.cornell.edu)
Date: 1998-09-29 17:02:51 -0700 (Tue, 29 Sep 1998)
Revision: 2480
Log message:

      Fixed an error string to print a newline.
      

Changes  Path
+1 -1 metaprl/editor/ml/shell_null.ml

Changes by: Eli Barzilay (eli at cs.cornell.edu)
Date: 1998-09-29 17:51:50 -0700 (Tue, 29 Sep 1998)
Revision: 2481
Log message:

      Made nl_version.ml depend on everything but itself and the executables, so
      repeating make does nothing new.
      At least I hope I did that - can you makefile-wizards check what I did?
      

Changes  Path
+3 -7 metaprl/editor/ml/Makefile

Changes by: Eli Barzilay (eli at cs.cornell.edu)
Date: 1998-09-29 18:34:37 -0700 (Tue, 29 Sep 1998)
Revision: 2482
Log message:

      cd is now used for all navigations, for example:
        cd "/test/test1/1/2"
      goes to the second subgoal of the first of the test1 theorem.
        cd ".."
      is the same as up 1 (which now uses cd).
        cd "..."
      is equivalent to cd "../..".
      Note: Path `normalization' is done before processing, so cd "X/.." always work.
      

Changes  Path
+108 -81 metaprl/editor/ml/shell.ml

Changes by: Eli Barzilay (eli at cs.cornell.edu)
Date: 1998-09-30 15:17:16 -0700 (Wed, 30 Sep 1998)
Revision: 2483
Log message:

      Fixed stupid stuff.
      

Changes  Path
+4 -2 metaprl/editor/ml/Makefile

Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 1998-09-30 15:23:03 -0700 (Wed, 30 Sep 1998)
Revision: 2484
Log message:

      Make Eli's nl_version hack work correctly (I hope)
      on both native and bytecode builds
      

Changes  Path
+7 -2 metaprl/editor/ml/Makefile