Sat, 02 Jan 2010 23:18:58 +0100 |
krauss |
absorb structures Decompose and Descent into Termination, to simplify further restructuring
|
file |
diff |
annotate
|
Tue, 29 Dec 2009 16:20:39 +0100 |
wenzelm |
explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;
|
file |
diff |
annotate
|
Fri, 18 Dec 2009 12:00:29 +0100 |
blanchet |
polished Nitpick's binary integer support etc.;
|
file |
diff |
annotate
|
Fri, 11 Dec 2009 15:36:05 +0100 |
boehmes |
updated dependencies
|
file |
diff |
annotate
|
Fri, 11 Dec 2009 15:06:12 +0100 |
boehmes |
depend on HOL-SMT instead of HOL (makes tactic "smt" available for proofs)
|
file |
diff |
annotate
|
Mon, 07 Dec 2009 16:27:48 +0100 |
haftmann |
split off evaluation mechanisms in separte module Code_Eval
|
file |
diff |
annotate
|
Mon, 07 Dec 2009 14:54:01 +0100 |
haftmann |
merged Crude_Executable_Set into Executable_Set
|
file |
diff |
annotate
|
Fri, 04 Dec 2009 12:22:09 +0100 |
haftmann |
merged
|
file |
diff |
annotate
|
Mon, 30 Nov 2009 11:42:49 +0100 |
haftmann |
modernized structures and tuned headers of datatype package modules; joined former datatype.ML and datatype_rep_proofs.ML
|
file |
diff |
annotate
|
Fri, 27 Nov 2009 08:41:10 +0100 |
haftmann |
renamed former datatype.ML to datatype_data.ML; datatype.ML provides uniform view on datatype.ML and datatype_rep_proofs.ML
|
file |
diff |
annotate
|
Tue, 24 Nov 2009 14:37:23 +0100 |
haftmann |
backported parts of abstract byte code verifier from AFP/Jinja
|
file |
diff |
annotate
|
Wed, 02 Dec 2009 17:53:34 +0100 |
haftmann |
added Crude_Executable_Set.thy
|
file |
diff |
annotate
|
Fri, 20 Nov 2009 15:33:10 +0100 |
wenzelm |
load ML directly into theory Code_Generator (quickcheck also requires this);
|
file |
diff |
annotate
|
Wed, 18 Nov 2009 09:34:53 +0100 |
boehmes |
added arithmetic example using div and mod
|
file |
diff |
annotate
|
Tue, 17 Nov 2009 18:52:30 +0100 |
hoelzl |
Added derivation and Brouwer's fixpoint theorem in Multivariate Analysis (translated by Robert Himmelmann from HOL-light)
|
file |
diff |
annotate
|
Sat, 14 Nov 2009 19:56:18 +0100 |
wenzelm |
moved old SList, LList, LFilter to AFP/Lazy-Lists-II;
|
file |
diff |
annotate
|
Thu, 12 Nov 2009 20:38:57 +0100 |
bulwahn |
added a tabled implementation of the reflexive transitive closure
|
file |
diff |
annotate
|
Tue, 10 Nov 2009 13:54:00 +0100 |
blanchet |
merged, and renamed local "TheoryData" to "Data" (following common Isabelle conventions)
|
file |
diff |
annotate
|
Thu, 05 Nov 2009 11:58:36 +0100 |
blanchet |
merged
|
file |
diff |
annotate
|
Thu, 29 Oct 2009 23:08:51 +0100 |
blanchet |
merged
|
file |
diff |
annotate
|
Thu, 29 Oct 2009 15:26:00 +0100 |
blanchet |
merged
|
file |
diff |
annotate
|
Thu, 29 Oct 2009 12:09:32 +0100 |
blanchet |
merged
|
file |
diff |
annotate
|
Wed, 28 Oct 2009 18:09:30 +0100 |
blanchet |
merged my Auto Nitpick change with Lukas's Predicate Compiler changes
|
file |
diff |
annotate
|
Wed, 28 Oct 2009 17:43:43 +0100 |
blanchet |
introduced Auto Nitpick in addition to Auto Quickcheck;
|
file |
diff |
annotate
|
Mon, 09 Nov 2009 15:50:15 +0000 |
paulson |
New theory Probability/Borel.thy, and some associated lemmas
|
file |
diff |
annotate
|
Fri, 06 Nov 2009 14:42:42 +0100 |
krauss |
renamed method induct_scheme to induction_schema
|
file |
diff |
annotate
|
Fri, 06 Nov 2009 13:42:29 +0100 |
krauss |
removed session SizeChange: outdated, only half-functional, alternatives exist (cf. size_change method)
|
file |
diff |
annotate
|
Thu, 05 Nov 2009 16:23:51 +0100 |
wenzelm |
more accurate cleanup;
|
file |
diff |
annotate
|
Thu, 05 Nov 2009 15:55:07 +0100 |
wenzelm |
merged
|
file |
diff |
annotate
|
Thu, 05 Nov 2009 15:54:14 +0100 |
wenzelm |
more accurate dependencies;
|
file |
diff |
annotate
|
Thu, 05 Nov 2009 15:44:39 +0100 |
boehmes |
merged
|
file |
diff |
annotate
|
Thu, 05 Nov 2009 15:24:49 +0100 |
boehmes |
handle let expressions inside terms by unfolding (instead of raising an exception),
|
file |
diff |
annotate
|
Thu, 05 Nov 2009 14:48:40 +0100 |
boehmes |
shorter names for variables and verification conditions,
|
file |
diff |
annotate
|
Thu, 05 Nov 2009 14:37:39 +0100 |
wenzelm |
more accurate dependencies;
|
file |
diff |
annotate
|
Wed, 04 Nov 2009 17:17:30 +0100 |
krauss |
added Tree23 to IsaMakefile
|
file |
diff |
annotate
|
Tue, 03 Nov 2009 17:54:24 +0100 |
boehmes |
added HOL-Boogie
|
file |
diff |
annotate
|
Fri, 30 Oct 2009 13:59:49 +0100 |
haftmann |
moved Commutative_Ring into session Decision_Procs
|
file |
diff |
annotate
|
Fri, 30 Oct 2009 01:32:06 +0100 |
krauss |
absorbed inductive_wrap function into Function_Core; more conventional argument order; tuned
|
file |
diff |
annotate
|
Thu, 29 Oct 2009 18:17:26 +0100 |
wenzelm |
merged
|
file |
diff |
annotate
|
Thu, 29 Oct 2009 11:41:36 +0100 |
haftmann |
moved Nat_Transfer before Divides; distributed Nat_Transfer setup accordingly
|
file |
diff |
annotate
|
Thu, 29 Oct 2009 16:06:15 +0100 |
wenzelm |
separate ResBlacklist, based on scalable persistent data -- avoids inefficient hashing later on;
|
file |
diff |
annotate
|
Thu, 29 Oct 2009 08:14:39 +0100 |
haftmann |
merged
|
file |
diff |
annotate
|
Wed, 28 Oct 2009 19:09:47 +0100 |
haftmann |
moved theory Divides after theory Nat_Numeral; tuned some proof texts
|
file |
diff |
annotate
|
Wed, 28 Oct 2009 18:21:02 +0100 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Wed, 28 Oct 2009 11:43:06 +0000 |
paulson |
merged
|
file |
diff |
annotate
|
Wed, 28 Oct 2009 11:42:31 +0000 |
paulson |
New theory Probability, which contains a development of measure theory
|
file |
diff |
annotate
|
Tue, 27 Oct 2009 14:46:03 +0000 |
paulson |
merged
|
file |
diff |
annotate
|
Tue, 27 Oct 2009 12:59:57 +0000 |
paulson |
New theory SupInf of the supremum and infimum operators for sets of reals.
|
file |
diff |
annotate
|
Tue, 27 Oct 2009 19:03:59 +0100 |
bulwahn |
merged
|
file |
diff |
annotate
|
Tue, 27 Oct 2009 09:03:56 +0100 |
bulwahn |
adding a prototype of a counter-example generator based on the predicate compiler to HOL/ex
|
file |
diff |
annotate
|
Tue, 27 Oct 2009 09:02:22 +0100 |
bulwahn |
including the predicate compiler in HOL-Main; added RandomPredicate monad to Quickcheck
|
file |
diff |
annotate
|
Tue, 27 Oct 2009 18:09:11 +0100 |
boehmes |
removed unused file smt_builtin.ML,
|
file |
diff |
annotate
|
Mon, 26 Oct 2009 20:04:20 +0100 |
wenzelm |
recovered sort indentation for "sort position", as documented in the file;
|
file |
diff |
annotate
|
Mon, 26 Oct 2009 14:57:49 +0100 |
blanchet |
merged
|
file |
diff |
annotate
|
Mon, 26 Oct 2009 14:21:20 +0100 |
blanchet |
merged
|
file |
diff |
annotate
|
Mon, 26 Oct 2009 09:14:29 +0100 |
blanchet |
merged
|
file |
diff |
annotate
|
Fri, 23 Oct 2009 18:59:24 +0200 |
blanchet |
continuation of Nitpick's integration into Isabelle;
|
file |
diff |
annotate
|
Thu, 22 Oct 2009 14:51:47 +0200 |
blanchet |
added Nitpick's theory and ML files to Isabelle/HOL;
|
file |
diff |
annotate
|
Mon, 26 Oct 2009 14:54:43 +0100 |
berghofe |
merged
|
file |
diff |
annotate
|
Mon, 26 Oct 2009 14:53:33 +0100 |
berghofe |
Added Pattern.thy to Nominal/Examples.
|
file |
diff |
annotate
|