Thu, 07 Nov 2013 01:01:04 +0100 more docs
blanchet [Thu, 07 Nov 2013 01:01:04 +0100] rev 54287
more docs
Thu, 07 Nov 2013 00:37:18 +0100 properly detect when to perform n2m -- e.g. handle the case of two independent functions on irrelevant types being defined in parallel
blanchet [Thu, 07 Nov 2013 00:37:18 +0100] rev 54286
properly detect when to perform n2m -- e.g. handle the case of two independent functions on irrelevant types being defined in parallel
Wed, 06 Nov 2013 23:05:44 +0100 reverted 3e1d230f1c00 -- pervasiveness is useful, cf. Coinductive_Nat in the AFP
blanchet [Wed, 06 Nov 2013 23:05:44 +0100] rev 54285
reverted 3e1d230f1c00 -- pervasiveness is useful, cf. Coinductive_Nat in the AFP
Wed, 06 Nov 2013 22:50:12 +0100 simplified code
blanchet [Wed, 06 Nov 2013 22:50:12 +0100] rev 54284
simplified code
Wed, 06 Nov 2013 22:42:54 +0100 fourth attempt at generalizing N2M types (to leverage caching)
blanchet [Wed, 06 Nov 2013 22:42:54 +0100] rev 54283
fourth attempt at generalizing N2M types (to leverage caching)
Wed, 06 Nov 2013 21:40:41 +0100 tuning
blanchet [Wed, 06 Nov 2013 21:40:41 +0100] rev 54282
tuning
Tue, 05 Nov 2013 21:23:42 +0100 int and nat are conditionally_complete_lattices
hoelzl [Tue, 05 Nov 2013 21:23:42 +0100] rev 54281
int and nat are conditionally_complete_lattices
Wed, 06 Nov 2013 14:50:50 +0100 be more open-minded and allow needless mutual recursion for 'prim(co)rec', since we allow it for '(co)datatype' -- eventual warnings (or errors) should be centralized in 'fp_bnf'
blanchet [Wed, 06 Nov 2013 14:50:50 +0100] rev 54280
be more open-minded and allow needless mutual recursion for 'prim(co)rec', since we allow it for '(co)datatype' -- eventual warnings (or errors) should be centralized in 'fp_bnf'
Wed, 06 Nov 2013 13:00:45 +0100 removed dead code
blanchet [Wed, 06 Nov 2013 13:00:45 +0100] rev 54279
removed dead code
Wed, 06 Nov 2013 13:00:16 +0100 update docs
blanchet [Wed, 06 Nov 2013 13:00:16 +0100] rev 54278
update docs
Wed, 06 Nov 2013 12:47:50 +0100 take out possibility of moving corecursive calls past constructors -- this doesn't work in the general case
blanchet [Wed, 06 Nov 2013 12:47:50 +0100] rev 54277
take out possibility of moving corecursive calls past constructors -- this doesn't work in the general case
Wed, 06 Nov 2013 12:01:48 +0100 took out loopy code
blanchet [Wed, 06 Nov 2013 12:01:48 +0100] rev 54276
took out loopy code
Wed, 06 Nov 2013 10:35:30 +0100 take out even less aggressive generalization -- it's still too aggressive
blanchet [Wed, 06 Nov 2013 10:35:30 +0100] rev 54275
take out even less aggressive generalization -- it's still too aggressive
Wed, 06 Nov 2013 01:57:22 +0100 reverted too aggressive 7cb8442298f0
blanchet [Wed, 06 Nov 2013 01:57:22 +0100] rev 54274
reverted too aggressive 7cb8442298f0
Wed, 06 Nov 2013 01:06:01 +0100 generalize more aggressively
blanchet [Wed, 06 Nov 2013 01:06:01 +0100] rev 54273
generalize more aggressively
Tue, 05 Nov 2013 16:53:40 +0100 avoid subtle failure in the presence of top sort
blanchet [Tue, 05 Nov 2013 16:53:40 +0100] rev 54272
avoid subtle failure in the presence of top sort
Tue, 05 Nov 2013 16:47:10 +0100 tuning
blanchet [Tue, 05 Nov 2013 16:47:10 +0100] rev 54271
tuning
Tue, 05 Nov 2013 16:47:10 +0100 get mutually recursive maps as well
blanchet [Tue, 05 Nov 2013 16:47:10 +0100] rev 54270
get mutually recursive maps as well
Tue, 05 Nov 2013 15:10:59 +0100 tuned proofs in Approximation
hoelzl [Tue, 05 Nov 2013 15:10:59 +0100] rev 54269
tuned proofs in Approximation
Tue, 05 Nov 2013 13:23:27 +0100 fixed subtle name shadowing bug
blanchet [Tue, 05 Nov 2013 13:23:27 +0100] rev 54268
fixed subtle name shadowing bug
Tue, 05 Nov 2013 12:40:58 +0100 use right permutation in 'map2'
blanchet [Tue, 05 Nov 2013 12:40:58 +0100] rev 54267
use right permutation in 'map2'
Tue, 05 Nov 2013 11:55:45 +0100 stronger normalization, to increase n2m cache effectiveness
blanchet [Tue, 05 Nov 2013 11:55:45 +0100] rev 54266
stronger normalization, to increase n2m cache effectiveness
Tue, 05 Nov 2013 11:17:42 +0100 make local theory operations non-pervasive (makes more intuitive sense)
blanchet [Tue, 05 Nov 2013 11:17:42 +0100] rev 54265
make local theory operations non-pervasive (makes more intuitive sense)
Tue, 05 Nov 2013 09:45:03 +0100 NEWS
hoelzl [Tue, 05 Nov 2013 09:45:03 +0100] rev 54264
NEWS
Tue, 05 Nov 2013 09:45:02 +0100 move Lubs from HOL to HOL-Library (replaced by conditionally complete lattices)
hoelzl [Tue, 05 Nov 2013 09:45:02 +0100] rev 54263
move Lubs from HOL to HOL-Library (replaced by conditionally complete lattices)
Tue, 05 Nov 2013 09:45:00 +0100 generalize bdd_above/below_uminus to ordered_ab_group_add
hoelzl [Tue, 05 Nov 2013 09:45:00 +0100] rev 54262
generalize bdd_above/below_uminus to ordered_ab_group_add
Tue, 05 Nov 2013 09:45:00 +0100 restrict Limsup and Liminf to complete lattices
hoelzl [Tue, 05 Nov 2013 09:45:00 +0100] rev 54261
restrict Limsup and Liminf to complete lattices
Tue, 05 Nov 2013 09:44:59 +0100 use INF and SUP on conditionally complete lattices in multivariate analysis
hoelzl [Tue, 05 Nov 2013 09:44:59 +0100] rev 54260
use INF and SUP on conditionally complete lattices in multivariate analysis
Tue, 05 Nov 2013 09:44:59 +0100 add SUP and INF for conditionally complete lattices
hoelzl [Tue, 05 Nov 2013 09:44:59 +0100] rev 54259
add SUP and INF for conditionally complete lattices
Tue, 05 Nov 2013 09:44:58 +0100 use bdd_above and bdd_below for conditionally complete lattices
hoelzl [Tue, 05 Nov 2013 09:44:58 +0100] rev 54258
use bdd_above and bdd_below for conditionally complete lattices
Tue, 05 Nov 2013 09:44:57 +0100 generalize SUP and INF to the syntactic type classes Sup and Inf
hoelzl [Tue, 05 Nov 2013 09:44:57 +0100] rev 54257
generalize SUP and INF to the syntactic type classes Sup and Inf
Tue, 05 Nov 2013 05:48:08 +0100 added some N2M caching
blanchet [Tue, 05 Nov 2013 05:48:08 +0100] rev 54256
added some N2M caching
Tue, 05 Nov 2013 05:48:08 +0100 also generalize fixed types
blanchet [Tue, 05 Nov 2013 05:48:08 +0100] rev 54255
also generalize fixed types
Tue, 05 Nov 2013 05:48:08 +0100 generalize types when synthetizing n2m (co)recursors, to facilitate reuse
blanchet [Tue, 05 Nov 2013 05:48:08 +0100] rev 54254
generalize types when synthetizing n2m (co)recursors, to facilitate reuse
Tue, 05 Nov 2013 05:48:08 +0100 nicer error message in case of duplicates
blanchet [Tue, 05 Nov 2013 05:48:08 +0100] rev 54253
nicer error message in case of duplicates
Tue, 05 Nov 2013 15:30:53 +1100 use int example like in the rest of IMP (instead of nat)
kleing [Tue, 05 Nov 2013 15:30:53 +1100] rev 54252
use int example like in the rest of IMP (instead of nat)
Mon, 04 Nov 2013 20:10:10 +0100 dropped dead code
haftmann [Mon, 04 Nov 2013 20:10:10 +0100] rev 54251
dropped dead code
Mon, 04 Nov 2013 20:10:09 +0100 fact generalization and name consolidation
haftmann [Mon, 04 Nov 2013 20:10:09 +0100] rev 54250
fact generalization and name consolidation
Mon, 04 Nov 2013 20:10:06 +0100 streamlined setup of linear arithmetic
haftmann [Mon, 04 Nov 2013 20:10:06 +0100] rev 54249
streamlined setup of linear arithmetic
Mon, 04 Nov 2013 18:08:47 +0100 make 'try0' return faster when invoked as part of 'try'
blanchet [Mon, 04 Nov 2013 18:08:47 +0100] rev 54248
make 'try0' return faster when invoked as part of 'try'
Mon, 04 Nov 2013 17:25:36 +0100 careful with lists of different lengths
blanchet [Mon, 04 Nov 2013 17:25:36 +0100] rev 54247
careful with lists of different lengths
Mon, 04 Nov 2013 16:53:43 +0100 split 'primrec_new' and 'primcorec' code (to ease bootstrapping, e.g. dependency on datatype 'String' in 'primcorec')
blanchet [Mon, 04 Nov 2013 16:53:43 +0100] rev 54246
split 'primrec_new' and 'primcorec' code (to ease bootstrapping, e.g. dependency on datatype 'String' in 'primcorec')
Mon, 04 Nov 2013 15:44:43 +0100 better error handling
blanchet [Mon, 04 Nov 2013 15:44:43 +0100] rev 54245
better error handling
Mon, 04 Nov 2013 14:54:29 +0100 more robust treatment of dead variables in n2m
traytel [Mon, 04 Nov 2013 14:54:29 +0100] rev 54244
more robust treatment of dead variables in n2m
Mon, 04 Nov 2013 14:46:38 +0100 more robust n2m w.r.t. 'let's
blanchet [Mon, 04 Nov 2013 14:46:38 +0100] rev 54243
more robust n2m w.r.t. 'let's
Mon, 04 Nov 2013 12:40:28 +0100 tuning
blanchet [Mon, 04 Nov 2013 12:40:28 +0100] rev 54242
tuning
Mon, 04 Nov 2013 11:59:08 +0100 strengthened tactic
blanchet [Mon, 04 Nov 2013 11:59:08 +0100] rev 54241
strengthened tactic
Mon, 04 Nov 2013 11:03:13 +0100 made n2m code more robust w.r.t. advanced constructs (e.g. lambdas)
blanchet [Mon, 04 Nov 2013 11:03:13 +0100] rev 54240
made n2m code more robust w.r.t. advanced constructs (e.g. lambdas)
Mon, 04 Nov 2013 10:52:41 +0100 handle constructor syntax in n2m primcorec
blanchet [Mon, 04 Nov 2013 10:52:41 +0100] rev 54239
handle constructor syntax in n2m primcorec
Mon, 04 Nov 2013 10:52:41 +0100 typo
blanchet [Mon, 04 Nov 2013 10:52:41 +0100] rev 54238
typo
Mon, 04 Nov 2013 10:52:41 +0100 made sugared 'coinduct' theorem construction n2m-proof
blanchet [Mon, 04 Nov 2013 10:52:41 +0100] rev 54237
made sugared 'coinduct' theorem construction n2m-proof
Mon, 04 Nov 2013 10:52:41 +0100 moved code around
blanchet [Mon, 04 Nov 2013 10:52:41 +0100] rev 54236
moved code around
Mon, 04 Nov 2013 10:52:41 +0100 tuning
blanchet [Mon, 04 Nov 2013 10:52:41 +0100] rev 54235
tuning
Mon, 04 Nov 2013 10:52:41 +0100 make code more robust w.r.t. applied/unapplied map (primrec vs. primcorec)
blanchet [Mon, 04 Nov 2013 10:52:41 +0100] rev 54234
make code more robust w.r.t. applied/unapplied map (primrec vs. primcorec)
Mon, 04 Nov 2013 10:52:41 +0100 conceal definition
blanchet [Mon, 04 Nov 2013 10:52:41 +0100] rev 54233
conceal definition
Sat, 02 Nov 2013 17:50:28 +0100 more exercises
nipkow [Sat, 02 Nov 2013 17:50:28 +0100] rev 54232
more exercises
Sat, 02 Nov 2013 17:19:34 +0100 more exercises
nipkow [Sat, 02 Nov 2013 17:19:34 +0100] rev 54231
more exercises
Fri, 01 Nov 2013 18:51:14 +0100 more simplification rules on unary and binary minus
haftmann [Fri, 01 Nov 2013 18:51:14 +0100] rev 54230
more simplification rules on unary and binary minus
Thu, 31 Oct 2013 16:54:22 +0100 generate stable names for axioms
blanchet [Thu, 31 Oct 2013 16:54:22 +0100] rev 54229
generate stable names for axioms
Thu, 31 Oct 2013 11:44:20 +0100 purely algebraic foundation for even/odd
haftmann [Thu, 31 Oct 2013 11:44:20 +0100] rev 54228
purely algebraic foundation for even/odd
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip