nipkow [Tue, 20 Sep 2011 05:47:11 +0200] rev 45014
New proof method "induction" that gives induction hypotheses the name IH.
haftmann [Tue, 20 Sep 2011 22:11:22 +0200] rev 45013
official status for UN_singleton
haftmann [Tue, 20 Sep 2011 21:47:52 +0200] rev 45012
tuned specification and lemma distribution among theories; tuned proofs
wenzelm [Tue, 20 Sep 2011 15:23:17 +0200] rev 45011
more careful treatment of initial update, similar to output panel;
wenzelm [Tue, 20 Sep 2011 15:07:30 +0200] rev 45010
proper fact binding;
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
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
wenzelm [Mon, 19 Sep 2011 23:34:22 +0200] rev 45007
fixed headers;
wenzelm [Mon, 19 Sep 2011 23:24:32 +0200] rev 45006
less ambiguous syntax;
wenzelm [Mon, 19 Sep 2011 23:18:18 +0200] rev 45005
tuned proofs;
wenzelm [Mon, 19 Sep 2011 22:48:05 +0200] rev 45004
merged
bulwahn [Mon, 19 Sep 2011 16:18:34 +0200] rev 45003
catch PatternMatchFail exceptions in narrowing-based quickcheck
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
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
bulwahn [Mon, 19 Sep 2011 16:18:23 +0200] rev 45000
adding abstraction layer; more precise function names
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
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
bulwahn [Mon, 19 Sep 2011 16:18:19 +0200] rev 44997
only annotating constants with sort constraints
bulwahn [Mon, 19 Sep 2011 16:18:18 +0200] rev 44996
also adding type annotations for the dynamic invocation
noschinl [Mon, 19 Sep 2011 14:35:51 +0200] rev 44995
removed legacy lemmas in Complete_Lattices
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
wenzelm [Mon, 19 Sep 2011 22:45:57 +0200] rev 44993
more isatest stats;
wenzelm [Mon, 19 Sep 2011 22:42:57 +0200] rev 44992
refined Symbol.is_symbolic -- cover recoded versions as well;
wenzelm [Mon, 19 Sep 2011 22:13:51 +0200] rev 44991
double clicks switch to document node buffer;
wenzelm [Mon, 19 Sep 2011 21:53:07 +0200] rev 44990
tuned;
wenzelm [Mon, 19 Sep 2011 21:41:48 +0200] rev 44989
explicit border independent of UI (cf. ad5883642a83, 2bec3b7514cf);
wenzelm [Mon, 19 Sep 2011 16:40:17 +0200] rev 44988
at least 2 worker threads to ensure some degree of lifeness, notably for asynchronous Document.print_state;
wenzelm [Mon, 19 Sep 2011 14:40:38 +0200] rev 44987
instantaneous cleanup (NB: VIEWER should be synchronous, cf. dd25b3055c4e);
wenzelm [Mon, 19 Sep 2011 14:31:20 +0200] rev 44986
unique file names via serial numbers, to allow files like "root" or multiple files with same base name;
wenzelm [Mon, 19 Sep 2011 12:58:52 +0200] rev 44985
imitate Apple in setting initial shell PATH -- especially relevant for MacTeX, MacPorts etc.;