bulwahn [Thu, 12 Nov 2009 09:11:36 +0100] rev 33628
renaming code_pred_intros to code_pred_intro
* * *
adopted alternative definitions for the predicate compiler to new attribute name
bulwahn [Thu, 12 Nov 2009 09:11:31 +0100] rev 33627
announcing the predicate compiler in NEWS and CONTRIBUTORS
bulwahn [Thu, 12 Nov 2009 09:11:26 +0100] rev 33626
new names for predicate functions in the predicate compiler
* * *
adopting examples of the predicate compiler
bulwahn [Thu, 12 Nov 2009 09:11:16 +0100] rev 33625
removed deprecated mode annotation parser; renamed accepted mode annotation parser to nicer naming
bulwahn [Thu, 12 Nov 2009 09:11:06 +0100] rev 33624
added another example to the predicate compiler
* * *
tuning examples
bulwahn [Thu, 12 Nov 2009 09:10:42 +0100] rev 33623
changed modes to expected_modes; added UNION to code_pred_inlining; fixed some examples; tuned
bulwahn [Thu, 12 Nov 2009 09:10:37 +0100] rev 33622
removed dummy setup for predicate compiler commands as the compiler is now part of HOL-Main
bulwahn [Thu, 12 Nov 2009 09:10:30 +0100] rev 33621
adopted predicate compiler examples to new syntax for modes
bulwahn [Thu, 12 Nov 2009 09:10:22 +0100] rev 33620
added interface of user proposals for names of generated constants
bulwahn [Thu, 12 Nov 2009 09:10:16 +0100] rev 33619
first steps towards a new mode datastructure; new syntax for mode annotations and new output of modes
bulwahn [Thu, 12 Nov 2009 09:10:07 +0100] rev 33618
adding more tests for the values command; adding some forbidden constants to inductify
* * *
added further testcase for values command
ballarin [Wed, 11 Nov 2009 21:53:58 +0100] rev 33617
Enables tests for locale functionality that is now available.
wenzelm [Wed, 11 Nov 2009 17:27:48 +0100] rev 33616
merged
wenzelm [Wed, 11 Nov 2009 14:15:11 +0100] rev 33615
uniform use of simultabeous use_thys;
haftmann [Wed, 11 Nov 2009 16:19:28 +0100] rev 33614
merged
haftmann [Wed, 11 Nov 2009 15:10:29 +0100] rev 33613
explicit invocation of code generation
haftmann [Wed, 11 Nov 2009 15:10:26 +0100] rev 33612
adding code equations for constructors
haftmann [Wed, 11 Nov 2009 10:06:30 +0100] rev 33611
tuned
boehmes [Wed, 11 Nov 2009 15:43:03 +0100] rev 33610
changed URL of SMT server,
added Z3 rewrite lemma
paulson [Wed, 11 Nov 2009 14:04:56 +0000] rev 33609
Added two new lemmas
haftmann [Wed, 11 Nov 2009 09:02:37 +0100] rev 33608
tuned imports
haftmann [Wed, 11 Nov 2009 09:02:20 +0100] rev 33607
tuned
wenzelm [Wed, 11 Nov 2009 00:11:26 +0100] rev 33606
local mutex for theory content/identity operations;
wenzelm [Wed, 11 Nov 2009 00:09:15 +0100] rev 33605
admit dummy implementation;
wenzelm [Tue, 10 Nov 2009 23:18:03 +0100] rev 33604
Toplevel.thread provides Isar-style exception output;
wenzelm [Tue, 10 Nov 2009 23:15:20 +0100] rev 33603
generalized Runtime.toplevel_error wrt. output function;
wenzelm [Tue, 10 Nov 2009 23:15:15 +0100] rev 33602
exported SimpleThread.attributes;
wenzelm [Tue, 10 Nov 2009 21:28:46 +0100] rev 33601
plain add_preference, no setmp_CRITICAL required;
wenzelm [Tue, 10 Nov 2009 21:04:30 +0100] rev 33600
adapted Theory_Data;
wenzelm [Tue, 10 Nov 2009 21:02:18 +0100] rev 33599
recovered update from 7264824baf66, which got lost in 7264824baf66;
wenzelm [Tue, 10 Nov 2009 18:32:41 +0100] rev 33598
merged
haftmann [Tue, 10 Nov 2009 16:12:35 +0100] rev 33597
merged
haftmann [Tue, 10 Nov 2009 16:11:46 +0100] rev 33596
tuned header
haftmann [Tue, 10 Nov 2009 16:11:43 +0100] rev 33595
substantial simplification restores code generation
haftmann [Tue, 10 Nov 2009 16:11:39 +0100] rev 33594
lemmas about apfst and apsnd
haftmann [Tue, 10 Nov 2009 16:11:37 +0100] rev 33593
tuned imports
huffman [Tue, 10 Nov 2009 06:48:26 -0800] rev 33592
merged
huffman [Tue, 10 Nov 2009 06:47:55 -0800] rev 33591
HOLCF example: domain package proofs done manually
huffman [Tue, 10 Nov 2009 06:30:19 -0800] rev 33590
add lemma parallel_fix_ind
huffman [Tue, 10 Nov 2009 06:30:08 -0800] rev 33589
add title/author block
huffman [Tue, 10 Nov 2009 06:22:29 -0800] rev 33588
theory of representable cpos
huffman [Mon, 09 Nov 2009 15:51:32 -0800] rev 33587
add map_map lemmas
huffman [Mon, 09 Nov 2009 15:29:58 -0800] rev 33586
add in_deflation relation, more lemmas about cast
huffman [Mon, 09 Nov 2009 12:40:47 -0800] rev 33585
ep_pair and deflation lemmas for powerdomain map functions
blanchet [Tue, 10 Nov 2009 14:20:15 +0100] rev 33584
remove spurious parameter to "merge"
blanchet [Tue, 10 Nov 2009 13:54:00 +0100] rev 33583
merged, and renamed local "TheoryData" to "Data" (following common Isabelle conventions)
blanchet [Tue, 10 Nov 2009 13:46:40 +0100] rev 33582
fixed soundness bug in Nitpick related to sets of sets;
(detected thanks to the TPTP)
blanchet [Thu, 05 Nov 2009 19:06:35 +0100] rev 33581
added possibility to register datatypes as codatatypes in Nitpick;
this is useful if the datatype is used only as a means to define the codatatype
blanchet [Thu, 05 Nov 2009 17:03:22 +0100] rev 33580
added datatype constructor cache in Nitpick (to speed up the scope enumeration) and never test more than 4096 scopes
blanchet [Thu, 05 Nov 2009 17:00:28 +0100] rev 33579
don't promise too much in the Nitpick manual
blanchet [Thu, 05 Nov 2009 11:58:36 +0100] rev 33578
merged
blanchet [Thu, 05 Nov 2009 11:58:07 +0100] rev 33577
added "nitpick_def" attribute to lfp/gfp definition generated by the inductive package;
this ensures that Nitpick can find the definition and determine whether its inductive
or coinductive
blanchet [Thu, 29 Oct 2009 23:08:51 +0100] rev 33576
merged
blanchet [Thu, 29 Oct 2009 22:31:30 +0100] rev 33575
try very hard to remove temporary files generated by Nitpick in case of interruption
blanchet [Thu, 29 Oct 2009 21:57:59 +0100] rev 33574
eliminate two FIXMEs in Nitpick's monotonicity check code
blanchet [Thu, 29 Oct 2009 16:06:28 +0100] rev 33573
rename "NitpickMono" to "Nitpick_Mono" in example
blanchet [Thu, 29 Oct 2009 15:26:00 +0100] rev 33572
merged
blanchet [Thu, 29 Oct 2009 15:24:52 +0100] rev 33571
minor cleanup in Nitpick
blanchet [Thu, 29 Oct 2009 15:23:25 +0100] rev 33570
make "auto" SAT solver less verbose
blanchet [Thu, 29 Oct 2009 15:16:54 +0100] rev 33569
make "sizechange_tac" slightly less verbose