haftmann [Wed, 21 Oct 2009 12:08:52 +0200] rev 33043
merged
haftmann [Wed, 21 Oct 2009 12:02:56 +0200] rev 33042
curried union as canonical list operation
haftmann [Wed, 21 Oct 2009 12:02:19 +0200] rev 33041
tuned ML import
haftmann [Wed, 21 Oct 2009 10:15:31 +0200] rev 33040
removed old-style \ and \\ infixes
haftmann [Wed, 21 Oct 2009 08:16:25 +0200] rev 33039
merged
haftmann [Wed, 21 Oct 2009 08:14:38 +0200] rev 33038
dropped redundant gen_ prefix
haftmann [Tue, 20 Oct 2009 16:13:01 +0200] rev 33037
replaced old_style infixes eq_set, subset, union, inter and variants by generic versions
kleing [Wed, 21 Oct 2009 16:41:22 +1100] rev 33036
find_theorems: better handling of abbreviations (by Timothy Bourke)
wenzelm [Wed, 21 Oct 2009 00:36:12 +0200] rev 33035
standardized basic operations on type option;
wenzelm [Tue, 20 Oct 2009 23:25:04 +0200] rev 33034
eliminated THENL -- use THEN RANGE;
eliminated TRY' -- use TRY with op o;
observe naming convention ctxt: Proof.context;
tuned whitespace;