huffman [Thu, 19 Nov 2009 11:54:23 -0800] rev 33791
use theory data for REP_simps and isodefl_rules
huffman [Thu, 19 Nov 2009 11:13:34 -0800] rev 33790
replace defl_tab and map_tab with theory data
huffman [Thu, 19 Nov 2009 10:45:34 -0800] rev 33789
separate conjuncts of isodefl theorem
huffman [Thu, 19 Nov 2009 10:27:29 -0800] rev 33788
automate isodefl proof
huffman [Thu, 19 Nov 2009 10:26:53 -0800] rev 33787
change example to use recursion with continuous function space
huffman [Thu, 19 Nov 2009 10:25:17 -0800] rev 33786
add lemma isodefl_cprod
huffman [Thu, 19 Nov 2009 09:04:58 -0800] rev 33785
automate definition of map functions; remove unused code
huffman [Thu, 19 Nov 2009 08:22:00 -0800] rev 33784
change naming convention for deflation combinators
huffman [Thu, 19 Nov 2009 08:08:57 -0800] rev 33783
add new makefile dependencies
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;