blanchet [Tue, 03 Jan 2012 18:33:18 +0100] rev 46100
handle "Id" gracefully w.r.t. "set"
blanchet [Tue, 03 Jan 2012 18:33:18 +0100] rev 46099
reintroduced 'refute' calls taken out after reintroducing the "set" constructor, and use "expect" feature
blanchet [Tue, 03 Jan 2012 18:33:18 +0100] rev 46098
handle "set" correctly in Refute -- inspired by old code from Isabelle2007
blanchet [Tue, 03 Jan 2012 18:33:18 +0100] rev 46097
create consts with proper "set" types
blanchet [Tue, 03 Jan 2012 18:33:18 +0100] rev 46096
tuned Refute
blanchet [Tue, 03 Jan 2012 18:33:18 +0100] rev 46095
lower cardinality for faster testing
blanchet [Tue, 03 Jan 2012 18:33:18 +0100] rev 46094
simplify mem Collect
blanchet [Tue, 03 Jan 2012 18:33:18 +0100] rev 46093
tuning
blanchet [Tue, 03 Jan 2012 18:33:18 +0100] rev 46092
ported Minipick to "set"
blanchet [Tue, 03 Jan 2012 18:33:18 +0100] rev 46091
fixed set extensionality code
blanchet [Tue, 03 Jan 2012 18:33:18 +0100] rev 46090
tuned import
blanchet [Tue, 03 Jan 2012 18:33:18 +0100] rev 46089
construct correct "set" type for wf goal
blanchet [Tue, 03 Jan 2012 18:33:18 +0100] rev 46088
fixed Nitpick's typedef handling w.r.t. "set"
blanchet [Tue, 03 Jan 2012 18:33:18 +0100] rev 46087
fixed type annotations
blanchet [Tue, 03 Jan 2012 18:33:18 +0100] rev 46086
rationalized output (a bit)
blanchet [Tue, 03 Jan 2012 18:33:17 +0100] rev 46085
fixed a few more bugs in \Nitpick's new "set" support
blanchet [Tue, 03 Jan 2012 18:33:17 +0100] rev 46084
regenerate SMT example certificates, to reflect "set" type constructor
blanchet [Tue, 03 Jan 2012 18:33:17 +0100] rev 46083
port part of Nitpick to "set" type constructor
blanchet [Tue, 03 Jan 2012 18:33:17 +0100] rev 46082
reintroduced failing examples now that they work again, after reintroduction of "set"
blanchet [Tue, 03 Jan 2012 18:33:17 +0100] rev 46081
ported mono calculus to handle "set" type constructors
blanchet [Tue, 03 Jan 2012 18:33:17 +0100] rev 46080
fixed spurious catch-all patterns
wenzelm [Tue, 03 Jan 2012 13:06:03 +0100] rev 46079
more benchmarks;
tuned;
nipkow [Mon, 02 Jan 2012 20:25:21 +0100] rev 46078
tuned
blanchet [Mon, 02 Jan 2012 15:15:46 +0100] rev 46077
ported "Sets" example to "set" type constructor
blanchet [Mon, 02 Jan 2012 15:08:40 +0100] rev 46076
ported a dozen of proofs to the "set" type constructor
blanchet [Mon, 02 Jan 2012 14:45:13 +0100] rev 46075
reintroduced "metis" call taken out after reintroducing "set" as a constructor, and added two "metis" calls that used to be too slow
blanchet [Mon, 02 Jan 2012 14:36:49 +0100] rev 46074
update docs to reflect "Manual_Nits"
blanchet [Mon, 02 Jan 2012 14:32:20 +0100] rev 46073
removed special handling for set constants in relevance filter
blanchet [Mon, 02 Jan 2012 14:26:57 +0100] rev 46072
reintroduced Sledgehammer call taken out by 9bc924006136, with some hints to guide the naive relevance filter
blanchet [Mon, 02 Jan 2012 14:12:20 +0100] rev 46071
killed unfold_set_const option that makes no sense now that set is a type constructor again