Fri, 08 Oct 2010 18:05:35 +0100 wenzelm eliminated "Toplevel control", which belongs to TTY/ProofGeneral model;
Fri, 08 Oct 2010 17:41:51 +0100 wenzelm eliminated fancy \ML logo for the sake of simpler source text (less dependence on LaTeX);
Fri, 08 Oct 2010 16:50:01 +0100 wenzelm misc tuning;
Thu, 07 Oct 2010 21:24:18 +0100 wenzelm more on Isabelle/ML;
Thu, 07 Oct 2010 19:05:42 +0100 wenzelm basic setup for Chapter 0: Isabelle/ML;
Thu, 07 Oct 2010 12:39:01 +0100 wenzelm minor tuning and updating;
Fri, 01 Oct 2010 17:23:26 +0200 wenzelm made SML/NJ happy;
Fri, 01 Oct 2010 16:44:13 +0200 wenzelm merged
Fri, 01 Oct 2010 14:15:49 +0200 haftmann use module integer for Eval
Fri, 01 Oct 2010 11:46:09 +0200 haftmann check whole target hierarchy for existing reserved symbols
Fri, 01 Oct 2010 11:46:09 +0200 haftmann added polyml_as_definition -- using external SML files as substitute for proper definitions -- only for polyml!
Fri, 01 Oct 2010 15:11:15 +0200 wenzelm tuned default "Prover Session" perspective;
Fri, 01 Oct 2010 14:47:46 +0200 wenzelm eliminated ancient OldTerm.term_frees;
Fri, 01 Oct 2010 14:27:51 +0200 wenzelm more antiquotations;
Fri, 01 Oct 2010 13:36:35 +0200 wenzelm simplified outer syntax setup;
Fri, 01 Oct 2010 10:25:36 +0200 haftmann chop_while replace drop_while and take_while
Fri, 01 Oct 2010 08:25:23 +0200 haftmann merged
Thu, 30 Sep 2010 18:37:29 +0200 haftmann take_while, drop_while
Thu, 30 Sep 2010 18:46:19 -0700 huffman rename cont2cont_split to cont2cont_prod_case; add lemmas prod_contI, prod_cont_iff; simplify some proofs
Thu, 30 Sep 2010 17:06:25 -0700 huffman fixrec: rename match_cpair to match_Pair
Wed, 15 Sep 2010 13:26:21 -0700 huffman remove code for obsolete 'fixpat' command
Wed, 15 Sep 2010 12:54:17 -0700 huffman clean up definition of compile_pat function
Wed, 15 Sep 2010 10:34:39 -0700 huffman rename some fixrec pattern-match compilation functions
Thu, 30 Sep 2010 15:37:12 +0200 bulwahn adding example for case expressions
Thu, 30 Sep 2010 15:37:11 +0200 bulwahn applying case beta reduction to case term before matching in predicate compile function flattening; moving case beta reduction function to Predicate_Compile_Aux
Thu, 30 Sep 2010 11:52:22 +0200 bulwahn merged
Thu, 30 Sep 2010 10:48:12 +0200 bulwahn adapting manual configuration in examples
Thu, 30 Sep 2010 10:48:12 +0200 bulwahn finding the counterexample with different options (manually limited precisely, manually limited global, automatically limited global)
Thu, 30 Sep 2010 10:48:11 +0200 bulwahn adding option to globally limit the prolog execution
Thu, 30 Sep 2010 10:48:09 +0200 bulwahn removing dead code
Thu, 30 Sep 2010 09:45:18 +0200 haftmann value uses bare compiler invocation: generated code does not contain antiquotations
Thu, 30 Sep 2010 09:31:07 +0200 haftmann updated files to recent changes
Thu, 30 Sep 2010 08:50:45 +0200 haftmann corrected subsumption check: arguments have been reversed; addition of default equations to non-default equations is identity
Thu, 30 Sep 2010 08:50:45 +0200 haftmann tuned
Thu, 30 Sep 2010 07:34:06 +0200 haftmann merged
Wed, 29 Sep 2010 15:28:29 +0200 haftmann redundancy check: drop trailing Var arguments (avoids eta problems with equations)
Wed, 29 Sep 2010 17:59:20 +0200 wenzelm merged
Wed, 29 Sep 2010 11:55:08 +0200 bulwahn removing obsolete distinction between prod_case and other case expressions after merging of split and prod_case (d3daea901123) in predicate compiler
Wed, 29 Sep 2010 11:36:16 +0200 bulwahn merged
Wed, 29 Sep 2010 10:33:15 +0200 bulwahn adding splitting of conjuncts in assumptions as forward rule on theorems; replacing term transformation for splitting conjuncts by theorem transformation; removing obsolete functions; tuned
Wed, 29 Sep 2010 10:33:15 +0200 bulwahn added test case for predicate arguments in higher-order argument position
Wed, 29 Sep 2010 10:33:15 +0200 bulwahn improving the compilation to handle predicate arguments in higher-order argument positions
Wed, 29 Sep 2010 10:33:15 +0200 bulwahn added a test case to Predicate_Compile_Tests
Wed, 29 Sep 2010 10:33:14 +0200 bulwahn putting the last step of the proof in a TRY block to handle the case that the simplifier already solved the goal
Wed, 29 Sep 2010 11:02:24 +0200 krauss backed out my old attempt at single_hyp_subst_tac (67cd6ed76446)
Wed, 29 Sep 2010 10:05:44 +0200 haftmann scala is reserved identifier
Wed, 29 Sep 2010 09:21:26 +0200 haftmann platform-sensitive contrib paths for ghc, ocaml
Wed, 29 Sep 2010 09:08:01 +0200 haftmann fact listsum now names listsum_foldl
Wed, 29 Sep 2010 09:08:00 +0200 haftmann delete code lemma explicitly
Wed, 29 Sep 2010 09:07:58 +0200 haftmann moved old_primrec source to nominal package, where it is still used
Tue, 28 Sep 2010 15:39:59 +0200 haftmann dropped old primrec package
Tue, 28 Sep 2010 15:34:47 +0200 haftmann merged
Tue, 28 Sep 2010 15:21:45 +0200 haftmann localized listsum
Tue, 28 Sep 2010 15:21:45 +0200 haftmann lemma listsum_conv_fold
Tue, 28 Sep 2010 15:34:30 +0200 haftmann merged
Tue, 28 Sep 2010 15:33:56 +0200 haftmann NEWS
Tue, 28 Sep 2010 15:32:59 +0200 haftmann dropped syntax for old primrec package
Tue, 28 Sep 2010 15:31:10 +0200 haftmann modernized session
Tue, 28 Sep 2010 13:44:06 +0200 bulwahn merged
Tue, 28 Sep 2010 11:59:58 +0200 bulwahn using SUBPROOF to ensure that rewriting is not done on the further subgoals of proof
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip