wenzelm [Sat, 11 Jan 2014 23:35:05 +0100] rev 54995
more accurate context;
wenzelm [Sat, 11 Jan 2014 21:39:21 +0100] rev 54994
reactivate Thm.check_hyps, after adapting AFP/Datatype_Order_Generator (see AFP/b7e389b5765c);
wenzelm [Sat, 11 Jan 2014 20:06:31 +0100] rev 54993
check_hyps for attribute application (still inactive, due to non-compliant tools);
bypass check_hyps for locale expressions, where assumptions are not necessarily declared in intermediate situations;
wenzelm [Sat, 11 Jan 2014 17:05:03 +0100] rev 54992
clarified context;
wenzelm [Sat, 11 Jan 2014 14:34:11 +0100] rev 54991
clarified context;
wenzelm [Sat, 11 Jan 2014 14:12:33 +0100] rev 54990
tuned signature;
haftmann [Sat, 11 Jan 2014 21:03:11 +0100] rev 54989
shot in the dark to make LaTeX happy again
haftmann [Sat, 11 Jan 2014 08:10:14 +0100] rev 54988
provide default name in splitted representation
haftmann [Sat, 11 Jan 2014 08:10:12 +0100] rev 54987
dropped legacy alias feature
wenzelm [Fri, 10 Jan 2014 23:44:03 +0100] rev 54986
merged
wenzelm [Fri, 10 Jan 2014 23:42:18 +0100] rev 54985
disable Thm.check_hyps for now, due to remaining problems with AFP/Datatype_Order_Generator and AFP/Psi_Calculi (because of HOL-Nominal 'equivariance');
wenzelm [Fri, 10 Jan 2014 21:37:28 +0100] rev 54984
more elementary management of declared hyps, below structure Assumption;
Goal.prove: insist in declared hyps;
Simplifier: declare hyps via Thm.assume_hyps;
more accurate tool context in some boundary cases;
wenzelm [Fri, 10 Jan 2014 17:44:41 +0100] rev 54983
more accurate context;
wenzelm [Fri, 10 Jan 2014 16:55:37 +0100] rev 54982
tuned;
wenzelm [Fri, 10 Jan 2014 16:20:06 +0100] rev 54981
explicit check of background theory;
traytel [Fri, 10 Jan 2014 17:24:52 +0100] rev 54980
basic ordinal arithmetic and cardinals library extension (not relevant for BNFs)
blanchet [Fri, 10 Jan 2014 16:18:18 +0100] rev 54979
correctly extract code RHS, with loose bound variables
blanchet [Fri, 10 Jan 2014 16:11:01 +0100] rev 54978
cope gracefully with missing ctr equations by plugging in 'False ==> ...'
blanchet [Fri, 10 Jan 2014 15:48:13 +0100] rev 54977
strengthened tactic to handle 'disc_iff' equations of the form '... = False'
blanchet [Fri, 10 Jan 2014 15:22:23 +0100] rev 54976
repair 'exhaustive' feature for one-constructor types
blanchet [Fri, 10 Jan 2014 15:11:00 +0100] rev 54975
pass right rhs as code rhs
blanchet [Fri, 10 Jan 2014 14:58:31 +0100] rev 54974
use correct default for exclude rules to avoid weird tactic failures
blanchet [Fri, 10 Jan 2014 14:47:26 +0100] rev 54973
tuning (no need for |-> here)
blanchet [Fri, 10 Jan 2014 14:39:37 +0100] rev 54972
fix 'primcorec' (as opposed to 'primcorecursive') with 'exhaustive')
blanchet [Fri, 10 Jan 2014 14:39:37 +0100] rev 54971
tuning
blanchet [Fri, 10 Jan 2014 14:39:37 +0100] rev 54970
only destruct cases equipped with the right stuff (in particular, 'sel_split')
blanchet [Fri, 10 Jan 2014 14:39:37 +0100] rev 54969
generate 'disc_iff' for all discriminators
blanchet [Fri, 10 Jan 2014 14:39:37 +0100] rev 54968
use 'disc_iff' as simp rules whenever possible + clean up '= True', '= False', etc.
blanchet [Fri, 10 Jan 2014 14:39:37 +0100] rev 54967
exhaustive rules like '(False ==> P) ==> P ==> P' are now filtered out as trivial
wenzelm [Fri, 10 Jan 2014 12:30:05 +0100] rev 54966
merged
wenzelm [Fri, 10 Jan 2014 12:29:25 +0100] rev 54965
more robust;
wenzelm [Fri, 10 Jan 2014 12:05:15 +0100] rev 54964
merged