Fri, 19 Feb 2010 16:49:23 +0100 |
wenzelm |
merged
|
changeset |
files
|
Fri, 19 Feb 2010 16:45:21 +0100 |
wenzelm |
local Simplifier.context;
|
changeset |
files
|
Fri, 19 Feb 2010 16:11:45 +0100 |
wenzelm |
renamed Simplifier.theory_context to Simplifier.global_context to emphasize that this is not the real thing;
|
changeset |
files
|
Fri, 19 Feb 2010 11:56:11 +0100 |
wenzelm |
tuned message;
|
changeset |
files
|
Fri, 19 Feb 2010 11:49:44 +0100 |
wenzelm |
Lin_Arith.pre_tac: inherit proper simplifier context, and get rid of posthoc renaming of bound variables;
|
changeset |
files
|
Fri, 19 Feb 2010 16:42:37 +0100 |
haftmann |
merged
|
changeset |
files
|
Fri, 19 Feb 2010 11:06:22 +0100 |
haftmann |
context theorem is optional
|
changeset |
files
|
Fri, 19 Feb 2010 11:06:22 +0100 |
haftmann |
added dest_comb
|
changeset |
files
|
Fri, 19 Feb 2010 11:06:21 +0100 |
haftmann |
a simple concept for datatype invariants
|
changeset |
files
|
Fri, 19 Feb 2010 11:06:21 +0100 |
haftmann |
using Code.bare_thms_of_cert
|
changeset |
files
|
Fri, 19 Feb 2010 11:06:20 +0100 |
haftmann |
simplified
|
changeset |
files
|
Fri, 19 Feb 2010 11:06:20 +0100 |
haftmann |
added code_abstype keyword
|
changeset |
files
|
Fri, 19 Feb 2010 13:54:19 +0100 |
Cezary Kaliszyk |
Initial version of HOL quotient package.
|
changeset |
files
|
Fri, 19 Feb 2010 09:35:18 +0100 |
blanchet |
merge
|
changeset |
files
|
Thu, 18 Feb 2010 18:48:07 +0100 |
blanchet |
added support for nonstandard "nat"s to Nitpick and fixed bugs in binary "nat"s and "int"s
|
changeset |
files
|
Thu, 18 Feb 2010 10:38:37 +0100 |
blanchet |
fix bug in Nitpick's monotonicity code w.r.t. binary integers
|
changeset |
files
|
Thu, 18 Feb 2010 23:43:14 +0100 |
wenzelm |
merged
|
changeset |
files
|
Thu, 18 Feb 2010 14:28:26 -0800 |
huffman |
merged
|
changeset |
files
|
Thu, 18 Feb 2010 14:21:44 -0800 |
huffman |
get rid of many duplicate simp rule warnings
|
changeset |
files
|
Thu, 18 Feb 2010 13:29:59 -0800 |
huffman |
get rid of warnings about duplicate simp rules in all HOLCF theories
|
changeset |
files
|
Thu, 18 Feb 2010 12:36:09 -0800 |
huffman |
HOLCF-FOCUS depends on ex/Stream.thy
|
changeset |
files
|
Thu, 18 Feb 2010 08:08:51 -0800 |
huffman |
fix looping call to simplifier
|
changeset |
files
|
Thu, 18 Feb 2010 17:28:46 +0100 |
berghofe |
merged
|
changeset |
files
|
Thu, 18 Feb 2010 17:28:02 +0100 |
berghofe |
Use top-down rewriting to contract abbreviations.
|
changeset |
files
|
Thu, 18 Feb 2010 17:27:18 +0100 |
berghofe |
Added function rewrite_term_top for top-down rewriting.
|
changeset |
files
|
Thu, 18 Feb 2010 16:08:38 +0100 |
nipkow |
merged
|
changeset |
files
|
Thu, 18 Feb 2010 16:08:26 +0100 |
nipkow |
added lemma
|
changeset |
files
|
Thu, 18 Feb 2010 23:42:57 +0100 |
wenzelm |
merged
|
changeset |
files
|
Thu, 18 Feb 2010 12:10:15 +0100 |
wenzelm |
tuned isatest settings;
|
changeset |
files
|
Thu, 18 Feb 2010 23:41:01 +0100 |
wenzelm |
removed unused Theory_Target.begin;
|
changeset |
files
|
Thu, 18 Feb 2010 23:38:33 +0100 |
wenzelm |
locale: more precise treatment of naming vs. binding;
|
changeset |
files
|
Thu, 18 Feb 2010 23:37:43 +0100 |
wenzelm |
Sign.restore_naming -- slightly more robust;
|
changeset |
files
|
Thu, 18 Feb 2010 23:08:31 +0100 |
wenzelm |
typedef: slightly more precise treatment of binding;
|
changeset |
files
|
Thu, 18 Feb 2010 21:26:40 +0100 |
wenzelm |
axclass: more precise treatment of naming vs. binding;
|
changeset |
files
|
Thu, 18 Feb 2010 20:46:46 +0100 |
wenzelm |
more systematic treatment of qualified names derived from binding;
|
changeset |
files
|
Thu, 18 Feb 2010 20:44:22 +0100 |
wenzelm |
pretty_full_theory: proper Syntax.init_pretty_global;
|
changeset |
files
|
Thu, 18 Feb 2010 11:23:03 +0100 |
wenzelm |
made SML/NJ happy (again);
|
changeset |
files
|
Thu, 18 Feb 2010 08:17:24 +0100 |
haftmann |
merged
|
changeset |
files
|
Thu, 18 Feb 2010 08:17:12 +0100 |
haftmann |
drop code lemma for ordered_keys
|
changeset |
files
|
Wed, 17 Feb 2010 16:49:38 +0100 |
haftmann |
more lemmas about sort(_key)
|
changeset |
files
|
Wed, 17 Feb 2010 16:49:37 +0100 |
haftmann |
added ordered_keys
|
changeset |
files
|
Wed, 17 Feb 2010 22:32:05 +0100 |
wenzelm |
isatest: activated HOL-Nitpick_Examples for x86_64-darwin -- should now work with kodkodi-1.2.8;
|
changeset |
files
|
Wed, 17 Feb 2010 21:13:40 +0100 |
blanchet |
merged
|
changeset |
files
|
Wed, 17 Feb 2010 20:50:14 +0100 |
blanchet |
fix example to reflect change in function signature
|
changeset |
files
|
Wed, 17 Feb 2010 20:46:50 +0100 |
blanchet |
make sure that Nitpick uses binary notation consistently if "binary_ints" is enabled
|
changeset |
files
|
Wed, 17 Feb 2010 14:11:41 +0100 |
blanchet |
added gotcha to Nitpick manual regarding nonstandard models of "nat"
|
changeset |
files
|
Wed, 17 Feb 2010 13:57:45 +0100 |
blanchet |
improve Nitpick's "Datatypes" rendering for elements containing cycles
|
changeset |
files
|
Wed, 17 Feb 2010 13:38:02 +0100 |
blanchet |
don't destroy "Suc" in Nitpick and fix logic of Kodkod filtering (accidentally flipped in previous change)
|
changeset |
files
|
Wed, 17 Feb 2010 12:14:21 +0100 |
blanchet |
merged
|
changeset |
files
|
Wed, 17 Feb 2010 12:14:08 +0100 |
blanchet |
added yet another hint to Nitpick's output, this time warning about problems for which nothing was effectively tested
|
changeset |
files
|
Wed, 17 Feb 2010 11:20:09 +0100 |
blanchet |
merge
|
changeset |
files
|
Wed, 17 Feb 2010 11:19:48 +0100 |
blanchet |
reintroduce structural induction hint in Nitpick
|
changeset |
files
|
Wed, 17 Feb 2010 10:28:37 +0100 |
blanchet |
merge
|
changeset |
files
|
Wed, 17 Feb 2010 10:28:04 +0100 |
blanchet |
synchronize Nitpick's wellfoundedness formulas caching
|
changeset |
files
|
Sat, 13 Feb 2010 15:04:09 +0100 |
blanchet |
more work on Nitpick's support for nonstandard models + fix in model reconstruction
|
changeset |
files
|
Sat, 13 Feb 2010 11:56:06 +0100 |
blanchet |
redo Nitpick's nonstandard values as cyclic values (instead of additional constructors)
|
changeset |
files
|
Fri, 12 Feb 2010 21:27:06 +0100 |
blanchet |
minor fixes to Nitpick
|
changeset |
files
|
Fri, 12 Feb 2010 19:44:37 +0100 |
blanchet |
various cosmetic changes to Nitpick
|
changeset |
files
|
Wed, 17 Feb 2010 11:31:15 -0800 |
huffman |
merged
|
changeset |
files
|
Wed, 17 Feb 2010 10:30:36 -0800 |
huffman |
fix more looping simp rules
|
changeset |
files
|