blanchet [Fri, 03 Jan 2014 14:04:37 +0100] rev 54925
strengthened tactic
blanchet [Fri, 03 Jan 2014 13:55:34 +0100] rev 54924
refactoring
blanchet [Fri, 03 Jan 2014 11:26:44 +0100] rev 54923
instantiate schematics as projections to avoid HOU trouble
blanchet [Fri, 03 Jan 2014 10:48:48 +0100] rev 54922
tuning
blanchet [Thu, 02 Jan 2014 23:44:31 +0100] rev 54921
avoid schematic variable in goal, which sometimes gets instantiated by tactic
blanchet [Thu, 02 Jan 2014 23:07:49 +0100] rev 54920
generalized tactic to the case of several assumptions per equation
blanchet [Thu, 02 Jan 2014 22:23:00 +0100] rev 54919
made tactic behave better w.r.t. HO unification (might not be enough, and might have to fix some variables eventually though...)
blanchet [Thu, 02 Jan 2014 21:35:21 +0100] rev 54918
made tactic more robust
blanchet [Thu, 02 Jan 2014 20:51:09 +0100] rev 54917
made tactic handle corner cases, where some of the 'disc' properties are missing, correctly
blanchet [Thu, 02 Jan 2014 20:25:40 +0100] rev 54916
simplified code
blanchet [Thu, 02 Jan 2014 20:10:08 +0100] rev 54915
prevent tactic from getting out of sync and wrongly attack next subgoal
blanchet [Thu, 02 Jan 2014 19:07:36 +0100] rev 54914
removed pointless warning (cf. http://stackoverflow.com/questions/20233463/isabelle-metis-proof-state-contains-the-universal-sort/20785045#20785045)
blanchet [Thu, 02 Jan 2014 09:50:22 +0100] rev 54913
consider code as exhaustive
blanchet [Thu, 02 Jan 2014 09:50:22 +0100] rev 54912
proper handling of corner case, take 2
blanchet [Thu, 02 Jan 2014 09:50:22 +0100] rev 54911
robustness
blanchet [Thu, 02 Jan 2014 09:50:22 +0100] rev 54910
properly synchronize parallel lists
blanchet [Thu, 02 Jan 2014 09:50:22 +0100] rev 54909
graceful handling of one-constructor case
blanchet [Thu, 02 Jan 2014 09:50:22 +0100] rev 54908
gracefully handle single-equation case, where 'nchotomy' is 'True'
blanchet [Thu, 02 Jan 2014 09:50:22 +0100] rev 54907
made tactic handle gracefully the case of missing constructors
blanchet [Thu, 02 Jan 2014 09:50:22 +0100] rev 54906
removed 'nchotomy' property
blanchet [Thu, 02 Jan 2014 09:50:22 +0100] rev 54905
don't generate any proof obligation for implicit (de facto) exclusiveness
blanchet [Thu, 02 Jan 2014 09:50:22 +0100] rev 54904
detect syntactic exhaustiveness
blanchet [Thu, 02 Jan 2014 09:50:22 +0100] rev 54903
internally allow different values for 'exhaustive' for different constructors
blanchet [Thu, 02 Jan 2014 09:50:22 +0100] rev 54902
internally allow different values for 'sequential' for different constructors
blanchet [Thu, 02 Jan 2014 09:50:22 +0100] rev 54901
use same name for feature internally as in user interface, to facilitate grepping
blanchet [Thu, 02 Jan 2014 09:50:22 +0100] rev 54900
generate 'disc_iff' property in 'primcorec'
blanchet [Thu, 02 Jan 2014 09:50:22 +0100] rev 54899
added tactic to prove 'disc_iff' properties in 'primcorec'
wenzelm [Wed, 01 Jan 2014 21:23:32 +0100] rev 54898
merged
wenzelm [Wed, 01 Jan 2014 20:14:47 +0100] rev 54897
clarified blast after change of SELECT_GOAL in 210bca64b894: do not smash flex-flex pairs of overall goal state (in analogy to maxidx) -- NB: Isar goal structure serves as natural boundary, e.g. in "by blast";
wenzelm [Wed, 01 Jan 2014 14:32:31 +0100] rev 54896
updated keywords;
wenzelm [Wed, 01 Jan 2014 14:29:22 +0100] rev 54895
clarified simplifier context;
eliminated Simplifier.global_context;
wenzelm [Wed, 01 Jan 2014 13:24:23 +0100] rev 54894
simplified settings for src/HOL/Tools/SMT;