wenzelm [Sun, 04 Nov 2012 19:51:53 +0100] rev 50065
more on Simplifier rules, based on old material;
wenzelm [Sun, 04 Nov 2012 19:05:34 +0100] rev 50064
refurbished Simplifier examples;
wenzelm [Sat, 03 Nov 2012 21:31:40 +0100] rev 50063
more on the Simplifier, based on old material;
wenzelm [Sat, 03 Nov 2012 19:07:07 +0100] rev 50062
more concise/precise documentation;
nipkow [Wed, 14 Nov 2012 14:45:14 +0100] rev 50061
tuned text
nipkow [Wed, 14 Nov 2012 14:11:47 +0100] rev 50060
replaced relation by function - simplifies development
traytel [Tue, 13 Nov 2012 12:12:14 +0100] rev 50059
made SMLNJ happier
traytel [Tue, 13 Nov 2012 12:06:43 +0100] rev 50058
import Sublist rather than PrefixOrder to avoid unnecessary class instantiation
haftmann [Tue, 13 Nov 2012 09:08:32 +0100] rev 50057
prefer explicit Random.seed
haftmann [Mon, 12 Nov 2012 23:24:40 +0100] rev 50056
dropped dead code
haftmann [Mon, 12 Nov 2012 23:24:40 +0100] rev 50055
tuned import order
nipkow [Mon, 12 Nov 2012 18:42:49 +0100] rev 50054
tuned layout
blanchet [Mon, 12 Nov 2012 14:46:42 +0100] rev 50053
fixed detection of tautologies -- things like "a = b" in a structured proof, where a and b are Frees, shouldn't be discarted as tautologies
blanchet [Mon, 12 Nov 2012 14:11:51 +0100] rev 50052
create temp directory if not already created
nipkow [Mon, 12 Nov 2012 12:28:19 +0100] rev 50051
merged
nipkow [Mon, 12 Nov 2012 12:27:58 +0100] rev 50050
new theory IMP/Finite_Reachable
blanchet [Mon, 12 Nov 2012 12:06:56 +0100] rev 50049
avoid messing too much with output of "string_of_term", so that it doesn't break the yxml encoding for jEdit
blanchet [Mon, 12 Nov 2012 11:52:37 +0100] rev 50048
centralized term printing code
blanchet [Mon, 12 Nov 2012 11:32:22 +0100] rev 50047
thread context correctly when printing backquoted facts
haftmann [Sun, 11 Nov 2012 19:56:02 +0100] rev 50046
dropped dead code;
tuned theory text
haftmann [Sun, 11 Nov 2012 19:24:01 +0100] rev 50045
modernized, simplified and compacted oracle and proof method glue code;
corrected slips with poly.Pw and Orderings.less(_eq)
nipkow [Fri, 09 Nov 2012 19:21:47 +0100] rev 50044
merged
nipkow [Fri, 09 Nov 2012 19:16:31 +0100] rev 50043
fixed underscores
immler@in.tum.de [Fri, 09 Nov 2012 14:31:26 +0100] rev 50042
moved lemmas into projective_family; added header for theory Projective_Family
immler@in.tum.de [Fri, 09 Nov 2012 14:14:45 +0100] rev 50041
removed redundant/unnecessary assumptions from projective_family
immler@in.tum.de [Wed, 07 Nov 2012 14:41:49 +0100] rev 50040
assume probability spaces; allow empty index set
immler@in.tum.de [Wed, 07 Nov 2012 11:33:27 +0100] rev 50039
added projective_family; generalized generator in product_prob_space to projective_family
immler@in.tum.de [Tue, 06 Nov 2012 11:03:28 +0100] rev 50038
moved lemmas further up
bulwahn [Thu, 08 Nov 2012 20:02:41 +0100] rev 50037
tuned proofs
bulwahn [Thu, 08 Nov 2012 19:55:37 +0100] rev 50036
using hyp_subst_tac that allows to pass the current simpset to avoid the renamed bound variable warning in the simplifier