Tue, 16 May 2006 21:33:18 +0200 wenzelm export consts_of;
Tue, 16 May 2006 21:33:16 +0200 wenzelm replaced abbrevs by term_syntax, which is both simpler and more general;
Tue, 16 May 2006 21:33:14 +0200 wenzelm added syntax interface;
Tue, 16 May 2006 21:33:11 +0200 wenzelm added add_modesyntax;
Tue, 16 May 2006 21:33:09 +0200 wenzelm added 'const_syntax';
Tue, 16 May 2006 21:33:07 +0200 wenzelm added add_const_syntax, add_consts_authentic;
Tue, 16 May 2006 21:33:05 +0200 wenzelm added syntax interface;
Tue, 16 May 2006 21:33:01 +0200 wenzelm tuned concrete syntax -- abbreviation/const_syntax;
Tue, 16 May 2006 21:32:56 +0200 wenzelm updated;
Tue, 16 May 2006 20:28:02 +0200 wenzelm updated;
Tue, 16 May 2006 18:31:46 +0200 wenzelm * Pure/library: divide_and_conquer;
Tue, 16 May 2006 18:20:26 +0200 paulson replaced references to the robot by the mailing list page
Tue, 16 May 2006 14:11:39 +0200 urbanc added a much simpler proof for the iteration and
Tue, 16 May 2006 13:05:37 +0200 wenzelm Amine Chaieb: Ferrante and Rackoff Algorithm;
Tue, 16 May 2006 13:05:14 +0200 wenzelm Sign.certify_sort;
Tue, 16 May 2006 13:01:31 +0200 wenzelm tuned;
Tue, 16 May 2006 13:01:30 +0200 wenzelm removed low-level str_of_sort/typ/term (use Display.raw_string_of_sort/typ/term instead, or even PolyML.print -- for debugging purposes);
Tue, 16 May 2006 13:01:29 +0200 wenzelm avoid low-level Term.str_of_term;
Tue, 16 May 2006 13:01:28 +0200 wenzelm abstract interfaces for type algebra;
Tue, 16 May 2006 13:01:27 +0200 wenzelm added divide_and_conquer combinator (by Amine Chaieb);
Tue, 16 May 2006 13:01:26 +0200 wenzelm added low-level string_of_term (back again from term.ML) -- should avoid this altogether;
Tue, 16 May 2006 13:01:24 +0200 wenzelm more abstract interface to classes/arities;
Tue, 16 May 2006 13:01:23 +0200 wenzelm replaced low-level Term.str_of by Display.raw_string_of_term (should actually use Display.string_of_term);
Tue, 16 May 2006 13:01:22 +0200 wenzelm added Ferrante and Rackoff Algorithm -- by Amine Chaieb;
Tue, 16 May 2006 09:19:12 +0200 haftmann fixed handling of absolute urls
Mon, 15 May 2006 19:40:17 +0200 urbanc added the lemmas pt_fresh_aux and pt_fresh_aux_ineq
Sat, 13 May 2006 21:13:25 +0200 wenzelm reactivated translations for less/less_eq;
Sat, 13 May 2006 02:51:49 +0200 wenzelm added add_primrec_unchecked_i;
Sat, 13 May 2006 02:51:48 +0200 wenzelm unchecked definitions;
Sat, 13 May 2006 02:51:47 +0200 wenzelm defs (unchecked overloaded), including former primrec;
Sat, 13 May 2006 02:51:46 +0200 wenzelm updated;
Sat, 13 May 2006 02:51:45 +0200 wenzelm add_defs: unchecked flag;
Sat, 13 May 2006 02:51:43 +0200 wenzelm 'defs': unchecked flag;
Sat, 13 May 2006 02:51:42 +0200 wenzelm Theory.add_defs(_i): added unchecked flag;
Sat, 13 May 2006 02:51:40 +0200 wenzelm added add_defs_unchecked(_i);
Sat, 13 May 2006 02:51:37 +0200 wenzelm actually reject malformed defs;
Sat, 13 May 2006 02:51:35 +0200 wenzelm moved defs explanation to isar-ref;
Sat, 13 May 2006 02:51:33 +0200 wenzelm added defs (unchecked)'';
Sat, 13 May 2006 02:51:30 +0200 wenzelm * Pure: overloaded definitions are now actually checked for acyclic dependencies;
Fri, 12 May 2006 18:11:09 +0200 wenzelm tuned;
Fri, 12 May 2006 11:19:41 +0200 nipkow added lemma in_measure
Fri, 12 May 2006 10:38:00 +0200 haftmann fixed silly bug in function serializer for ML
Fri, 12 May 2006 04:20:02 +0200 huffman add new finite chain theorems
Fri, 12 May 2006 01:01:08 +0200 wenzelm improved propagate_deps;
Thu, 11 May 2006 21:46:17 +0200 wenzelm check result against certified prop, i.e. admit non-normal statements;
Thu, 11 May 2006 19:19:33 +0200 wenzelm tuned;
Thu, 11 May 2006 19:19:31 +0200 wenzelm avoid raw equality on type thm;
Thu, 11 May 2006 19:15:16 +0200 wenzelm replaced Graph.fold_nodes by general Graph.fold;
Thu, 11 May 2006 19:15:15 +0200 wenzelm added fold;
Thu, 11 May 2006 19:15:14 +0200 wenzelm tuned Defs.merge;
Thu, 11 May 2006 19:15:13 +0200 wenzelm allow dependencies of disjoint collections of instances;
Thu, 11 May 2006 19:15:12 +0200 wenzelm use IntGraph from Pure;
Thu, 11 May 2006 15:46:40 +0200 krauss Function Package: Quick-and-dirty-fixed strange "Proved a different theorem bug"
Thu, 11 May 2006 11:11:05 +0200 krauss Fix: Auto term must apply wf-intro rules repeatedly.
Thu, 11 May 2006 10:25:55 +0200 haftmann fixed codegen bug, cleanup
Wed, 10 May 2006 16:23:21 +0200 wenzelm revert accidental text change;
Tue, 09 May 2006 14:18:40 +0200 haftmann introduced characters for code generator; some improved code lemmas for some list functions
Tue, 09 May 2006 11:00:32 +0200 haftmann added .cvsignore
Tue, 09 May 2006 10:13:09 +0200 haftmann added ExecutableRat.thy
Tue, 09 May 2006 10:11:47 +0200 haftmann removed 1::int
Tue, 09 May 2006 10:11:30 +0200 haftmann added preprocs for CodegenTheorems
Tue, 09 May 2006 10:10:57 +0200 haftmann improved code generation for wfrec
Tue, 09 May 2006 10:10:28 +0200 haftmann added codegen preprocessors for numerals
Tue, 09 May 2006 10:10:12 +0200 haftmann adaption to CodegenTheorems
Tue, 09 May 2006 10:09:37 +0200 haftmann added DatatypeHooks
Tue, 09 May 2006 10:09:17 +0200 haftmann different object logic setup for CodegenTheorems
Tue, 09 May 2006 10:08:20 +0200 haftmann major refinement of codegen_theorems.ML
Tue, 09 May 2006 10:07:38 +0200 haftmann removed superfluous eq_ord
Tue, 09 May 2006 09:18:05 +0200 haftmann improved chmod/chgrp handling
Mon, 08 May 2006 21:40:40 +0200 huffman speed improvements: expand LCF sublanguage to recognize any constant subterm; also add memoization to cont_tac
Mon, 08 May 2006 17:40:25 +0200 wenzelm quoted 'termination' command;
Mon, 08 May 2006 17:40:08 +0200 wenzelm Defs.define: const_typargs;
Mon, 08 May 2006 17:40:07 +0200 wenzelm added raw_string_of_sort/typ/term;
Mon, 08 May 2006 17:40:06 +0200 wenzelm simple substructure test for typargs (independent type constructors);
Mon, 08 May 2006 17:40:05 +0200 wenzelm tuned;
Mon, 08 May 2006 12:23:57 +0200 webertj string_of_option tuned
Sun, 07 May 2006 00:47:07 +0200 wenzelm * Isar: removed obsolete 'concl is' patterns.
Sun, 07 May 2006 00:44:50 +0200 wenzelm removed 'concl is' pattern;
Sun, 07 May 2006 00:22:05 +0200 wenzelm removed 'concl is' patterns;
Sun, 07 May 2006 00:21:13 +0200 wenzelm tuned;
Sun, 07 May 2006 00:00:13 +0200 krauss function-package: Changed record usage to make sml/nj happy...
Fri, 05 May 2006 22:11:19 +0200 wenzelm get rid of 'concl is';
Fri, 05 May 2006 21:59:49 +0200 wenzelm more robust pretty_term_typ, using well-typed parse tree representation;
Fri, 05 May 2006 21:59:48 +0200 wenzelm replaced find_paths by irreducible_paths, i.e. produce paths within a Hasse diagram;
Fri, 05 May 2006 21:59:47 +0200 wenzelm replaced Sorts.DOMAIN by general Sorts.CLASS_ERROR;
Fri, 05 May 2006 21:59:46 +0200 wenzelm added class_error and exception CLASS_ERROR (supercedes DOMAIN);
Fri, 05 May 2006 21:59:45 +0200 wenzelm added syntax for _type_constraint_;
Fri, 05 May 2006 21:59:44 +0200 wenzelm extern_early: improved handling of undeclared constants;
Fri, 05 May 2006 21:59:43 +0200 wenzelm replaced Graph.find_paths by Graph.irreducible_paths;
Fri, 05 May 2006 21:59:43 +0200 wenzelm of_sort: explicit cache value;
Fri, 05 May 2006 21:59:41 +0200 wenzelm axiomatization;
Fri, 05 May 2006 21:59:39 +0200 wenzelm * Library: theory Accessible_Part has been move to main HOL.
Fri, 05 May 2006 19:32:35 +0200 wenzelm Theory.definitions_of;
Fri, 05 May 2006 19:32:34 +0200 wenzelm added definitions_of;
Fri, 05 May 2006 19:32:33 +0200 wenzelm specifications_of: more detailed information;
Fri, 05 May 2006 18:39:16 +0200 krauss Added small example theory for new function package.
Fri, 05 May 2006 18:21:58 +0200 webertj string_of_... functions added
Fri, 05 May 2006 18:09:53 +0200 urbanc added the lemma pt_fresh_bij2
Fri, 05 May 2006 17:38:26 +0200 haftmann added something
Fri, 05 May 2006 17:17:21 +0200 krauss First usable version of the new function definition package (HOL/function_packake/...).
Fri, 05 May 2006 16:50:58 +0200 haftmann added something
Fri, 05 May 2006 16:29:27 +0200 urbanc added the lemma abs_fun_eq' to the nominal theory,
Fri, 05 May 2006 01:40:17 +0200 huffman extensive reformatting and cleaning up code (no changes in functionality)
Thu, 04 May 2006 19:49:51 +0200 haftmann slight fix
Thu, 04 May 2006 19:48:41 +0200 haftmann added world map
Thu, 04 May 2006 19:48:20 +0200 haftmann added js
Thu, 04 May 2006 12:50:01 +0200 webertj Rat.one added
Thu, 04 May 2006 11:34:27 +0200 haftmann fixed some flaws
Thu, 04 May 2006 10:13:55 +0200 haftmann fixed some flaws
Wed, 03 May 2006 17:41:28 +0200 haftmann added world map
Wed, 03 May 2006 12:05:53 +0200 webertj pre_cnf_tac: beta-eta-normalization restricted to the current subgoal
Wed, 03 May 2006 09:45:09 +0200 haftmann improvments in mail obfuscator
Wed, 03 May 2006 05:56:11 +0200 huffman converted to isar theory; removed unsound adm_all axiom
Wed, 03 May 2006 03:47:15 +0200 huffman update to reflect changes in inverts/injects lemmas
Wed, 03 May 2006 03:46:25 +0200 huffman inverts and injects generated lemmas now take the form of rewrite rules, instead of dest rules
Wed, 03 May 2006 02:16:23 +0200 urbanc added lemma fresh_right, which is useful
Tue, 02 May 2006 20:42:43 +0200 wenzelm added the_theory;
Tue, 02 May 2006 20:42:42 +0200 wenzelm extend/remove_syntax: observe inout flag for translations, too;
Tue, 02 May 2006 20:42:41 +0200 wenzelm handle exception SYS_ERROR;
Tue, 02 May 2006 20:42:40 +0200 wenzelm abbreviation: observe local syntax mode;
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip