huffman [Thu, 19 Nov 2009 08:00:42 -0800] rev 33782
prove isomorphism and isodefl rules
huffman [Thu, 19 Nov 2009 07:09:04 -0800] rev 33781
avoid using csplit; define copy functions exactly like the current domain package
huffman [Thu, 19 Nov 2009 06:01:02 -0800] rev 33780
merged
huffman [Wed, 18 Nov 2009 16:57:58 -0800] rev 33779
remove one_typ and tr_typ; add abs/rep lemmas
huffman [Wed, 18 Nov 2009 16:14:28 -0800] rev 33778
automate definition of rep/abs functions
huffman [Wed, 18 Nov 2009 15:54:47 -0800] rev 33777
get rid of numbers on thy variables
huffman [Wed, 18 Nov 2009 15:51:35 -0800] rev 33776
automate proofs of REP equations
huffman [Wed, 18 Nov 2009 15:01:00 -0800] rev 33775
cleaned up; factored out fixed-point definition code
huffman [Wed, 18 Nov 2009 12:41:43 -0800] rev 33774
automate solution of domain equations
Christian Urban <urbanc@in.tum.de> [Fri, 20 Nov 2009 00:54:20 +0100] rev 33773
removed fixme - quick-and-dirty flag is appropriate
Christian Urban <urbanc@in.tum.de> [Fri, 20 Nov 2009 00:20:32 +0100] rev 33772
use of thm-antiquotation
berghofe [Thu, 19 Nov 2009 16:07:53 +0100] rev 33771
Added new counterexample generator SML_inductive for goals involving
inductive predicates.
berghofe [Thu, 19 Nov 2009 16:04:31 +0100] rev 33770
Added infrastructure for embedding random data generators into code generated
for inductive predicates.
wenzelm [Thu, 19 Nov 2009 19:42:54 +0100] rev 33769
unused_thms: show only results from 'theorem(s)' package (via old-style kinds);
misc tuning -- slightly less hermetic names;
wenzelm [Thu, 19 Nov 2009 17:29:39 +0100] rev 33768
future_result: purge flexflex pairs, which should normally be trivial anyway -- prevent Thm.future_result from complaining about tpairs;
wenzelm [Thu, 19 Nov 2009 17:26:28 +0100] rev 33767
toplevel pretty printer for Synchronized.var;
wenzelm [Thu, 19 Nov 2009 14:46:33 +0100] rev 33766
adapted Local_Theory.define -- eliminated odd thm kind;
wenzelm [Thu, 19 Nov 2009 14:45:56 +0100] rev 33765
Specification.definition: Thm.definitionK marks exactly the high-level end-user result;
wenzelm [Thu, 19 Nov 2009 14:44:22 +0100] rev 33764
Local_Theory.define: eliminated slightly odd kind argument -- such low-level definitions should be hardly ever exposed to end-users anyway;
wenzelm [Thu, 19 Nov 2009 13:00:16 +0100] rev 33763
merged
paulson [Thu, 19 Nov 2009 11:19:25 +0000] rev 33762
merged
paulson [Thu, 19 Nov 2009 10:58:36 +0000] rev 33761
Minor correction
wenzelm [Thu, 19 Nov 2009 12:59:32 +0100] rev 33760
some attempts to improve termination of isatest;
hoelzl [Thu, 19 Nov 2009 11:57:30 +0100] rev 33759
Added the contributions of Robert Himmelmann to CONTRIBUTIONS and NEWS
hoelzl [Thu, 19 Nov 2009 11:51:37 +0100] rev 33758
Renamed vector_less_eq_def to the more usual name vector_le_def.
bulwahn [Thu, 19 Nov 2009 10:49:43 +0100] rev 33757
merged
bulwahn [Thu, 19 Nov 2009 08:25:57 +0100] rev 33756
replacing Predicate_Compile_Preproc_Const_Defs by more general Spec_Rules
bulwahn [Thu, 19 Nov 2009 08:25:54 +0100] rev 33755
concealing internal definitions of primrec specifications
bulwahn [Thu, 19 Nov 2009 08:25:53 +0100] rev 33754
adding derived constant Predicate.holds to Predicate theory; adopting the predicate compiler
bulwahn [Thu, 19 Nov 2009 08:25:51 +0100] rev 33753
changing the proof procedure for parameters; adding a testcase for negation and parameters; adopting print_tac to the latest function print_tac' in the predicate compiler
bulwahn [Thu, 19 Nov 2009 08:25:47 +0100] rev 33752
adopting proposed_modes; adding a new dimension of complexity for nicer error messages; tuned
krauss [Thu, 19 Nov 2009 10:33:20 +0100] rev 33751
check if equations are present for all functions to avoid low-level exception later