blanchet [Tue, 07 Dec 2010 11:56:56 +0100] rev 41054
simplify monotonicity code after killing "fin_fun" optimization
blanchet [Tue, 07 Dec 2010 11:56:56 +0100] rev 41053
updated Nitpick's documentation w.r.t. finitization
blanchet [Tue, 07 Dec 2010 11:56:53 +0100] rev 41052
remove the "fin_fun" optimization in Nitpick -- it was always a hack and didn't help much
blanchet [Tue, 07 Dec 2010 11:56:01 +0100] rev 41051
give the inner timeout mechanism a chance, since it gives more precise information to the user
blanchet [Tue, 07 Dec 2010 11:56:01 +0100] rev 41050
updated monotonicity calculus w.r.t. set products
blanchet [Tue, 07 Dec 2010 11:56:01 +0100] rev 41049
removed needless optimization for image -- there might be cases that benefit from it but there are others where it is clearly evil
blanchet [Tue, 07 Dec 2010 11:56:01 +0100] rev 41048
added a hint when the user obviously just forgot a colon after the lemma's name
blanchet [Tue, 07 Dec 2010 11:56:01 +0100] rev 41047
simplified special handling of set products
blanchet [Tue, 07 Dec 2010 11:56:01 +0100] rev 41046
fix special handling of set products
blanchet [Tue, 07 Dec 2010 11:56:01 +0100] rev 41045
use heuristic to determine whether to keep or drop an existing "let" -- and drop all higher-order lets
bulwahn [Tue, 07 Dec 2010 11:50:16 +0100] rev 41044
merged
bulwahn [Tue, 07 Dec 2010 10:03:43 +0100] rev 41043
testing smartly in two dimensions (cardinality and size) in quickcheck
blanchet [Tue, 07 Dec 2010 09:58:56 +0100] rev 41042
load "try" after "Metis" and move "Async_Manager" back to Sledgehammer
blanchet [Tue, 07 Dec 2010 09:58:52 +0100] rev 41041
make SML/NJ happy
blanchet [Tue, 07 Dec 2010 09:52:07 +0100] rev 41040
merge
blanchet [Mon, 06 Dec 2010 14:47:58 +0100] rev 41039
show strings as "s_1" etc. rather than "l_1" etc.
blanchet [Mon, 06 Dec 2010 14:47:58 +0100] rev 41038
quiet Metis in "try"
haftmann [Tue, 07 Dec 2010 09:36:12 +0100] rev 41037
removed experimental equality checking of closures; acknowledge underapproximation of equality in function name
huffman [Mon, 06 Dec 2010 14:17:35 -0800] rev 41036
add set-union-like syntax for powerdomain bind operators
huffman [Mon, 06 Dec 2010 13:43:05 -0800] rev 41035
merged
huffman [Mon, 06 Dec 2010 13:34:05 -0800] rev 41034
instance unit :: domain
huffman [Mon, 06 Dec 2010 12:53:06 -0800] rev 41033
simplify ideal completion proofs
huffman [Mon, 06 Dec 2010 11:44:30 -0800] rev 41032
remove unused lemmas
huffman [Mon, 06 Dec 2010 11:22:42 -0800] rev 41031
remove lemma cont_cfun;
rename thelub_cfun to lub_cfun
huffman [Mon, 06 Dec 2010 10:08:33 -0800] rev 41030
rename lub_fun -> is_lub_fun, thelub_fun -> lub_fun
huffman [Mon, 06 Dec 2010 08:59:58 -0800] rev 41029
pcpodef no longer generates _defined lemmas, use _bottom_iff lemmas instead
huffman [Mon, 06 Dec 2010 08:43:52 -0800] rev 41028
cpodef no longer generates lemma is_lub_foo, since it is redundant with lub_foo
huffman [Mon, 06 Dec 2010 08:30:00 -0800] rev 41027
add lemmas lub_APP, lub_LAM
hoelzl [Mon, 06 Dec 2010 19:54:56 +0100] rev 41026
folding on arbitrary Lebesgue integrable functions
hoelzl [Mon, 06 Dec 2010 19:54:53 +0100] rev 41025
fixed spelling errors