Thu, 09 Jun 2011 17:58:42 +0200 even more robust \isaspacing;
wenzelm [Thu, 09 Jun 2011 17:58:42 +0200] rev 43327
even more robust \isaspacing;
Thu, 09 Jun 2011 17:51:49 +0200 simplified Name.variant -- discontinued builtin fold_map;
wenzelm [Thu, 09 Jun 2011 17:51:49 +0200] rev 43326
simplified Name.variant -- discontinued builtin fold_map;
Thu, 09 Jun 2011 17:46:25 +0200 some attempts at robust \isaspacing so that \isa{...} can be used in section headings etc. (need to avoid `\? for some reason);
wenzelm [Thu, 09 Jun 2011 17:46:25 +0200] rev 43325
some attempts at robust \isaspacing so that \isa{...} can be used in section headings etc. (need to avoid `\? for some reason);
Thu, 09 Jun 2011 16:34:49 +0200 discontinued Name.variant to emphasize that this is old-style / indirect;
wenzelm [Thu, 09 Jun 2011 16:34:49 +0200] rev 43324
discontinued Name.variant to emphasize that this is old-style / indirect;
Thu, 09 Jun 2011 15:38:49 +0200 prefer new-style Name.invents;
wenzelm [Thu, 09 Jun 2011 15:38:49 +0200] rev 43323
prefer new-style Name.invents;
Thu, 09 Jun 2011 15:37:37 +0200 more tight name invention -- avoiding old functions;
wenzelm [Thu, 09 Jun 2011 15:37:37 +0200] rev 43322
more tight name invention -- avoiding old functions;
Thu, 09 Jun 2011 11:26:25 +0200 \frenchspacing for formal isabelle style avoids extra space in situations like ``@{text "?"}'' followed by plain text;
wenzelm [Thu, 09 Jun 2011 11:26:25 +0200] rev 43321
\frenchspacing for formal isabelle style avoids extra space in situations like ``@{text "?"}'' followed by plain text;
Thu, 09 Jun 2011 10:59:25 +0200 tuned;
wenzelm [Thu, 09 Jun 2011 10:59:25 +0200] rev 43320
tuned;
Thu, 09 Jun 2011 10:43:42 +0200 NEWS
bulwahn [Thu, 09 Jun 2011 10:43:42 +0200] rev 43319
NEWS
Thu, 09 Jun 2011 10:19:51 +0200 correcting import theory of examples
bulwahn [Thu, 09 Jun 2011 10:19:51 +0200] rev 43318
correcting import theory of examples
Thu, 09 Jun 2011 09:07:13 +0200 fixing code generation test
bulwahn [Thu, 09 Jun 2011 09:07:13 +0200] rev 43317
fixing code generation test
Thu, 09 Jun 2011 08:32:22 +0200 removing char setup
bulwahn [Thu, 09 Jun 2011 08:32:22 +0200] rev 43316
removing char setup
Thu, 09 Jun 2011 08:32:21 +0200 removing unneccessary manual instantiations and dead definitions; hiding more constants and facts
bulwahn [Thu, 09 Jun 2011 08:32:21 +0200] rev 43315
removing unneccessary manual instantiations and dead definitions; hiding more constants and facts
Thu, 09 Jun 2011 08:32:19 +0200 adding a nicer error message for quickcheck_narrowing; hiding fact empty_def
bulwahn [Thu, 09 Jun 2011 08:32:19 +0200] rev 43314
adding a nicer error message for quickcheck_narrowing; hiding fact empty_def
Thu, 09 Jun 2011 08:32:18 +0200 adding narrowing engine for existentials
bulwahn [Thu, 09 Jun 2011 08:32:18 +0200] rev 43313
adding narrowing engine for existentials
Thu, 09 Jun 2011 08:32:18 +0200 adapting Quickcheck_Narrowing: adding setup for characters; correcting import statement
bulwahn [Thu, 09 Jun 2011 08:32:18 +0200] rev 43312
adapting Quickcheck_Narrowing: adding setup for characters; correcting import statement
Thu, 09 Jun 2011 08:32:16 +0200 adding theory Quickcheck_Narrowing to HOL-Main image
bulwahn [Thu, 09 Jun 2011 08:32:16 +0200] rev 43311
adding theory Quickcheck_Narrowing to HOL-Main image
Thu, 09 Jun 2011 08:32:15 +0200 adapting IsaMakefile
bulwahn [Thu, 09 Jun 2011 08:32:15 +0200] rev 43310
adapting IsaMakefile
Thu, 09 Jun 2011 08:32:14 +0200 moving Quickcheck_Narrowing from Library to base directory
bulwahn [Thu, 09 Jun 2011 08:32:14 +0200] rev 43309
moving Quickcheck_Narrowing from Library to base directory
Thu, 09 Jun 2011 08:32:13 +0200 compilation of Haskell in its own target for Quickcheck; passing options by arguments in Narrowing_Generators
bulwahn [Thu, 09 Jun 2011 08:32:13 +0200] rev 43308
compilation of Haskell in its own target for Quickcheck; passing options by arguments in Narrowing_Generators
Thu, 09 Jun 2011 08:31:41 +0200 local simp rule in List_Cset
bulwahn [Thu, 09 Jun 2011 08:31:41 +0200] rev 43307
local simp rule in List_Cset
Thu, 09 Jun 2011 00:16:28 +0200 tuning
blanchet [Thu, 09 Jun 2011 00:16:28 +0200] rev 43306
tuning
Thu, 09 Jun 2011 00:16:28 +0200 compile
blanchet [Thu, 09 Jun 2011 00:16:28 +0200] rev 43305
compile
Thu, 09 Jun 2011 00:16:28 +0200 cleaner fact freshening, which also works in corner cases, e.g. if two backquoted facts have the same name (but have different variable indices)
blanchet [Thu, 09 Jun 2011 00:16:28 +0200] rev 43304
cleaner fact freshening, which also works in corner cases, e.g. if two backquoted facts have the same name (but have different variable indices)
Thu, 09 Jun 2011 00:16:28 +0200 added a really fully typed translation as a fallback for Metis, in rare cases where Metis correctly proves a theorem but has type-unsound steps in it (which is likelier to happen with some of the lighter translations)
blanchet [Thu, 09 Jun 2011 00:16:28 +0200] rev 43303
added a really fully typed translation as a fallback for Metis, in rare cases where Metis correctly proves a theorem but has type-unsound steps in it (which is likelier to happen with some of the lighter translations)
Thu, 09 Jun 2011 00:16:28 +0200 improve sort inference in Metis proofs -- in some rare cases Metis steals Isabelle's variable names and the sorts must then be inferred as well
blanchet [Thu, 09 Jun 2011 00:16:28 +0200] rev 43302
improve sort inference in Metis proofs -- in some rare cases Metis steals Isabelle's variable names and the sorts must then be inferred as well
Thu, 09 Jun 2011 00:16:28 +0200 removed needless function that duplicated standard functionality, with a little unnecessary twist
blanchet [Thu, 09 Jun 2011 00:16:28 +0200] rev 43301
removed needless function that duplicated standard functionality, with a little unnecessary twist
Thu, 09 Jun 2011 00:16:28 +0200 removed more dead code
blanchet [Thu, 09 Jun 2011 00:16:28 +0200] rev 43300
removed more dead code
Thu, 09 Jun 2011 00:16:28 +0200 be a bit more liberal with respect to the universal sort -- it sometimes help
blanchet [Thu, 09 Jun 2011 00:16:28 +0200] rev 43299
be a bit more liberal with respect to the universal sort -- it sometimes help
Thu, 09 Jun 2011 00:16:28 +0200 renamed "untyped_aconv" to distinguish it clearly from the standard "aconv_untyped"
blanchet [Thu, 09 Jun 2011 00:16:28 +0200] rev 43298
renamed "untyped_aconv" to distinguish it clearly from the standard "aconv_untyped"
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip