Thu, 05 May 2011 12:40:48 +0200 query typedefs as well for monotonicity
blanchet [Thu, 05 May 2011 12:40:48 +0200] rev 42697
query typedefs as well for monotonicity
Thu, 05 May 2011 10:47:33 +0200 adding examples for invoking quickcheck with records
bulwahn [Thu, 05 May 2011 10:47:33 +0200] rev 42696
adding examples for invoking quickcheck with records
Thu, 05 May 2011 10:47:31 +0200 adding creation of exhaustive generators for records; simplifying dependencies in Main theory
bulwahn [Thu, 05 May 2011 10:47:31 +0200] rev 42695
adding creation of exhaustive generators for records; simplifying dependencies in Main theory
Thu, 05 May 2011 10:24:12 +0200 hopefully this will help the SML/NJ type inference
blanchet [Thu, 05 May 2011 10:24:12 +0200] rev 42694
hopefully this will help the SML/NJ type inference
Thu, 05 May 2011 10:16:14 +0200 reverted 6efda6167e5d because unsound -- Vampire found a counterexample
blanchet [Thu, 05 May 2011 10:16:14 +0200] rev 42693
reverted 6efda6167e5d because unsound -- Vampire found a counterexample
Thu, 05 May 2011 09:43:39 +0200 improve suggested type system list based on evaluation
blanchet [Thu, 05 May 2011 09:43:39 +0200] rev 42692
improve suggested type system list based on evaluation
Thu, 05 May 2011 08:03:28 +0200 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 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
Thu, 05 May 2011 02:27:02 +0200 removed unsound hAPP optimization
blanchet [Thu, 05 May 2011 02:27:02 +0200] rev 42690
removed unsound hAPP optimization
Thu, 05 May 2011 00:51:56 +0200 versions of ! and ? for the ASCII-challenged Mirabelle
blanchet [Thu, 05 May 2011 00:51:56 +0200] rev 42689
versions of ! and ? for the ASCII-challenged Mirabelle
Thu, 05 May 2011 00:22:37 +0200 smoother handling of ! and ? in type system names
blanchet [Thu, 05 May 2011 00:22:37 +0200] rev 42688
smoother handling of ! and ? in type system names
Wed, 04 May 2011 23:26:20 +0200 tuning
blanchet [Wed, 04 May 2011 23:26:20 +0200] rev 42687
tuning
Wed, 04 May 2011 23:21:11 +0200 compile + added monotonicity tests
blanchet [Wed, 04 May 2011 23:21:11 +0200] rev 42686
compile + added monotonicity tests
Wed, 04 May 2011 23:18:28 +0200 documentation tuning
blanchet [Wed, 04 May 2011 23:18:28 +0200] rev 42685
documentation tuning
Wed, 04 May 2011 22:56:33 +0200 renamed "many_typed" to "simple" (as in simple types)
blanchet [Wed, 04 May 2011 22:56:33 +0200] rev 42684
renamed "many_typed" to "simple" (as in simple types)
Wed, 04 May 2011 22:54:10 +0200 update type system documentation
blanchet [Wed, 04 May 2011 22:54:10 +0200] rev 42683
update type system documentation
Wed, 04 May 2011 22:47:13 +0200 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 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)
Wed, 04 May 2011 19:47:41 +0200 document monotonic type systems
blanchet [Wed, 04 May 2011 19:47:41 +0200] rev 42681
document monotonic type systems
Wed, 04 May 2011 19:35:48 +0200 exploit inferred monotonicity
blanchet [Wed, 04 May 2011 19:35:48 +0200] rev 42680
exploit inferred monotonicity
Wed, 04 May 2011 18:48:25 +0200 [mq]: nitpick_tuning
blanchet [Wed, 04 May 2011 18:48:25 +0200] rev 42679
[mq]: nitpick_tuning
Wed, 04 May 2011 18:43:42 +0200 fixed cardinality computation for function types such as "'a -> unit"
blanchet [Wed, 04 May 2011 18:43:42 +0200] rev 42678
fixed cardinality computation for function types such as "'a -> unit"
Wed, 04 May 2011 15:35:05 +0200 monotonic type inference in ATP Sledgehammer problems -- based on Claessen & al.'s CADE 2011 paper, Sect. 2.3.
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.
Wed, 04 May 2011 15:37:39 +0200 proper case_names for int_cases, int_of_nat_induct;
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;
Wed, 04 May 2011 11:49:46 +0200 added type annotation for SML/NJ
blanchet [Wed, 04 May 2011 11:49:46 +0200] rev 42675
added type annotation for SML/NJ
Wed, 04 May 2011 10:12:44 +0200 eta-expansion for SML/NJ
blanchet [Wed, 04 May 2011 10:12:44 +0200] rev 42674
eta-expansion for SML/NJ
Tue, 03 May 2011 23:01:25 +0200 removed odd historical material;
wenzelm [Tue, 03 May 2011 23:01:25 +0200] rev 42673
removed odd historical material;
Tue, 03 May 2011 22:28:19 +0200 merged
wenzelm [Tue, 03 May 2011 22:28:19 +0200] rev 42672
merged
Tue, 03 May 2011 21:46:49 +0200 fixed per-ATP dangerous axiom detection -- embarrassing bugs introduced in change a7a30721767a
blanchet [Tue, 03 May 2011 21:46:49 +0200] rev 42671
fixed per-ATP dangerous axiom detection -- embarrassing bugs introduced in change a7a30721767a
Tue, 03 May 2011 21:46:05 +0200 cosmetics
blanchet [Tue, 03 May 2011 21:46:05 +0200] rev 42670
cosmetics
Tue, 03 May 2011 22:27:32 +0200 more conventional naming scheme: names_long, names_short, names_unique;
wenzelm [Tue, 03 May 2011 22:27:32 +0200] rev 42669
more conventional naming scheme: names_long, names_short, names_unique;
Tue, 03 May 2011 22:26:16 +0200 railsetup required for IsarRef/style;
wenzelm [Tue, 03 May 2011 22:26:16 +0200] rev 42668
railsetup required for IsarRef/style;
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip