nipkow [Sun, 16 Sep 2012 11:50:03 +0200] rev 49396
converted wt into a set, tuned names
traytel [Sun, 16 Sep 2012 10:33:25 +0200] rev 49395
use strip_typeN in bnf_def (instead of repairing strip_type)
bulwahn [Sun, 16 Sep 2012 06:51:36 +0200] rev 49394
removing find_theorems commands that were left in the developments accidently
blanchet [Sat, 15 Sep 2012 23:53:10 +0200] rev 49393
tuning
blanchet [Sat, 15 Sep 2012 21:10:26 +0200] rev 49392
tuned code to avoid special case for "fun"
blanchet [Sat, 15 Sep 2012 21:10:26 +0200] rev 49391
tuned induction tactic
blanchet [Sat, 15 Sep 2012 21:10:26 +0200] rev 49390
tuned error message
blanchet [Sat, 15 Sep 2012 21:10:26 +0200] rev 49389
tuning
haftmann [Sat, 15 Sep 2012 20:14:29 +0200] rev 49388
typeclass formalising bounded subtraction
haftmann [Sat, 15 Sep 2012 20:13:25 +0200] rev 49387
dropped some unused identifiers
traytel [Sat, 15 Sep 2012 16:09:53 +0200] rev 49386
export rel_mono theorem
blanchet [Fri, 14 Sep 2012 22:23:11 +0200] rev 49385
merged two unfold steps
blanchet [Fri, 14 Sep 2012 22:23:11 +0200] rev 49384
took out one rotate_tac
blanchet [Fri, 14 Sep 2012 22:23:11 +0200] rev 49383
killed spurious rotate_tac; use auto instead of blast
blanchet [Fri, 14 Sep 2012 22:23:11 +0200] rev 49382
moved blast tactic to where it is actually needed
blanchet [Fri, 14 Sep 2012 22:23:11 +0200] rev 49381
fixed bug in "mk_map" for the "fun" case
blanchet [Fri, 14 Sep 2012 22:23:11 +0200] rev 49380
correct generalization to 3 or more mutually recursive datatypes
blanchet [Fri, 14 Sep 2012 22:23:11 +0200] rev 49379
provide more guidance, exploiting our knowledge of the goal
blanchet [Fri, 14 Sep 2012 22:23:10 +0200] rev 49378
fixed issue with bound variables in prem prems + tuning
blanchet [Fri, 14 Sep 2012 22:23:10 +0200] rev 49377
use right version of "mk_UnIN"
blanchet [Fri, 14 Sep 2012 22:23:10 +0200] rev 49376
select the right premise in "mk_induct_discharge_prem_prems_tac" instead of relying on backtracking
blanchet [Fri, 14 Sep 2012 22:23:10 +0200] rev 49375
tuned code before fixing "mk_induct_discharge_prem_prems_tac"
wenzelm [Fri, 14 Sep 2012 21:26:01 +0200] rev 49374
tuned proofs;
wenzelm [Fri, 14 Sep 2012 21:23:06 +0200] rev 49373
merged
blanchet [Fri, 14 Sep 2012 12:09:27 +0200] rev 49372
polished the induction
blanchet [Fri, 14 Sep 2012 12:09:27 +0200] rev 49371
put the flat at the right place (to avoid exceptions)
blanchet [Fri, 14 Sep 2012 12:09:27 +0200] rev 49370
fixed variable exporting problem
blanchet [Fri, 14 Sep 2012 12:09:27 +0200] rev 49369
compile
blanchet [Fri, 14 Sep 2012 12:09:27 +0200] rev 49368
added induct tactic
blanchet [Fri, 14 Sep 2012 12:09:27 +0200] rev 49367
tuning
blanchet [Fri, 14 Sep 2012 12:09:27 +0200] rev 49366
renamed "mk_UnN" to "mk_UnIN"
blanchet [Fri, 14 Sep 2012 12:09:27 +0200] rev 49365
merged two commands