wenzelm [Fri, 15 Jul 2011 00:49:38 +0200] rev 43838
more visible printing of empty binding;
wenzelm [Fri, 15 Jul 2011 00:03:47 +0200] rev 43837
do not check vacous bindings, which routinely occur in locale expressions and long theorem statements etc.;
wenzelm [Thu, 14 Jul 2011 23:05:25 +0200] rev 43836
more quotes;
wenzelm [Thu, 14 Jul 2011 22:53:43 +0200] rev 43835
merged
krauss [Thu, 14 Jul 2011 22:08:11 +0200] rev 43834
added missing dependencies;
simplified (by overapproximating a bit);
alphabetical order
haftmann [Thu, 14 Jul 2011 19:43:45 +0200] rev 43833
merged
haftmann [Thu, 14 Jul 2011 17:15:24 +0200] rev 43832
merged
haftmann [Thu, 14 Jul 2011 17:14:54 +0200] rev 43831
tuned notation and proofs
blanchet [Thu, 14 Jul 2011 17:29:30 +0200] rev 43830
move error logic closer to user
blanchet [Thu, 14 Jul 2011 17:29:30 +0200] rev 43829
allow lambda-lifting without triggers
blanchet [Thu, 14 Jul 2011 16:50:05 +0200] rev 43828
move lambda translation option from ATP to Sledgehammer, to avoid accidentally breaking Metis (its reconstruction code can only deal with combinators)
blanchet [Thu, 14 Jul 2011 16:50:05 +0200] rev 43827
added option to control which lambda translation to use (for experiments)
blanchet [Thu, 14 Jul 2011 15:14:38 +0200] rev 43826
fix subtle type inference bug in Metis -- different occurrences of the same Skolem might need to be typed differently, using paramify_vars overconstraints the typing problem
blanchet [Thu, 14 Jul 2011 15:14:38 +0200] rev 43825
use monomorphic encoding as fallback, since they tend to produce fewer type errors
blanchet [Thu, 14 Jul 2011 15:14:38 +0200] rev 43824
don't generate Waldmeister problems with only a conjecture, since it makes it crash sometimes