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;
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip