Fri, 04 Nov 2011 07:37:37 +0100 |
huffman |
ex/Tree23.thy: simplify proof of bal_add0
|
changeset |
files
|
Fri, 04 Nov 2011 07:04:34 +0100 |
huffman |
ex/Tree23.thy: simpler definition of ordered-ness predicate
|
changeset |
files
|
Thu, 03 Nov 2011 17:40:50 +0100 |
huffman |
ex/Tree23.thy: prove that deletion preserves balance
|
changeset |
files
|
Fri, 04 Nov 2011 00:07:45 +0100 |
wenzelm |
more liberal Parse.fixes, to avoid overlap of mixfix with is-pattern (notably in 'obtain' syntax);
|
changeset |
files
|
Thu, 03 Nov 2011 23:55:53 +0100 |
wenzelm |
more general Proof_Context.bind_propp, which allows outer parameters;
|
changeset |
files
|
Thu, 03 Nov 2011 23:32:31 +0100 |
wenzelm |
tuned whitespace;
|
changeset |
files
|
Thu, 03 Nov 2011 22:51:37 +0100 |
wenzelm |
tuned signature;
|
changeset |
files
|
Thu, 03 Nov 2011 22:23:41 +0100 |
wenzelm |
tuned signature -- canonical argument order;
|
changeset |
files
|
Thu, 03 Nov 2011 22:15:47 +0100 |
wenzelm |
tuned -- Variable.declare_term is already part of Variable.auto_fixes;
|
changeset |
files
|
Thu, 03 Nov 2011 11:18:06 +0100 |
huffman |
ex/Tree23.thy: prove that insertion preserves tree balance and order
|
changeset |
files
|
Thu, 03 Nov 2011 18:10:47 +1100 |
kleing |
more IMP fragments
|
changeset |
files
|
Thu, 03 Nov 2011 18:10:13 +1100 |
kleing |
string -> vname
|
changeset |
files
|
Thu, 03 Nov 2011 16:22:29 +1100 |
kleing |
JMPF(LESS|GE) -> JMP(LESS|GE) because jumps are int now.
|
changeset |
files
|
Thu, 03 Nov 2011 15:54:19 +1100 |
kleing |
more IMP text fragments
|
changeset |
files
|
Thu, 03 Nov 2011 10:29:05 +1100 |
kleing |
moved latex generation for HOL-IMP out of distribution
|
changeset |
files
|
Tue, 01 Nov 2011 10:05:28 +0100 |
bulwahn |
renaming Quotient_Set and List_Quotient_Set to Quotient_Cset and List_Quotient_Cset to avoid name clash with existing Quotient_Set (again, cf. 66823a0066db)
|
changeset |
files
|
Mon, 31 Oct 2011 19:12:41 +0100 |
bulwahn |
merged
|
changeset |
files
|
Mon, 31 Oct 2011 18:29:25 +0100 |
bulwahn |
more robust, declarative and unsurprising computation of types in the quotient type definition
|
changeset |
files
|
Mon, 31 Oct 2011 17:51:01 +0100 |
blanchet |
improve handling of bound type variables (esp. for TFF1)
|
changeset |
files
|
Mon, 31 Oct 2011 17:51:01 +0100 |
blanchet |
improved TFF1 output
|
changeset |
files
|
Mon, 31 Oct 2011 08:50:35 +0100 |
bulwahn |
clarified signature
|
changeset |
files
|
Mon, 31 Oct 2011 08:43:21 +0100 |
bulwahn |
tuned
|
changeset |
files
|
Mon, 31 Oct 2011 08:22:56 +0100 |
bulwahn |
tuned
|
changeset |
files
|
Sun, 30 Oct 2011 22:35:18 +0100 |
wenzelm |
even more uniform Local_Theory.declaration for locales (cf. 57def0b39696, aa35859c8741);
|
changeset |
files
|
Sun, 30 Oct 2011 22:20:45 +0100 |
wenzelm |
removed obsolete argument (cf. aa35859c8741);
|
changeset |
files
|
Sun, 30 Oct 2011 09:42:13 +0100 |
huffman |
removed ad-hoc simp rules sin_cos_eq[symmetric], minus_sin_cos_eq[symmetric], cos_sin_eq[symmetric]
|
changeset |
files
|
Sun, 30 Oct 2011 09:07:02 +0100 |
huffman |
extend cancellation simproc patterns to cover terms like '- (2 * pi) < pi'
|
changeset |
files
|
Sun, 30 Oct 2011 07:08:33 +0100 |
huffman |
merged
|
changeset |
files
|
Sat, 29 Oct 2011 10:00:35 +0200 |
huffman |
remove unused function
|
changeset |
files
|
Sat, 29 Oct 2011 13:51:35 +0200 |
blanchet |
also export DFG formats
|
changeset |
files
|
Sat, 29 Oct 2011 13:15:58 +0200 |
blanchet |
always use DFG format to talk to SPASS -- since that's what we'll need to use anyway to benefit from sorts and other extensions
|
changeset |
files
|
Sat, 29 Oct 2011 13:15:58 +0200 |
blanchet |
added DFG unsorted support (like in the old days)
|
changeset |
files
|
Sat, 29 Oct 2011 13:15:58 +0200 |
blanchet |
gracefully do nothing if the SPASS input file is already in DFG format
|
changeset |
files
|
Sat, 29 Oct 2011 13:15:58 +0200 |
blanchet |
added sorted DFG output for coming version of SPASS
|
changeset |
files
|
Sat, 29 Oct 2011 13:15:58 +0200 |
blanchet |
specify proof output level 1 (i.e. no detailed, potentially huge E proofs) to LEO-II; requires version 1.2.9
|
changeset |
files
|
Sat, 29 Oct 2011 13:15:58 +0200 |
blanchet |
check "sound" flag before doing something unsound...
|
changeset |
files
|
Sat, 29 Oct 2011 12:57:43 +0200 |
wenzelm |
uniform treatment of syntax declaration wrt. aux. context (NB: notation avoids duplicate mixfix internally);
|
changeset |
files
|
Sat, 29 Oct 2011 12:55:34 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Fri, 28 Oct 2011 16:49:15 +0200 |
huffman |
more accurate class constraints on cancellation simproc patterns
|
changeset |
files
|
Sat, 29 Oct 2011 00:23:58 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Fri, 28 Oct 2011 23:41:16 +0200 |
wenzelm |
tuned Named_Thms: proper binding;
|
changeset |
files
|
Fri, 28 Oct 2011 23:16:50 +0200 |
wenzelm |
refined Local_Theory.declaration {syntax = false, pervasive} semantics: update is applied to auxiliary context as well;
|
changeset |
files
|
Fri, 28 Oct 2011 23:10:44 +0200 |
wenzelm |
more robust data storage (NB: the morphism can change the shape of qconst, and in the auxiliary context it is not even a constant yet);
|
changeset |
files
|
Fri, 28 Oct 2011 22:17:30 +0200 |
wenzelm |
uniform Local_Theory.declaration with explicit params;
|
changeset |
files
|
Fri, 28 Oct 2011 17:15:52 +0200 |
wenzelm |
tuned signature -- refined terminology;
|
changeset |
files
|
Fri, 28 Oct 2011 15:38:41 +0200 |
wenzelm |
slightly more explicit/syntactic modelling of morphisms;
|
changeset |
files
|
Fri, 28 Oct 2011 14:10:19 +0200 |
hoelzl |
correct import path
|
changeset |
files
|
Fri, 28 Oct 2011 14:06:06 +0200 |
hoelzl |
allow to build Probability and MV-Analysis with one ROOT.ML
|
changeset |
files
|
Fri, 28 Oct 2011 12:37:18 +0200 |
bulwahn |
removing dead code
|
changeset |
files
|
Fri, 28 Oct 2011 10:33:23 +0200 |
huffman |
ex/Simproc_Tests.thy: remove duplicate simprocs
|
changeset |
files
|
Fri, 28 Oct 2011 11:02:27 +0200 |
huffman |
use simproc_setup for cancellation simprocs, to get proper name bindings
|
changeset |
files
|
Thu, 27 Oct 2011 22:37:19 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Thu, 27 Oct 2011 22:20:55 +0200 |
wenzelm |
eliminated aliases of standard functions;
|
changeset |
files
|
Thu, 27 Oct 2011 21:52:57 +0200 |
wenzelm |
more standard attribute setup;
|
changeset |
files
|
Thu, 27 Oct 2011 21:02:10 +0200 |
wenzelm |
localized quotient data;
|
changeset |
files
|
Thu, 27 Oct 2011 20:26:38 +0200 |
wenzelm |
simplified/standardized signatures;
|
changeset |
files
|
Thu, 27 Oct 2011 19:41:08 +0200 |
wenzelm |
tuned signature;
|
changeset |
files
|
Thu, 27 Oct 2011 16:28:34 +0200 |
nipkow |
uses IMP and hence requires its tex setup
|
changeset |
files
|
Thu, 27 Oct 2011 15:59:33 +0200 |
nipkow |
merged
|
changeset |
files
|
Thu, 27 Oct 2011 15:59:25 +0200 |
nipkow |
tuned text
|
changeset |
files
|