blanchet [Mon, 25 Jul 2011 14:10:12 +0200] rev 43966
declare "undefined" constant
blanchet [Mon, 25 Jul 2011 14:10:12 +0200] rev 43965
make compile
blanchet [Mon, 25 Jul 2011 14:10:12 +0200] rev 43964
thread proper context through, to make sure that "using [[meson_max_clauses = 200]]" is not ignored when clausifying the conjecture
blanchet [Mon, 25 Jul 2011 14:10:12 +0200] rev 43963
tuning
blanchet [Mon, 25 Jul 2011 14:10:12 +0200] rev 43962
introduced hybrid lambda translation
blanchet [Mon, 25 Jul 2011 14:10:12 +0200] rev 43961
avoid needless type args for lifted-lambdas
bulwahn [Mon, 25 Jul 2011 11:21:45 +0200] rev 43960
replacing conversion function of old code generator by the current code generator in the reflection tactic
bulwahn [Mon, 25 Jul 2011 11:21:44 +0200] rev 43959
fixed typo
bulwahn [Mon, 25 Jul 2011 10:43:14 +0200] rev 43958
removing SML_Quickcheck
bulwahn [Mon, 25 Jul 2011 10:42:32 +0200] rev 43957
NEWS
bulwahn [Mon, 25 Jul 2011 10:40:52 +0200] rev 43956
added legacy warning to old code generation evaluation
bulwahn [Mon, 25 Jul 2011 10:40:51 +0200] rev 43955
added legacy warning to old code generation commands
wenzelm [Sat, 23 Jul 2011 23:33:59 +0200] rev 43954
merged
bulwahn [Sat, 23 Jul 2011 20:05:28 +0200] rev 43953
correcting last example in Predicate_Compile_Examples
wenzelm [Sat, 23 Jul 2011 22:22:21 +0200] rev 43952
make double-sure that interrupts are flushed before executing new work (cf. 22f8c2483bd2);
wenzelm [Sat, 23 Jul 2011 21:29:56 +0200] rev 43951
more detailed tracing;
tuned;
wenzelm [Sat, 23 Jul 2011 20:34:33 +0200] rev 43950
defensive Term_Sharing, to avoid extending trusted code base of inference kernel;
wenzelm [Sat, 23 Jul 2011 20:11:18 +0200] rev 43949
more precise parse_name according to XML standard;
tuned performance;
wenzelm [Sat, 23 Jul 2011 17:22:28 +0200] rev 43948
explicit structure ML_System;
tunned ML bootstrap;
wenzelm [Sat, 23 Jul 2011 16:37:17 +0200] rev 43947
defer evaluation of Scan.message, for improved performance in the frequent situation where failure is handled later (e.g. via ||);
wenzelm [Sat, 23 Jul 2011 16:12:12 +0200] rev 43946
tuned;
haftmann [Fri, 22 Jul 2011 07:33:34 +0200] rev 43945
merged
haftmann [Fri, 22 Jul 2011 07:33:29 +0200] rev 43944
dropped errorneous hint
haftmann [Thu, 21 Jul 2011 22:47:13 +0200] rev 43943
moved some lemmas
haftmann [Thu, 21 Jul 2011 21:56:24 +0200] rev 43942
merged
haftmann [Thu, 21 Jul 2011 18:40:31 +0200] rev 43941
ereal is a complete_linorder instance
haftmann [Wed, 20 Jul 2011 22:14:39 +0200] rev 43940
class complete_linorder
blanchet [Thu, 21 Jul 2011 21:29:10 +0200] rev 43939
make "concealed" lambda translation sound
bulwahn [Thu, 21 Jul 2011 08:33:57 +0200] rev 43938
deactivating all quickcheck invocations until parallel invocation works safely
bulwahn [Thu, 21 Jul 2011 08:31:35 +0200] rev 43937
adapting two examples in Predicate_Compile_Examples
blanchet [Wed, 20 Jul 2011 23:47:27 +0200] rev 43936
use a more robust naming convention for "polymorphic" frees -- the check is an overapproximation but that's fine as far as soundness is concerned
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 20 Jul 2011 16:15:33 +0200] rev 43935
merge