Fri, 10 Jan 2014 16:20:06 +0100 explicit check of background theory;
wenzelm [Fri, 10 Jan 2014 16:20:06 +0100] rev 54981
explicit check of background theory;
Fri, 10 Jan 2014 17:24:52 +0100 basic ordinal arithmetic and cardinals library extension (not relevant for BNFs)
traytel [Fri, 10 Jan 2014 17:24:52 +0100] rev 54980
basic ordinal arithmetic and cardinals library extension (not relevant for BNFs)
Fri, 10 Jan 2014 16:18:18 +0100 correctly extract code RHS, with loose bound variables
blanchet [Fri, 10 Jan 2014 16:18:18 +0100] rev 54979
correctly extract code RHS, with loose bound variables
Fri, 10 Jan 2014 16:11:01 +0100 cope gracefully with missing ctr equations by plugging in 'False ==> ...'
blanchet [Fri, 10 Jan 2014 16:11:01 +0100] rev 54978
cope gracefully with missing ctr equations by plugging in 'False ==> ...'
Fri, 10 Jan 2014 15:48:13 +0100 strengthened tactic to handle 'disc_iff' equations of the form '... = False'
blanchet [Fri, 10 Jan 2014 15:48:13 +0100] rev 54977
strengthened tactic to handle 'disc_iff' equations of the form '... = False'
Fri, 10 Jan 2014 15:22:23 +0100 repair 'exhaustive' feature for one-constructor types
blanchet [Fri, 10 Jan 2014 15:22:23 +0100] rev 54976
repair 'exhaustive' feature for one-constructor types
Fri, 10 Jan 2014 15:11:00 +0100 pass right rhs as code rhs
blanchet [Fri, 10 Jan 2014 15:11:00 +0100] rev 54975
pass right rhs as code rhs
Fri, 10 Jan 2014 14:58:31 +0100 use correct default for exclude rules to avoid weird tactic failures
blanchet [Fri, 10 Jan 2014 14:58:31 +0100] rev 54974
use correct default for exclude rules to avoid weird tactic failures
Fri, 10 Jan 2014 14:47:26 +0100 tuning (no need for |-> here)
blanchet [Fri, 10 Jan 2014 14:47:26 +0100] rev 54973
tuning (no need for |-> here)
Fri, 10 Jan 2014 14:39:37 +0100 fix 'primcorec' (as opposed to 'primcorecursive') with 'exhaustive')
blanchet [Fri, 10 Jan 2014 14:39:37 +0100] rev 54972
fix 'primcorec' (as opposed to 'primcorecursive') with 'exhaustive')
Fri, 10 Jan 2014 14:39:37 +0100 tuning
blanchet [Fri, 10 Jan 2014 14:39:37 +0100] rev 54971
tuning
Fri, 10 Jan 2014 14:39:37 +0100 only destruct cases equipped with the right stuff (in particular, 'sel_split')
blanchet [Fri, 10 Jan 2014 14:39:37 +0100] rev 54970
only destruct cases equipped with the right stuff (in particular, 'sel_split')
Fri, 10 Jan 2014 14:39:37 +0100 generate 'disc_iff' for all discriminators
blanchet [Fri, 10 Jan 2014 14:39:37 +0100] rev 54969
generate 'disc_iff' for all discriminators
Fri, 10 Jan 2014 14:39:37 +0100 use 'disc_iff' as simp rules whenever possible + clean up '= True', '= False', etc.
blanchet [Fri, 10 Jan 2014 14:39:37 +0100] rev 54968
use 'disc_iff' as simp rules whenever possible + clean up '= True', '= False', etc.
Fri, 10 Jan 2014 14:39:37 +0100 exhaustive rules like '(False ==> P) ==> P ==> P' are now filtered out as trivial
blanchet [Fri, 10 Jan 2014 14:39:37 +0100] rev 54967
exhaustive rules like '(False ==> P) ==> P ==> P' are now filtered out as trivial
Fri, 10 Jan 2014 12:30:05 +0100 merged
wenzelm [Fri, 10 Jan 2014 12:30:05 +0100] rev 54966
merged
Fri, 10 Jan 2014 12:29:25 +0100 more robust;
wenzelm [Fri, 10 Jan 2014 12:29:25 +0100] rev 54965
more robust;
Fri, 10 Jan 2014 12:05:15 +0100 merged
wenzelm [Fri, 10 Jan 2014 12:05:15 +0100] rev 54964
merged
Thu, 09 Jan 2014 21:11:05 +0100 tuned;
wenzelm [Thu, 09 Jan 2014 21:11:05 +0100] rev 54963
tuned;
Thu, 09 Jan 2014 20:17:15 +0100 access X11 window manager;
wenzelm [Thu, 09 Jan 2014 20:17:15 +0100] rev 54962
access X11 window manager;
Fri, 10 Jan 2014 11:47:10 +0100 new codatatype example: stream processors
traytel [Fri, 10 Jan 2014 11:47:10 +0100] rev 54961
new codatatype example: stream processors
Fri, 10 Jan 2014 12:09:11 +0100 use the right context in tactic
traytel [Fri, 10 Jan 2014 12:09:11 +0100] rev 54960
use the right context in tactic
Fri, 10 Jan 2014 09:48:11 +0100 fixed 'disc_iff' tactic in the case where different equations use different variable names for the function arguments
blanchet [Fri, 10 Jan 2014 09:48:11 +0100] rev 54959
fixed 'disc_iff' tactic in the case where different equations use different variable names for the function arguments
Thu, 09 Jan 2014 19:10:35 +0100 do not use wrong constructor in auto-generated proof goal
panny [Thu, 09 Jan 2014 19:10:35 +0100] rev 54958
do not use wrong constructor in auto-generated proof goal
Thu, 09 Jan 2014 17:51:52 +0100 fixed de Bruijn bug in 'unfold_lets'
blanchet [Thu, 09 Jan 2014 17:51:52 +0100] rev 54957
fixed de Bruijn bug in 'unfold_lets'
Thu, 09 Jan 2014 17:13:05 +0100 tuned error message
blanchet [Thu, 09 Jan 2014 17:13:05 +0100] rev 54956
tuned error message
Thu, 09 Jan 2014 16:40:50 +0100 reintroduce recursive calls under constructors, taken out in 8dd0e0316881 mainly and in subsequent changes
blanchet [Thu, 09 Jan 2014 16:40:50 +0100] rev 54955
reintroduce recursive calls under constructors, taken out in 8dd0e0316881 mainly and in subsequent changes
Thu, 09 Jan 2014 15:49:19 +0100 strengthened tactics w.r.t. 'lets' and tuples
blanchet [Thu, 09 Jan 2014 15:49:19 +0100] rev 54954
strengthened tactics w.r.t. 'lets' and tuples
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 tip