blanchet [Wed, 08 Dec 2010 22:17:52 +0100] rev 41088
clarified terminology
blanchet [Wed, 08 Dec 2010 22:17:52 +0100] rev 41087
split "Sledgehammer" module into two parts, to resolve forthcoming dependency problems
bulwahn [Wed, 08 Dec 2010 18:07:04 +0100] rev 41086
if only finite types and no real datatypes occur in the quantifiers only enumerate cardinality not size in quickcheck
bulwahn [Wed, 08 Dec 2010 18:07:03 +0100] rev 41085
adding a smarter enumeration scheme for finite functions
haftmann [Wed, 08 Dec 2010 16:47:57 +0100] rev 41084
merged
haftmann [Wed, 08 Dec 2010 16:47:45 +0100] rev 41083
work around problems with eta-expansion of equations
haftmann [Wed, 08 Dec 2010 15:05:46 +0100] rev 41082
bot comes before top, inf before sup etc.
haftmann [Wed, 08 Dec 2010 14:52:23 +0100] rev 41081
tuned
haftmann [Wed, 08 Dec 2010 14:52:23 +0100] rev 41080
nice syntax for lattice INFI, SUPR;
various *_apply rules for lattice operations on fun;
more default simplification rules
haftmann [Wed, 08 Dec 2010 14:52:23 +0100] rev 41079
NEWS
bulwahn [Wed, 08 Dec 2010 14:25:08 +0100] rev 41078
adding more efficient implementations for quantifiers in Enum
bulwahn [Wed, 08 Dec 2010 14:25:07 +0100] rev 41077
improving the mutabelle script
haftmann [Wed, 08 Dec 2010 13:34:51 +0100] rev 41076
primitive definitions of bot/top/inf/sup for bool and fun are named with canonical suffix `_def` rather than `_eq`;
tuned
haftmann [Wed, 08 Dec 2010 13:34:50 +0100] rev 41075
primitive definitions of bot/top/inf/sup for bool and fun are named with canonical suffix `_def` rather than `_eq`
haftmann [Wed, 08 Dec 2010 13:34:50 +0100] rev 41074
hide popular names R and B
boehmes [Wed, 08 Dec 2010 08:33:04 +0100] rev 41073
built-in numbers are also built-in terms
boehmes [Wed, 08 Dec 2010 08:33:02 +0100] rev 41072
be more flexible: store SMT built-in symbols in generic contexts (not in theory contexts)
haftmann [Tue, 07 Dec 2010 21:58:36 +0100] rev 41071
merged
haftmann [Tue, 07 Dec 2010 16:33:54 +0100] rev 41070
more concise case names; proved extensionality
haftmann [Tue, 07 Dec 2010 16:33:54 +0100] rev 41069
name filter operation just filter (c.f. List.filter and list comprehension syntax)
haftmann [Tue, 07 Dec 2010 21:32:47 +0100] rev 41068
tuned whitespace
wenzelm [Tue, 07 Dec 2010 17:23:14 +0100] rev 41067
eliminated some hard tabulators (deprecated);
blanchet [Tue, 07 Dec 2010 16:27:07 +0100] rev 41066
pass constant arguments to the built-in check function, cf. d2b1fc1b8e19
boehmes [Tue, 07 Dec 2010 15:55:35 +0100] rev 41065
merged