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
blanchet [Thu, 05 May 2011 08:03:28 +0200] rev 42691
I have an intuition that it's sound to omit the first type arg of an hAPP -- and this reduces the size of monomorphized problems quite a bit
blanchet [Thu, 05 May 2011 02:27:02 +0200] rev 42690
removed unsound hAPP optimization
blanchet [Thu, 05 May 2011 00:51:56 +0200] rev 42689
versions of ! and ? for the ASCII-challenged Mirabelle
blanchet [Thu, 05 May 2011 00:22:37 +0200] rev 42688
smoother handling of ! and ? in type system names
blanchet [Wed, 04 May 2011 23:26:20 +0200] rev 42687
tuning
blanchet [Wed, 04 May 2011 23:21:11 +0200] rev 42686
compile + added monotonicity tests
blanchet [Wed, 04 May 2011 23:18:28 +0200] rev 42685
documentation tuning
blanchet [Wed, 04 May 2011 22:56:33 +0200] rev 42684
renamed "many_typed" to "simple" (as in simple types)
blanchet [Wed, 04 May 2011 22:54:10 +0200] rev 42683
update type system documentation
blanchet [Wed, 04 May 2011 22:47:13 +0200] rev 42682
added type homogenization, whereby all (isomorphic) infinite types are mapped to the same type (to reduce the number of different predicates/TFF-types)
blanchet [Wed, 04 May 2011 19:47:41 +0200] rev 42681
document monotonic type systems
blanchet [Wed, 04 May 2011 19:35:48 +0200] rev 42680
exploit inferred monotonicity
blanchet [Wed, 04 May 2011 18:48:25 +0200] rev 42679
[mq]: nitpick_tuning
blanchet [Wed, 04 May 2011 18:43:42 +0200] rev 42678
fixed cardinality computation for function types such as "'a -> unit"
blanchet [Wed, 04 May 2011 15:35:05 +0200] rev 42677
monotonic type inference in ATP Sledgehammer problems -- based on Claessen & al.'s CADE 2011 paper, Sect. 2.3.
wenzelm [Wed, 04 May 2011 15:37:39 +0200] rev 42676
proper case_names for int_cases, int_of_nat_induct;
tuned some proofs, eliminating (cases, auto) anti-pattern;
blanchet [Wed, 04 May 2011 11:49:46 +0200] rev 42675
added type annotation for SML/NJ
blanchet [Wed, 04 May 2011 10:12:44 +0200] rev 42674
eta-expansion for SML/NJ
wenzelm [Tue, 03 May 2011 23:01:25 +0200] rev 42673
removed odd historical material;
wenzelm [Tue, 03 May 2011 22:28:19 +0200] rev 42672
merged