haftmann [Tue, 15 Jan 2008 16:19:20 +0100] rev 25917
further localization
haftmann [Tue, 15 Jan 2008 16:19:19 +0100] rev 25916
explicit code lemma for implication
huffman [Tue, 15 Jan 2008 02:38:13 +0100] rev 25915
add instance for class bifinite
huffman [Tue, 15 Jan 2008 02:20:47 +0100] rev 25914
clean up some proofs;
add lemmas spair_strict_iff, spair_less_iff, spair_eq_iff;
add instance for class bifinite
huffman [Tue, 15 Jan 2008 02:18:01 +0100] rev 25913
declare cpair_strict [simp]
isatest [Mon, 14 Jan 2008 23:19:28 +0100] rev 25912
make at-sml-dev experimental
huffman [Mon, 14 Jan 2008 21:42:58 +0100] rev 25911
added bifinite class instance
huffman [Mon, 14 Jan 2008 21:16:06 +0100] rev 25910
add bifinite instances
huffman [Mon, 14 Jan 2008 21:15:20 +0100] rev 25909
add class bifinite_cpo for possibly-unpointed bifinite domains
huffman [Mon, 14 Jan 2008 20:45:10 +0100] rev 25908
cleaned up instance proofs
huffman [Mon, 14 Jan 2008 20:35:52 +0100] rev 25907
new-style instantiation proof for unit :: po
huffman [Mon, 14 Jan 2008 20:28:59 +0100] rev 25906
class bifinite supersedes class dcpo; remove unnecessary dcpo stuff
huffman [Mon, 14 Jan 2008 20:04:40 +0100] rev 25905
simplified chfin instance proof
huffman [Mon, 14 Jan 2008 19:26:41 +0100] rev 25904
new theory of powerdomains
huffman [Mon, 14 Jan 2008 19:26:01 +0100] rev 25903
new theory of bifinite domains
huffman [Mon, 14 Jan 2008 19:25:21 +0100] rev 25902
new-style class instantiation
huffman [Mon, 14 Jan 2008 18:25:20 +0100] rev 25901
added lemmas lub_distribs
nipkow [Mon, 14 Jan 2008 16:15:55 +0100] rev 25900
*** empty log message ***
nipkow [Mon, 14 Jan 2008 11:45:57 +0100] rev 25899
*** empty log message ***
huffman [Mon, 14 Jan 2008 03:58:30 +0100] rev 25898
compact_chfin is now declared simp
huffman [Mon, 14 Jan 2008 03:56:31 +0100] rev 25897
use new-style class for po
huffman [Mon, 14 Jan 2008 03:54:31 +0100] rev 25896
add lemma contI2
huffman [Mon, 14 Jan 2008 03:49:53 +0100] rev 25895
converted adm_all and adm_ball to rule_format; cleaned up
berghofe [Sun, 13 Jan 2008 11:54:36 +0100] rev 25894
Equations for constants without arguments are now declared using
"val" instead of "fun".
huffman [Thu, 10 Jan 2008 20:53:06 +0100] rev 25893
new theory defining set as a pcpo
berghofe [Thu, 10 Jan 2008 19:28:02 +0100] rev 25892
Test data generation and conversion to terms are now more closely
intertwined, to allow displaying of functions in test data.
berghofe [Thu, 10 Jan 2008 19:25:08 +0100] rev 25891
New example involving functions.
berghofe [Thu, 10 Jan 2008 19:24:23 +0100] rev 25890
Now uses more carefully designed simpsets to prevent proofs from
failing for some strange datatypes with nested recursion.
berghofe [Thu, 10 Jan 2008 19:21:56 +0100] rev 25889
Test data generation and conversion to terms is now more closely
intertwined, to allow displaying of functions in test data.
berghofe [Thu, 10 Jan 2008 19:18:14 +0100] rev 25888
Eliminated DatatypeAux.dest_TFree to avoid clashes
with Term.dest_TFree.
berghofe [Thu, 10 Jan 2008 19:10:37 +0100] rev 25887
Added nil_const and cons_const.
berghofe [Thu, 10 Jan 2008 19:10:08 +0100] rev 25886
Added test data generator for function type (from Pure/codegen.ML).