Fri, 13 Nov 2009 15:10:28 +0100 |
boehmes |
parallel solving of Boogie splinters
|
changeset |
files
|
Fri, 13 Nov 2009 15:06:19 +0100 |
boehmes |
corrected translation of integer operators,
|
changeset |
files
|
Fri, 13 Nov 2009 15:02:51 +0100 |
boehmes |
extended theory simpset to simplify non-linear problems
|
changeset |
files
|
Fri, 13 Nov 2009 15:38:45 +0100 |
wenzelm |
more "anti_sym" -> "antisym" (cf. a4179bf442d1);
|
changeset |
files
|
Fri, 13 Nov 2009 14:14:16 +0100 |
nipkow |
merged
|
changeset |
files
|
Fri, 13 Nov 2009 14:14:04 +0100 |
nipkow |
renamed lemmas "anti_sym" -> "antisym"
|
changeset |
files
|
Fri, 13 Nov 2009 14:03:24 +0100 |
krauss |
a few lemmas for point-free reasoning about transitive closure
|
changeset |
files
|
Fri, 13 Nov 2009 11:34:05 +0000 |
paulson |
merged
|
changeset |
files
|
Fri, 13 Nov 2009 11:33:33 +0000 |
paulson |
A number of theorems contributed by Jeremy Avigad
|
changeset |
files
|
Fri, 13 Nov 2009 06:24:31 +0100 |
bulwahn |
merged
|
changeset |
files
|
Thu, 12 Nov 2009 21:14:42 +0100 |
bulwahn |
merged
|
changeset |
files
|
Thu, 12 Nov 2009 20:39:02 +0100 |
bulwahn |
adding the predicate compiler quickcheck to the ex/ROOT.ML; adopting this quickcheck to the latest changes
|
changeset |
files
|
Thu, 12 Nov 2009 20:38:59 +0100 |
bulwahn |
removed annoying tracing message
|
changeset |
files
|
Thu, 12 Nov 2009 20:38:57 +0100 |
bulwahn |
added a tabled implementation of the reflexive transitive closure
|
changeset |
files
|
Thu, 12 Nov 2009 14:32:21 -0800 |
huffman |
merged
|
changeset |
files
|
Thu, 12 Nov 2009 14:31:29 -0800 |
huffman |
merged
|
changeset |
files
|
Thu, 12 Nov 2009 14:31:11 -0800 |
huffman |
improved ML interface to pcpodef
|
changeset |
files
|
Wed, 11 Nov 2009 10:15:32 -0800 |
huffman |
use Drule.standard (following typedef package), add pcpodef tactic interface
|
changeset |
files
|
Thu, 12 Nov 2009 22:29:54 +0100 |
wenzelm |
eliminated slightly odd (unused) "axiom" and "assumption" -- collapsed to unspecific "";
|
changeset |
files
|
Thu, 12 Nov 2009 22:02:11 +0100 |
wenzelm |
eliminated obsolete "internal" kind -- collapsed to unspecific "";
|
changeset |
files
|
Thu, 12 Nov 2009 21:59:35 +0100 |
wenzelm |
unused_thms: ignore kind -- already observes "concealed" flag;
|
changeset |
files
|
Thu, 12 Nov 2009 20:33:26 +0100 |
wenzelm |
all_valid_thms: more sophisticated check against global + local name space;
|
changeset |
files
|
Thu, 12 Nov 2009 17:21:51 +0100 |
hoelzl |
Remove map_compose, replaced by map_map
|
changeset |
files
|
Thu, 12 Nov 2009 17:21:48 +0100 |
hoelzl |
New list theorems; added map_map to simpset, this is the prefered direction; allow sorting by a key
|
changeset |
files
|
Thu, 12 Nov 2009 17:21:43 +0100 |
hoelzl |
Renamed upd_snd_conv to apsnd_conv to be consistent with apfst_conv; Added apsnd_apfst_commute
|
changeset |
files
|
Thu, 12 Nov 2009 15:50:05 +0100 |
haftmann |
merged
|
changeset |
files
|
Thu, 12 Nov 2009 15:10:27 +0100 |
haftmann |
accomplish mutual recursion between fun and inst
|
changeset |
files
|
Thu, 12 Nov 2009 15:10:24 +0100 |
haftmann |
moved lemma map_of_zip_map to Map.thy
|
changeset |
files
|
Thu, 12 Nov 2009 15:49:30 +0100 |
haftmann |
merged
|
changeset |
files
|
Thu, 12 Nov 2009 15:49:01 +0100 |
haftmann |
explicit code lemmas produce nices code
|
changeset |
files
|
Thu, 12 Nov 2009 15:48:44 +0100 |
haftmann |
repaired broken code_const for term_of [String.literal]
|
changeset |
files
|
Thu, 12 Nov 2009 14:47:54 +0100 |
blanchet |
fixed soundness bug in Nitpick related to sets
|
changeset |
files
|
Thu, 12 Nov 2009 09:11:46 +0100 |
bulwahn |
removed unnecessary oracle in the predicate compiler
|
changeset |
files
|
Thu, 12 Nov 2009 09:11:41 +0100 |
bulwahn |
improving code quality thanks to Florian's code review
|
changeset |
files
|
Thu, 12 Nov 2009 09:11:36 +0100 |
bulwahn |
renaming code_pred_intros to code_pred_intro
|
changeset |
files
|
Thu, 12 Nov 2009 09:11:31 +0100 |
bulwahn |
announcing the predicate compiler in NEWS and CONTRIBUTORS
|
changeset |
files
|
Thu, 12 Nov 2009 09:11:26 +0100 |
bulwahn |
new names for predicate functions in the predicate compiler
|
changeset |
files
|
Thu, 12 Nov 2009 09:11:16 +0100 |
bulwahn |
removed deprecated mode annotation parser; renamed accepted mode annotation parser to nicer naming
|
changeset |
files
|
Thu, 12 Nov 2009 09:11:06 +0100 |
bulwahn |
added another example to the predicate compiler
|
changeset |
files
|
Thu, 12 Nov 2009 09:10:42 +0100 |
bulwahn |
changed modes to expected_modes; added UNION to code_pred_inlining; fixed some examples; tuned
|
changeset |
files
|
Thu, 12 Nov 2009 09:10:37 +0100 |
bulwahn |
removed dummy setup for predicate compiler commands as the compiler is now part of HOL-Main
|
changeset |
files
|
Thu, 12 Nov 2009 09:10:30 +0100 |
bulwahn |
adopted predicate compiler examples to new syntax for modes
|
changeset |
files
|
Thu, 12 Nov 2009 09:10:22 +0100 |
bulwahn |
added interface of user proposals for names of generated constants
|
changeset |
files
|
Thu, 12 Nov 2009 09:10:16 +0100 |
bulwahn |
first steps towards a new mode datastructure; new syntax for mode annotations and new output of modes
|
changeset |
files
|
Thu, 12 Nov 2009 09:10:07 +0100 |
bulwahn |
adding more tests for the values command; adding some forbidden constants to inductify
|
changeset |
files
|
Wed, 11 Nov 2009 21:53:58 +0100 |
ballarin |
Enables tests for locale functionality that is now available.
|
changeset |
files
|
Wed, 11 Nov 2009 17:27:48 +0100 |
wenzelm |
merged
|
changeset |
files
|
Wed, 11 Nov 2009 14:15:11 +0100 |
wenzelm |
uniform use of simultabeous use_thys;
|
changeset |
files
|
Wed, 11 Nov 2009 16:19:28 +0100 |
haftmann |
merged
|
changeset |
files
|
Wed, 11 Nov 2009 15:10:29 +0100 |
haftmann |
explicit invocation of code generation
|
changeset |
files
|
Wed, 11 Nov 2009 15:10:26 +0100 |
haftmann |
adding code equations for constructors
|
changeset |
files
|
Wed, 11 Nov 2009 10:06:30 +0100 |
haftmann |
tuned
|
changeset |
files
|
Wed, 11 Nov 2009 15:43:03 +0100 |
boehmes |
changed URL of SMT server,
|
changeset |
files
|
Wed, 11 Nov 2009 14:04:56 +0000 |
paulson |
Added two new lemmas
|
changeset |
files
|
Wed, 11 Nov 2009 09:02:37 +0100 |
haftmann |
tuned imports
|
changeset |
files
|
Wed, 11 Nov 2009 09:02:20 +0100 |
haftmann |
tuned
|
changeset |
files
|
Wed, 11 Nov 2009 00:11:26 +0100 |
wenzelm |
local mutex for theory content/identity operations;
|
changeset |
files
|
Wed, 11 Nov 2009 00:09:15 +0100 |
wenzelm |
admit dummy implementation;
|
changeset |
files
|
Tue, 10 Nov 2009 23:18:03 +0100 |
wenzelm |
Toplevel.thread provides Isar-style exception output;
|
changeset |
files
|
Tue, 10 Nov 2009 23:15:20 +0100 |
wenzelm |
generalized Runtime.toplevel_error wrt. output function;
|
changeset |
files
|