huffman [Wed, 10 Aug 2011 00:31:51 -0700] rev 44130
merged
huffman [Wed, 10 Aug 2011 00:29:31 -0700] rev 44129
simplified definition of class euclidean_space;
removed classes real_basis and real_basis_with_inner
huffman [Tue, 09 Aug 2011 13:09:35 -0700] rev 44128
bounded_linear interpretation for euclidean_component
huffman [Tue, 09 Aug 2011 12:50:22 -0700] rev 44127
lemma bounded_linear_intro
huffman [Tue, 09 Aug 2011 10:42:07 -0700] rev 44126
avoid duplicate rewrite warnings
huffman [Tue, 09 Aug 2011 10:30:00 -0700] rev 44125
mark some redundant theorems as legacy
huffman [Tue, 09 Aug 2011 08:53:12 -0700] rev 44124
Derivative.thy: more sensible subsection headings
huffman [Tue, 09 Aug 2011 07:37:18 -0700] rev 44123
Derivative.thy: clean up formatting
huffman [Mon, 08 Aug 2011 21:17:52 -0700] rev 44122
instance real_basis_with_inner < perfect_space
wenzelm [Wed, 10 Aug 2011 20:53:43 +0200] rev 44121
old term operations are legacy;
wenzelm [Wed, 10 Aug 2011 20:12:36 +0200] rev 44120
moved old code generator to src/Tools/;
wenzelm [Wed, 10 Aug 2011 19:46:48 +0200] rev 44119
avoid OldTerm operations -- with subtle changes of semantics;
wenzelm [Wed, 10 Aug 2011 19:45:57 +0200] rev 44118
avoid OldTerm operations -- with subtle changes of semantics;
wenzelm [Wed, 10 Aug 2011 19:45:41 +0200] rev 44117
avoid OldTerm operations -- with subtle changes of semantics;
wenzelm [Wed, 10 Aug 2011 19:21:28 +0200] rev 44116
avoid OldTerm operations -- with subtle changes of semantics;
wenzelm [Wed, 10 Aug 2011 16:26:05 +0200] rev 44115
tuned signature;
wenzelm [Wed, 10 Aug 2011 16:24:39 +0200] rev 44114
Goal.forked: clarified handling of interrupts;
wenzelm [Wed, 10 Aug 2011 16:05:14 +0200] rev 44113
future_job: explicit indication of interrupts;
wenzelm [Wed, 10 Aug 2011 15:17:24 +0200] rev 44112
more explicit Simple_Thread.interrupt_unsynchronized, to emphasize its meaning;
wenzelm [Wed, 10 Aug 2011 14:28:55 +0200] rev 44111
synchronized cancel and flushing of Multithreading.interrupted state, to ensure that interrupts stay within task boundaries;
wenzelm [Wed, 10 Aug 2011 14:04:45 +0200] rev 44110
tuned source structure;
wenzelm [Wed, 10 Aug 2011 10:59:37 +0200] rev 44109
bash_output_fifo blocks on Cygwin 1.7.x;
berghofe [Tue, 09 Aug 2011 23:54:17 +0200] rev 44108
rename_bvs now avoids introducing name clashes between schematic variables
wenzelm [Tue, 09 Aug 2011 22:37:33 +0200] rev 44107
merged
haftmann [Tue, 09 Aug 2011 20:24:48 +0200] rev 44106
tuned proofs
haftmann [Tue, 09 Aug 2011 18:52:18 +0200] rev 44105
merged
haftmann [Tue, 09 Aug 2011 08:07:22 +0200] rev 44104
tuned header
haftmann [Tue, 09 Aug 2011 08:06:15 +0200] rev 44103
more uniform naming scheme for Inf/INF and Sup/SUP lemmas
kleing [Tue, 09 Aug 2011 16:09:10 +0200] rev 44102
removed "extremely ambigous" warning; has been ignored by everyone for years.
wenzelm [Tue, 09 Aug 2011 22:30:33 +0200] rev 44101
misc tuning and clarification;
wenzelm [Tue, 09 Aug 2011 21:48:36 +0200] rev 44100
tuned whitespace;
blanchet [Tue, 09 Aug 2011 17:33:17 +0200] rev 44099
support local HOATPs
blanchet [Tue, 09 Aug 2011 17:33:17 +0200] rev 44098
document local HOATPs
blanchet [Tue, 09 Aug 2011 17:33:17 +0200] rev 44097
workaround THF parser limitation
blanchet [Tue, 09 Aug 2011 17:33:17 +0200] rev 44096
LEO-II also supports FOF
wenzelm [Tue, 09 Aug 2011 15:50:13 +0200] rev 44095
misc tuning and simplification;
wenzelm [Tue, 09 Aug 2011 15:41:00 +0200] rev 44094
updated documentation of method "split" according to e6a4bb832b46;
blanchet [Tue, 09 Aug 2011 09:39:49 +0200] rev 44093
updated references to CADE-23
blanchet [Tue, 09 Aug 2011 09:33:50 +0200] rev 44092
renamed E wrappers for consistency with CASC conventions
blanchet [Tue, 09 Aug 2011 09:33:01 +0200] rev 44091
updated Sledgehammer docs
blanchet [Tue, 09 Aug 2011 09:24:34 +0200] rev 44090
add line number prefix to output file name
blanchet [Tue, 09 Aug 2011 09:07:59 +0200] rev 44089
added "sound" option to Mirabelle
blanchet [Tue, 09 Aug 2011 09:05:22 +0200] rev 44088
move lambda-lifting code to ATP encoding, so it can be used by Metis
blanchet [Tue, 09 Aug 2011 09:05:21 +0200] rev 44087
load lambda-lifting structure earlier, so it can be used in Metis
haftmann [Tue, 09 Aug 2011 07:44:17 +0200] rev 44086
merged
haftmann [Mon, 08 Aug 2011 22:33:36 +0200] rev 44085
move legacy candiates to bottom; marked candidates for default simp rules
haftmann [Mon, 08 Aug 2011 22:11:00 +0200] rev 44084
merged
haftmann [Mon, 08 Aug 2011 19:30:18 +0200] rev 44083
dropped lemmas (Inf|Sup)_(singleton|binary)
haftmann [Mon, 08 Aug 2011 19:21:11 +0200] rev 44082
dropped lemmas (Inf|Sup)_(singleton|binary)
huffman [Mon, 08 Aug 2011 19:26:53 -0700] rev 44081
rename type 'a net to 'a filter, following standard mathematical terminology
huffman [Mon, 08 Aug 2011 18:36:32 -0700] rev 44080
HOLCF: fix warnings about unreferenced identifiers
huffman [Mon, 08 Aug 2011 16:57:37 -0700] rev 44079
remove duplicate lemmas
huffman [Mon, 08 Aug 2011 16:19:57 -0700] rev 44078
merged
huffman [Mon, 08 Aug 2011 16:04:58 -0700] rev 44077
fix perfect_space instance proof for finite cartesian product (cf. 5b970711fb39)
huffman [Mon, 08 Aug 2011 15:27:24 -0700] rev 44076
generalize sequence lemmas
huffman [Mon, 08 Aug 2011 15:11:38 -0700] rev 44075
generalize more lemmas about compactness
huffman [Mon, 08 Aug 2011 15:03:34 -0700] rev 44074
generalize compactness equivalence lemmas
huffman [Mon, 08 Aug 2011 14:59:01 -0700] rev 44073
lemma bolzano_weierstrass_imp_compact
huffman [Mon, 08 Aug 2011 14:44:20 -0700] rev 44072
class perfect_space inherits from topological_space;
generalized several lemmas
wenzelm [Mon, 08 Aug 2011 21:55:01 +0200] rev 44071
merged