wenzelm [Thu, 12 May 2011 16:42:57 +0200] rev 42719
tuned;
wenzelm [Thu, 12 May 2011 16:28:46 +0200] rev 42718
minor adaption for scala-2.9.0.final;
wenzelm [Thu, 12 May 2011 16:23:13 +0200] rev 42717
proper configuration options Proof_Context.debug and Proof_Context.verbose;
discontinued alias Proof.verbose = Proof_Context.verbose;
wenzelm [Thu, 12 May 2011 16:00:48 +0200] rev 42716
pretend that all versions of BSD are Linux, which might actually work due to binary compatibilty mode of these obsolete platforms;
haftmann [Thu, 12 May 2011 11:03:48 +0200] rev 42715
more uniform naming of lemma
noschinl [Mon, 09 May 2011 16:11:20 +0200] rev 42714
add a lemma about commutative append to List.thy
noschinl [Mon, 09 May 2011 12:26:25 +0200] rev 42713
removed assumption from lemma List.take_add
wenzelm [Fri, 06 May 2011 20:25:41 +0200] rev 42712
no need for underscore.sty -- latex.ltx provides \textunderscore and \_ already;
wenzelm [Fri, 06 May 2011 17:52:08 +0200] rev 42711
removed \underscoreon which is from Larry's iman.sty, not underscore.sty;
blanchet [Fri, 06 May 2011 13:35:00 +0200] rev 42710
further improved type system setup based on Judgment Days
blanchet [Fri, 06 May 2011 13:34:59 +0200] rev 42709
allow each prover to specify its own formula kind for symbols occurring in the conjecture
blanchet [Fri, 06 May 2011 13:34:59 +0200] rev 42708
better type system setup, based on Judgment Day
bulwahn [Fri, 06 May 2011 11:57:21 +0200] rev 42707
improving merge of code specifications by removing code equations of constructors after merging two theories
wenzelm [Thu, 05 May 2011 23:54:06 +0200] rev 42706
tuned;
wenzelm [Thu, 05 May 2011 23:23:02 +0200] rev 42705
tuned some syntax names;
wenzelm [Thu, 05 May 2011 23:15:11 +0200] rev 42704
tuned rail diagrams and layout;
wenzelm [Thu, 05 May 2011 15:01:32 +0200] rev 42703
merged;
blanchet [Thu, 05 May 2011 14:18:58 +0200] rev 42702
tuning
blanchet [Thu, 05 May 2011 14:04:40 +0200] rev 42701
reintroduce unsoundnesses taken out in 4d29b4785f43 and 3c2baf9b3c61 but only for unsound type systems
blanchet [Thu, 05 May 2011 12:40:48 +0200] rev 42700
added FIXME
blanchet [Thu, 05 May 2011 12:40:48 +0200] rev 42699
no lies in debug output (e.g. "slice 2 of 1")
blanchet [Thu, 05 May 2011 12:40:48 +0200] rev 42698
help SOS by ensuring that typing information is marked as part of the conjecture + be more precise w.r.t. typedefs in monotonicity check
blanchet [Thu, 05 May 2011 12:40:48 +0200] rev 42697
query typedefs as well for monotonicity
bulwahn [Thu, 05 May 2011 10:47:33 +0200] rev 42696
adding examples for invoking quickcheck with records
bulwahn [Thu, 05 May 2011 10:47:31 +0200] rev 42695
adding creation of exhaustive generators for records; simplifying dependencies in Main theory
blanchet [Thu, 05 May 2011 10:24:12 +0200] rev 42694
hopefully this will help the SML/NJ type inference
blanchet [Thu, 05 May 2011 10:16:14 +0200] rev 42693
reverted 6efda6167e5d because unsound -- Vampire found a counterexample
blanchet [Thu, 05 May 2011 09:43:39 +0200] rev 42692
improve suggested type system list based on evaluation