Wed, 25 Aug 2010 18:26:58 +0800 quotient package: deal correctly with frees in lifted theorems
Christian Urban <urbanc@in.tum.de> [Wed, 25 Aug 2010 18:26:58 +0800] rev 38717
quotient package: deal correctly with frees in lifted theorems
Wed, 25 Aug 2010 18:38:49 +0200 approximation_oracle: actually match true/false in ML, not arbitrary values;
wenzelm [Wed, 25 Aug 2010 18:38:49 +0200] rev 38716
approximation_oracle: actually match true/false in ML, not arbitrary values;
Wed, 25 Aug 2010 18:36:22 +0200 renamed Simplifier.simproc(_i) to Simplifier.simproc_global(_i) to emphasize that this is not the real thing;
wenzelm [Wed, 25 Aug 2010 18:36:22 +0200] rev 38715
renamed Simplifier.simproc(_i) to Simplifier.simproc_global(_i) to emphasize that this is not the real thing;
Wed, 25 Aug 2010 18:19:04 +0200 more precise Command.State accumulation;
wenzelm [Wed, 25 Aug 2010 18:19:04 +0200] rev 38714
more precise Command.State accumulation;
Wed, 25 Aug 2010 17:45:35 +0200 eliminated some old camel case stuff;
wenzelm [Wed, 25 Aug 2010 17:45:35 +0200] rev 38713
eliminated some old camel case stuff;
Wed, 25 Aug 2010 17:34:10 +0200 some attempts to recover Isabelle/ML style from the depths of time;
wenzelm [Wed, 25 Aug 2010 17:34:10 +0200] rev 38712
some attempts to recover Isabelle/ML style from the depths of time;
Wed, 25 Aug 2010 16:13:55 +0200 keep persistent production tables as immutable vectors -- potential performance improvement on modern hardware;
wenzelm [Wed, 25 Aug 2010 16:13:55 +0200] rev 38711
keep persistent production tables as immutable vectors -- potential performance improvement on modern hardware;
Wed, 25 Aug 2010 15:41:14 +0200 select tangible text ranges here -- more robust against ongoing changes of the markup query model
wenzelm [Wed, 25 Aug 2010 15:41:14 +0200] rev 38710
select tangible text ranges here -- more robust against ongoing changes of the markup query model
Wed, 25 Aug 2010 15:12:49 +0200 structure Thm: less pervasive names;
wenzelm [Wed, 25 Aug 2010 15:12:49 +0200] rev 38709
structure Thm: less pervasive names;
Wed, 25 Aug 2010 14:18:09 +0200 discontinued obsolete 'global' and 'local' commands;
wenzelm [Wed, 25 Aug 2010 14:18:09 +0200] rev 38708
discontinued obsolete 'global' and 'local' commands;
Wed, 25 Aug 2010 11:30:45 +0200 merged
wenzelm [Wed, 25 Aug 2010 11:30:45 +0200] rev 38707
merged
Wed, 25 Aug 2010 11:10:08 +0200 merged
hoelzl [Wed, 25 Aug 2010 11:10:08 +0200] rev 38706
merged
Tue, 24 Aug 2010 14:41:37 +0200 moved generic lemmas in Probability to HOL
hoelzl [Tue, 24 Aug 2010 14:41:37 +0200] rev 38705
moved generic lemmas in Probability to HOL
Wed, 25 Aug 2010 11:13:58 +0200 merged
wenzelm [Wed, 25 Aug 2010 11:13:58 +0200] rev 38704
merged
Wed, 25 Aug 2010 09:44:54 +0200 traling newline on standard output
haftmann [Wed, 25 Aug 2010 09:44:54 +0200] rev 38703
traling newline on standard output
Wed, 25 Aug 2010 11:17:33 +0900 Quotient Package / lemma for regularization of bex1_rel for equivalence relations
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 25 Aug 2010 11:17:33 +0900] rev 38702
Quotient Package / lemma for regularization of bex1_rel for equivalence relations
Tue, 24 Aug 2010 20:09:30 +0200 merged
blanchet [Tue, 24 Aug 2010 20:09:30 +0200] rev 38701
merged
Tue, 24 Aug 2010 19:55:34 +0200 make Mirabelle happy
blanchet [Tue, 24 Aug 2010 19:55:34 +0200] rev 38700
make Mirabelle happy
Tue, 24 Aug 2010 19:19:28 +0200 compute names lazily;
blanchet [Tue, 24 Aug 2010 19:19:28 +0200] rev 38699
compute names lazily; there's no point to compute the names of 10000 facts when only 500 are used
Tue, 24 Aug 2010 18:03:43 +0200 clean handling of whether a fact is chained or not;
blanchet [Tue, 24 Aug 2010 18:03:43 +0200] rev 38698
clean handling of whether a fact is chained or not; more elegant and reliable than encoding it in the name
Tue, 24 Aug 2010 16:43:52 +0200 don't backtick facts that contain schematic variables, since this doesn't work (for some reason)
blanchet [Tue, 24 Aug 2010 16:43:52 +0200] rev 38697
don't backtick facts that contain schematic variables, since this doesn't work (for some reason)
Tue, 24 Aug 2010 16:24:11 +0200 quote facts whose names collide with a keyword or command name (cf. "subclass" in "Jinja/J/TypeSafe.thy")
blanchet [Tue, 24 Aug 2010 16:24:11 +0200] rev 38696
quote facts whose names collide with a keyword or command name (cf. "subclass" in "Jinja/J/TypeSafe.thy")
Tue, 24 Aug 2010 15:29:13 +0200 revert this idea of automatically invoking "metisFT" when "metis" fails;
blanchet [Tue, 24 Aug 2010 15:29:13 +0200] rev 38695
revert this idea of automatically invoking "metisFT" when "metis" fails; there are very few good reasons why "metisFT" should succeed when "metis" fails, and "metisFT" tends to "diverge" more often than "metis -- furthermore the exception handling code wasn't working properly
Tue, 24 Aug 2010 22:38:45 +0800 use matching of types than just equality - this is needed in nominal to cope with type variables
Christian Urban <urbanc@in.tum.de> [Tue, 24 Aug 2010 22:38:45 +0800] rev 38694
use matching of types than just equality - this is needed in nominal to cope with type variables
Tue, 24 Aug 2010 15:08:05 +0200 merge
blanchet [Tue, 24 Aug 2010 15:08:05 +0200] rev 38693
merge
Tue, 24 Aug 2010 15:07:54 +0200 cosmetics
blanchet [Tue, 24 Aug 2010 15:07:54 +0200] rev 38692
cosmetics
Tue, 24 Aug 2010 15:06:47 +0200 use a soft time limit for E
blanchet [Tue, 24 Aug 2010 15:06:47 +0200] rev 38691
use a soft time limit for E with a hard limit, "eproof"/"eproof.pl" doesn't show the proof is there's less than 1 second left, yielding "the ATP output is malformed"
Tue, 24 Aug 2010 14:36:29 +0200 make remote ATP versions more robust, by starting with "preferred" version numbers and falling back on any version
blanchet [Tue, 24 Aug 2010 14:36:29 +0200] rev 38690
make remote ATP versions more robust, by starting with "preferred" version numbers and falling back on any version
Mon, 23 Aug 2010 23:32:11 +0200 cosmetics
blanchet [Mon, 23 Aug 2010 23:32:11 +0200] rev 38689
cosmetics
Mon, 23 Aug 2010 23:24:24 +0200 optimize fact filter some more
blanchet [Mon, 23 Aug 2010 23:24:24 +0200] rev 38688
optimize fact filter some more
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip