blanchet [Thu, 03 Mar 2011 14:38:31 +0100] rev 41889
merged
blanchet [Thu, 03 Mar 2011 14:25:15 +0100] rev 41888
don't forget to look for constants appearing only in "need" option -- otherwise we get exceptions in "the_name" later on
wenzelm [Thu, 03 Mar 2011 18:42:12 +0100] rev 41887
simplified Thy_Info.check_file -- discontinued load path;
wenzelm [Thu, 03 Mar 2011 18:10:28 +0100] rev 41886
discontinued legacy load path;
wenzelm [Thu, 03 Mar 2011 15:56:17 +0100] rev 41885
re-interpret ProofGeneralPgip.changecwd as Thy_Load.set_master_path, presuming that this is close to the intended semantics;
wenzelm [Thu, 03 Mar 2011 15:46:02 +0100] rev 41884
modernized imports;
wenzelm [Thu, 03 Mar 2011 15:36:54 +0100] rev 41883
observe standard header format;
wenzelm [Thu, 03 Mar 2011 15:19:20 +0100] rev 41882
removed spurious 'unused_thms' (cf. 1a65b780bd56);
wenzelm [Thu, 03 Mar 2011 15:18:05 +0100] rev 41881
isatest cygwin-poly-e: new memory management of polyml-svn could be more stable;
berghofe [Thu, 03 Mar 2011 11:36:10 +0100] rev 41880
merged
berghofe [Thu, 03 Mar 2011 11:15:50 +0100] rev 41879
merged
berghofe [Thu, 03 Mar 2011 11:01:42 +0100] rev 41878
- Made sure that sort_defs is aware of constants introduced by add_type_def
- add_def now compares Isabelle types rather than SPARK types to ensure that
type abbreviations are taken into account
blanchet [Thu, 03 Mar 2011 11:20:48 +0100] rev 41877
mention new Nitpick options
blanchet [Thu, 03 Mar 2011 11:20:48 +0100] rev 41876
simplify "need" option's syntax
blanchet [Thu, 03 Mar 2011 11:20:48 +0100] rev 41875
renamed "preconstr" option "need"
hoelzl [Thu, 03 Mar 2011 10:55:41 +0100] rev 41874
finally remove upper_bound_finite_set
kleing [Thu, 03 Mar 2011 15:59:44 +1100] rev 41873
separate settings for afp test
blanchet [Wed, 02 Mar 2011 15:51:22 +0100] rev 41872
added missing spaces in output
blanchet [Wed, 02 Mar 2011 14:50:16 +0100] rev 41871
lower threshold for implicitly using "nitpick_simp" for predicate definitions when "total_consts" is on
blanchet [Wed, 02 Mar 2011 13:09:57 +0100] rev 41870
unfold definitions in "preconstrs" option
blanchet [Wed, 02 Mar 2011 13:09:57 +0100] rev 41869
robust handling of types occurring in "eval" and "preconstr" options but not in the goal
blanchet [Wed, 02 Mar 2011 13:09:57 +0100] rev 41868
make "preconstr" option more robust -- shouldn't throw exceptions
paulson [Tue, 01 Mar 2011 10:40:14 +0000] rev 41867
merged
paulson [Mon, 28 Feb 2011 15:06:55 +0000] rev 41866
merged
paulson [Mon, 28 Feb 2011 15:06:36 +0000] rev 41865
declare ext [intro]: Extensionality now available by default
boehmes [Mon, 28 Feb 2011 22:12:09 +0100] rev 41864
merged
boehmes [Mon, 28 Feb 2011 22:10:57 +0100] rev 41863
removed dependency on Dense_Linear_Order
bulwahn [Mon, 28 Feb 2011 19:06:24 +0100] rev 41862
adding function Quickcheck.test_terms to provide checking a batch of terms
bulwahn [Mon, 28 Feb 2011 19:06:23 +0100] rev 41861
adding a function to compile a batch of terms for quickcheck with one code generation invocation
blanchet [Mon, 28 Feb 2011 17:53:10 +0100] rev 41860
improved "is_special_eligible_arg" further, by approximating the cardinality of the argument (as is done quite successfully elsewhere)
blanchet [Mon, 28 Feb 2011 17:53:10 +0100] rev 41859
made "fixed_is_special_eligible_arg" smarter w.r.t. pairs, and fixed previous unintended behavior because "andalso" ties more tightly than "orelse"
blanchet [Mon, 28 Feb 2011 17:53:10 +0100] rev 41858
if "total_consts" is set, report cex's as quasi-genuine
blanchet [Mon, 28 Feb 2011 17:53:10 +0100] rev 41857
document new "total_consts" option
blanchet [Mon, 28 Feb 2011 17:53:10 +0100] rev 41856
added "total_consts" option
nipkow [Sat, 26 Feb 2011 20:40:45 +0100] rev 41855
added a few lemmas by Andreas Lochbihler
nipkow [Sat, 26 Feb 2011 20:16:44 +0100] rev 41854
Corrected HOLCF/FOCUS dependency
nipkow [Sat, 26 Feb 2011 17:44:42 +0100] rev 41853
Added material by David Trachtenherz
nipkow [Sat, 26 Feb 2011 16:16:36 +0100] rev 41852
corrected HOLCF dependency on Nat_Infinity
nipkow [Fri, 25 Feb 2011 22:07:56 +0100] rev 41851
got rid of lemma upper_bound_finite_set
nipkow [Fri, 25 Feb 2011 20:08:00 +0100] rev 41850
merged
nipkow [Fri, 25 Feb 2011 20:07:48 +0100] rev 41849
Some cleaning up
krauss [Fri, 25 Feb 2011 17:11:24 +0100] rev 41848
updated generated files
krauss [Fri, 25 Feb 2011 17:11:05 +0100] rev 41847
fixed manual (rule no longer exists)
krauss [Fri, 25 Feb 2011 16:59:48 +0100] rev 41846
removed support for tail-recursion from function package (now implemented by partial_function)
krauss [Fri, 25 Feb 2011 16:57:44 +0100] rev 41845
reactivate time measurement (partly reverting c27b0b37041a);
export pretty_theorem, to display both internal or external facts
krauss [Fri, 25 Feb 2011 16:57:43 +0100] rev 41844
generalize find_theorems filters to work on raw propositions, too
nipkow [Fri, 25 Feb 2011 14:25:52 +0100] rev 41843
merged
nipkow [Fri, 25 Feb 2011 14:25:41 +0100] rev 41842
added simp lemma nth_Cons_pos to List
noschinl [Fri, 25 Feb 2011 12:16:18 +0100] rev 41841
Refactor find_theorems to provide a more general filter_facts method
krauss [Fri, 25 Feb 2011 08:46:52 +0100] rev 41840
removed dead code/unused exports/speculative generality
krauss [Thu, 24 Feb 2011 21:54:28 +0100] rev 41839
recdef -> fun(ction)
krauss [Thu, 24 Feb 2011 20:52:05 +0100] rev 41838
removed unused lemma
krauss [Thu, 24 Feb 2011 17:54:36 +0100] rev 41837
recdef -> fun(ction);
tuned
krauss [Thu, 24 Feb 2011 17:38:05 +0100] rev 41836
eliminated clones of List.upto
noschinl [Wed, 23 Feb 2011 17:40:28 +0100] rev 41835
fix non-exhaustive pattern match in find_theorems
hoelzl [Wed, 23 Feb 2011 11:42:01 +0100] rev 41834
merged
hoelzl [Wed, 23 Feb 2011 11:40:18 +0100] rev 41833
add lemma KL_divergence_vimage, mutual_information_generic
hoelzl [Wed, 23 Feb 2011 11:40:17 +0100] rev 41832
add lemma RN_deriv_vimage
hoelzl [Wed, 23 Feb 2011 11:40:12 +0100] rev 41831
use measure_preserving in ..._vimage lemmas
hoelzl [Wed, 23 Feb 2011 11:33:45 +0100] rev 41830
log is borel measurable