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
boehmes [Tue, 07 Dec 2010 15:44:38 +0100] rev 41064
updated SMT certificates
boehmes [Tue, 07 Dec 2010 15:01:42 +0100] rev 41063
reduced unnecessary complexity; improved documentation; tuned
boehmes [Tue, 07 Dec 2010 15:01:37 +0100] rev 41062
tuned
boehmes [Tue, 07 Dec 2010 14:54:31 +0100] rev 41061
centralized handling of built-in types and constants for bitvectors
boehmes [Tue, 07 Dec 2010 14:53:44 +0100] rev 41060
moved smt_word.ML into the directory of the Word library
boehmes [Tue, 07 Dec 2010 14:53:12 +0100] rev 41059
centralized handling of built-in types and constants;
also store types and constants which are rewritten during preprocessing;
interfaces are identified by classes (supporting inheritance, at least on the level of built-in symbols);
removed term_eq in favor of type replacements: term-level occurrences of type bool are replaced by type term_bool (only for the translation)
boehmes [Mon, 06 Dec 2010 16:54:22 +0100] rev 41058
more aggressive unfolding of unknowns in Z3 models
boehmes [Mon, 06 Dec 2010 15:38:02 +0100] rev 41057
tuned
bulwahn [Tue, 07 Dec 2010 13:33:28 +0100] rev 41056
adding a definition for refl_on which is friendly for quickcheck and nitpick
blanchet [Tue, 07 Dec 2010 12:10:13 +0100] rev 41055
merged