wenzelm [Wed, 06 Jul 2011 20:14:13 +0200] rev 43683
tuned errors;
more direct Name.uu_ for dummy abstractions;
wenzelm [Wed, 06 Jul 2011 13:31:12 +0200] rev 43682
record package: proper configuration options;
wenzelm [Wed, 06 Jul 2011 11:37:29 +0200] rev 43681
just one copy of split_args;
tuned error message;
wenzelm [Wed, 06 Jul 2011 09:54:40 +0200] rev 43680
merged
hoelzl [Tue, 05 Jul 2011 19:11:29 +0200] rev 43679
rename lemma Infinite_Product_Measure.sigma_sets_subseteq, it hides Sigma_Algebra.sigma_sets_subseteq
nik [Tue, 05 Jul 2011 17:09:59 +0100] rev 43678
improved translation of lambdas in THF
nik [Tue, 05 Jul 2011 17:09:59 +0100] rev 43677
added generation of lambdas in THF
nik [Tue, 05 Jul 2011 17:09:59 +0100] rev 43676
add support for lambdas in TPTP THF generator + killed an unsound type encoding (because the monotonicity calculus assumes first-order)
wenzelm [Tue, 05 Jul 2011 23:18:14 +0200] rev 43675
simplified Symbol.iterator: produce strings, which are mostly preallocated;
eliminated Symbol.CharSequence complications;
wenzelm [Tue, 05 Jul 2011 22:43:18 +0200] rev 43674
tuned comment (cf. e9f26e66692d);
wenzelm [Tue, 05 Jul 2011 22:39:15 +0200] rev 43673
Thy_Info.dependencies: ignore already loaded theories, according to initial prover session status;
wenzelm [Tue, 05 Jul 2011 22:38:44 +0200] rev 43672
theory name needs to conform to Path syntax;
wenzelm [Tue, 05 Jul 2011 21:53:59 +0200] rev 43671
hard-wired print mode "xsymbols" increases chance that "iff" in HOL will print symbolic arrow;
wenzelm [Tue, 05 Jul 2011 21:32:48 +0200] rev 43670
prefer space_explode/split_lines as in Isabelle/ML;
wenzelm [Tue, 05 Jul 2011 21:20:24 +0200] rev 43669
Path.split convenience;
wenzelm [Tue, 05 Jul 2011 20:36:49 +0200] rev 43668
get theory from last executation state;
tuned error messages;
wenzelm [Tue, 05 Jul 2011 19:45:59 +0200] rev 43667
explicit exit_transaction with Theory.end_theory (which could include sanity checks as in HOL-SPARK for example);
reduced Theory.end_theory to plain projection, outside transaction context (see also ddc3b72f9a42);
wenzelm [Tue, 05 Jul 2011 11:45:48 +0200] rev 43666
clarified cancel_execution/await_cancellation;
wenzelm [Tue, 05 Jul 2011 11:16:37 +0200] rev 43665
tuned signature;
tuned;
wenzelm [Tue, 05 Jul 2011 10:54:05 +0200] rev 43664
tuned;
krauss [Tue, 05 Jul 2011 09:54:39 +0200] rev 43663
re-check to explicitly propagate a given type constraint to lhs -- necessary to trigger type improvement in an instantiation target
wenzelm [Mon, 04 Jul 2011 22:25:33 +0200] rev 43662
Document.no_id/new_id as in ML (new_id *could* be session-specific but it isn't right now);
wenzelm [Mon, 04 Jul 2011 22:11:32 +0200] rev 43661
quasi-static Isabelle_System -- reduced tendency towards "functorial style";
wenzelm [Mon, 04 Jul 2011 20:18:19 +0200] rev 43660
explicit class Counter;
wenzelm [Mon, 04 Jul 2011 16:54:58 +0200] rev 43659
merged
hoelzl [Mon, 04 Jul 2011 10:23:46 +0200] rev 43658
the borel probability measure is easier to handle with {0 ..< 1} (coverable by disjoint intervals {_ ..< _})
hoelzl [Mon, 04 Jul 2011 10:15:49 +0200] rev 43657
equalities of subsets of atLeastLessThan
bulwahn [Sun, 03 Jul 2011 09:59:25 +0200] rev 43656
adding documentation of the value antiquotation to the code generation manual
blanchet [Sun, 03 Jul 2011 08:15:14 +0200] rev 43655
make SML/NJ happy
haftmann [Sat, 02 Jul 2011 22:55:58 +0200] rev 43654
install case certificate for If after code_datatype declaration for bool
haftmann [Sat, 02 Jul 2011 22:14:47 +0200] rev 43653
tuned typo
wenzelm [Mon, 04 Jul 2011 16:51:45 +0200] rev 43652
pervasive Basic_Library in Scala;
tuned;