Thu, 22 Sep 2011 12:55:19 -0700 discontinued HOLCF legacy theorem names
huffman [Thu, 22 Sep 2011 12:55:19 -0700] rev 45049
discontinued HOLCF legacy theorem names
Thu, 22 Sep 2011 19:42:06 +0200 take out remote E-SInE -- it's broken and Geoff says it might take quite a while before he gets to it, plus it's fairly obsolete in the meantime
blanchet [Thu, 22 Sep 2011 19:42:06 +0200] rev 45048
take out remote E-SInE -- it's broken and Geoff says it might take quite a while before he gets to it, plus it's fairly obsolete in the meantime
Thu, 22 Sep 2011 18:23:38 +0200 Moved extraction part of Higman's lemma to separate theory to allow reuse in
berghofe [Thu, 22 Sep 2011 18:23:38 +0200] rev 45047
Moved extraction part of Higman's lemma to separate theory to allow reuse in theories compiled without support for proof terms.
Thu, 22 Sep 2011 17:15:46 +0200 Removed hcentering and vcentering options, since they are not supported
berghofe [Thu, 22 Sep 2011 17:15:46 +0200] rev 45046
Removed hcentering and vcentering options, since they are not supported by all versions of geometry.
Thu, 22 Sep 2011 16:56:19 +0200 merged
berghofe [Thu, 22 Sep 2011 16:56:19 +0200] rev 45045
merged
Thu, 22 Sep 2011 16:50:23 +0200 Added documentation for HOL-SPARK
berghofe [Thu, 22 Sep 2011 16:50:23 +0200] rev 45044
Added documentation for HOL-SPARK
Thu, 22 Sep 2011 16:30:47 +0200 drop partial monomorphic instances in Metis, like in Sledgehammer
blanchet [Thu, 22 Sep 2011 16:30:47 +0200] rev 45043
drop partial monomorphic instances in Metis, like in Sledgehammer
Thu, 22 Sep 2011 16:30:47 +0200 better type reconstruction -- prevents ill-instantiations in proof replay
blanchet [Thu, 22 Sep 2011 16:30:47 +0200] rev 45042
better type reconstruction -- prevents ill-instantiations in proof replay
Thu, 22 Sep 2011 10:02:16 -0400 NEWS: mention replacement lemmas for the removed ones in Complete_Lattices
hoelzl [Thu, 22 Sep 2011 10:02:16 -0400] rev 45041
NEWS: mention replacement lemmas for the removed ones in Complete_Lattices
Thu, 22 Sep 2011 10:48:53 +0200 changing quickcheck_timeout to 30 seconds in mutabelle's testing
bulwahn [Thu, 22 Sep 2011 10:48:53 +0200] rev 45040
changing quickcheck_timeout to 30 seconds in mutabelle's testing
Thu, 22 Sep 2011 07:26:53 +0200 adding post-processing of terms to narrowing-based Quickcheck
bulwahn [Thu, 22 Sep 2011 07:26:53 +0200] rev 45039
adding post-processing of terms to narrowing-based Quickcheck
Wed, 21 Sep 2011 17:43:13 -0700 HOL/ex/ROOT.ML: only list BinEx once
huffman [Wed, 21 Sep 2011 17:43:13 -0700] rev 45038
HOL/ex/ROOT.ML: only list BinEx once
Wed, 21 Sep 2011 10:59:55 -0700 merged
huffman [Wed, 21 Sep 2011 10:59:55 -0700] rev 45037
merged
Wed, 21 Sep 2011 08:28:53 -0700 remove redundant instantiation ereal :: power
huffman [Wed, 21 Sep 2011 08:28:53 -0700] rev 45036
remove redundant instantiation ereal :: power
Wed, 21 Sep 2011 15:55:16 +0200 reintroduced Minipick as Nitpick example
blanchet [Wed, 21 Sep 2011 15:55:16 +0200] rev 45035
reintroduced Minipick as Nitpick example
Wed, 21 Sep 2011 15:55:15 +0200 tuned comment
blanchet [Wed, 21 Sep 2011 15:55:15 +0200] rev 45034
tuned comment
Wed, 21 Sep 2011 06:41:34 -0700 merged
huffman [Wed, 21 Sep 2011 06:41:34 -0700] rev 45033
merged
Tue, 20 Sep 2011 11:02:41 -0700 Extended_Real_Limits: generalize some lemmas
huffman [Tue, 20 Sep 2011 11:02:41 -0700] rev 45032
Extended_Real_Limits: generalize some lemmas
Tue, 20 Sep 2011 10:52:08 -0700 add lemmas within_empty and tendsto_bot;
huffman [Tue, 20 Sep 2011 10:52:08 -0700] rev 45031
add lemmas within_empty and tendsto_bot; declare within_UNIV [simp]; tuned some proofs;
Thu, 22 Sep 2011 21:58:05 +0200 made SML/NJ happy;
wenzelm [Thu, 22 Sep 2011 21:58:05 +0200] rev 45030
made SML/NJ happy;
Thu, 22 Sep 2011 20:33:08 +0200 abstract System_Channel in ML (cf. Scala version);
wenzelm [Thu, 22 Sep 2011 20:33:08 +0200] rev 45029
abstract System_Channel in ML (cf. Scala version); back to TextIO for fifo, which is more stable in Poly/ML 5.4.x; explicit block buffering -- BinIO might be subject to old Poly/ML defaults;
Wed, 21 Sep 2011 22:18:17 +0200 alternative Socket_Channel;
wenzelm [Wed, 21 Sep 2011 22:18:17 +0200] rev 45028
alternative Socket_Channel; use BinIO for fifos uniformly;
Wed, 21 Sep 2011 20:35:50 +0200 more abstract wrapping of fifos as System_Channel;
wenzelm [Wed, 21 Sep 2011 20:35:50 +0200] rev 45027
more abstract wrapping of fifos as System_Channel;
Wed, 21 Sep 2011 17:50:25 +0200 slightly more general Socket_IO as part of Pure;
wenzelm [Wed, 21 Sep 2011 17:50:25 +0200] rev 45026
slightly more general Socket_IO as part of Pure;
Wed, 21 Sep 2011 16:04:29 +0200 more hints on Z3 configuration;
wenzelm [Wed, 21 Sep 2011 16:04:29 +0200] rev 45025
more hints on Z3 configuration;
Wed, 21 Sep 2011 15:08:15 +0200 reduced default thread stack, to increase the success rate especially on Windows (NB: the actor worker farm tends to produce 100-200 threads for big sessions);
wenzelm [Wed, 21 Sep 2011 15:08:15 +0200] rev 45024
reduced default thread stack, to increase the success rate especially on Windows (NB: the actor worker farm tends to produce 100-200 threads for big sessions);
Wed, 21 Sep 2011 07:31:08 +0200 renamed inv -> filter
nipkow [Wed, 21 Sep 2011 07:31:08 +0200] rev 45023
renamed inv -> filter
Wed, 21 Sep 2011 07:04:04 +0200 Added proofs about narowing
nipkow [Wed, 21 Sep 2011 07:04:04 +0200] rev 45022
Added proofs about narowing
Wed, 21 Sep 2011 07:03:16 +0200 added missing makefile dependence
nipkow [Wed, 21 Sep 2011 07:03:16 +0200] rev 45021
added missing makefile dependence
Wed, 21 Sep 2011 06:26:15 +0200 added example
nipkow [Wed, 21 Sep 2011 06:26:15 +0200] rev 45020
added example
Wed, 21 Sep 2011 03:24:54 +0200 tuned
nipkow [Wed, 21 Sep 2011 03:24:54 +0200] rev 45019
tuned
Wed, 21 Sep 2011 02:38:53 +0200 refined comment
nipkow [Wed, 21 Sep 2011 02:38:53 +0200] rev 45018
refined comment
Wed, 21 Sep 2011 09:17:01 +1000 fixed two typos in IMP (by Jean Pichon)
kleing [Wed, 21 Sep 2011 09:17:01 +1000] rev 45017
fixed two typos in IMP (by Jean Pichon)
Wed, 21 Sep 2011 00:12:36 +0200 merged
nipkow [Wed, 21 Sep 2011 00:12:36 +0200] rev 45016
merged
Tue, 20 Sep 2011 05:48:23 +0200 Updated IMP to use new induction method
nipkow [Tue, 20 Sep 2011 05:48:23 +0200] rev 45015
Updated IMP to use new induction method
Tue, 20 Sep 2011 05:47:11 +0200 New proof method "induction" that gives induction hypotheses the name IH.
nipkow [Tue, 20 Sep 2011 05:47:11 +0200] rev 45014
New proof method "induction" that gives induction hypotheses the name IH.
Tue, 20 Sep 2011 22:11:22 +0200 official status for UN_singleton
haftmann [Tue, 20 Sep 2011 22:11:22 +0200] rev 45013
official status for UN_singleton
Tue, 20 Sep 2011 21:47:52 +0200 tuned specification and lemma distribution among theories; tuned proofs
haftmann [Tue, 20 Sep 2011 21:47:52 +0200] rev 45012
tuned specification and lemma distribution among theories; tuned proofs
Tue, 20 Sep 2011 15:23:17 +0200 more careful treatment of initial update, similar to output panel;
wenzelm [Tue, 20 Sep 2011 15:23:17 +0200] rev 45011
more careful treatment of initial update, similar to output panel;
Tue, 20 Sep 2011 15:07:30 +0200 proper fact binding;
wenzelm [Tue, 20 Sep 2011 15:07:30 +0200] rev 45010
proper fact binding;
Tue, 20 Sep 2011 09:30:19 +0200 syntactic improvements and tuning names in the code generator due to Florian's code review
bulwahn [Tue, 20 Sep 2011 09:30:19 +0200] rev 45009
syntactic improvements and tuning names in the code generator due to Florian's code review
Tue, 20 Sep 2011 01:32:04 +0200 match types when applying mono_thm -- previous export generalizes type variables;
krauss [Tue, 20 Sep 2011 01:32:04 +0200] rev 45008
match types when applying mono_thm -- previous export generalizes type variables; added trivial regression test
Mon, 19 Sep 2011 23:34:22 +0200 fixed headers;
wenzelm [Mon, 19 Sep 2011 23:34:22 +0200] rev 45007
fixed headers;
Mon, 19 Sep 2011 23:24:32 +0200 less ambiguous syntax;
wenzelm [Mon, 19 Sep 2011 23:24:32 +0200] rev 45006
less ambiguous syntax;
Mon, 19 Sep 2011 23:18:18 +0200 tuned proofs;
wenzelm [Mon, 19 Sep 2011 23:18:18 +0200] rev 45005
tuned proofs;
Mon, 19 Sep 2011 22:48:05 +0200 merged
wenzelm [Mon, 19 Sep 2011 22:48:05 +0200] rev 45004
merged
Mon, 19 Sep 2011 16:18:34 +0200 catch PatternMatchFail exceptions in narrowing-based quickcheck
bulwahn [Mon, 19 Sep 2011 16:18:34 +0200] rev 45003
catch PatternMatchFail exceptions in narrowing-based quickcheck
Mon, 19 Sep 2011 16:18:33 +0200 removing superfluous definition in the quickcheck narrowing invocation as the code generator now generates valid Haskell code with necessary type annotations without a separate definition
bulwahn [Mon, 19 Sep 2011 16:18:33 +0200] rev 45002
removing superfluous definition in the quickcheck narrowing invocation as the code generator now generates valid Haskell code with necessary type annotations without a separate definition
Mon, 19 Sep 2011 16:18:30 +0200 ensuring that some constants are generated in the source code by adding calls in ensure_testable
bulwahn [Mon, 19 Sep 2011 16:18:30 +0200] rev 45001
ensuring that some constants are generated in the source code by adding calls in ensure_testable
Mon, 19 Sep 2011 16:18:23 +0200 adding abstraction layer; more precise function names
bulwahn [Mon, 19 Sep 2011 16:18:23 +0200] rev 45000
adding abstraction layer; more precise function names
Mon, 19 Sep 2011 16:18:21 +0200 adding type annotations more aggressively and redundantly to make code generation more reliable even when special printers for some constants are used
bulwahn [Mon, 19 Sep 2011 16:18:21 +0200] rev 44999
adding type annotations more aggressively and redundantly to make code generation more reliable even when special printers for some constants are used
Mon, 19 Sep 2011 16:18:19 +0200 determining the fastype of a case-pattern but ignoring dummy type constructors that were added as markers for type annotations
bulwahn [Mon, 19 Sep 2011 16:18:19 +0200] rev 44998
determining the fastype of a case-pattern but ignoring dummy type constructors that were added as markers for type annotations
Mon, 19 Sep 2011 16:18:19 +0200 only annotating constants with sort constraints
bulwahn [Mon, 19 Sep 2011 16:18:19 +0200] rev 44997
only annotating constants with sort constraints
Mon, 19 Sep 2011 16:18:18 +0200 also adding type annotations for the dynamic invocation
bulwahn [Mon, 19 Sep 2011 16:18:18 +0200] rev 44996
also adding type annotations for the dynamic invocation
Mon, 19 Sep 2011 14:35:51 +0200 removed legacy lemmas in Complete_Lattices
noschinl [Mon, 19 Sep 2011 14:35:51 +0200] rev 44995
removed legacy lemmas in Complete_Lattices
Mon, 19 Sep 2011 14:24:53 +0200 increasing quickcheck timeout to reduce spurious test failures due to massive parallel invocations and bad scheduling
bulwahn [Mon, 19 Sep 2011 14:24:53 +0200] rev 44994
increasing quickcheck timeout to reduce spurious test failures due to massive parallel invocations and bad scheduling
Mon, 19 Sep 2011 22:45:57 +0200 more isatest stats;
wenzelm [Mon, 19 Sep 2011 22:45:57 +0200] rev 44993
more isatest stats;
Mon, 19 Sep 2011 22:42:57 +0200 refined Symbol.is_symbolic -- cover recoded versions as well;
wenzelm [Mon, 19 Sep 2011 22:42:57 +0200] rev 44992
refined Symbol.is_symbolic -- cover recoded versions as well;
Mon, 19 Sep 2011 22:13:51 +0200 double clicks switch to document node buffer;
wenzelm [Mon, 19 Sep 2011 22:13:51 +0200] rev 44991
double clicks switch to document node buffer;
Mon, 19 Sep 2011 21:53:07 +0200 tuned;
wenzelm [Mon, 19 Sep 2011 21:53:07 +0200] rev 44990
tuned;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip