Sun, 28 Mar 2010 17:43:09 +0200 |
wenzelm |
pass raw Context.generic, to avoid wasteful Context.proof_of -- Config.get_thy is often used in performance critical spots like unify.ML;
|
changeset |
files
|
Sun, 28 Mar 2010 16:59:06 +0200 |
wenzelm |
static defaults for configuration options;
|
changeset |
files
|
Sun, 28 Mar 2010 16:13:29 +0200 |
wenzelm |
configuration options admit dynamic default values;
|
changeset |
files
|
Sun, 28 Mar 2010 16:29:51 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Sun, 28 Mar 2010 15:38:07 +0200 |
wenzelm |
do not export Attrib.register_config, to make it harder to use low-level Config.declare after the bootstrap phase;
|
changeset |
files
|
Sun, 28 Mar 2010 15:13:19 +0200 |
wenzelm |
use regular Attrib.config instead of low-level Config.declare/Attrib.register_config;
|
changeset |
files
|
Sat, 27 Mar 2010 21:46:10 +0100 |
wenzelm |
merged
|
changeset |
files
|
Sat, 27 Mar 2010 21:34:28 +0100 |
boehmes |
re-introduce reference to control simplifier tracing (needed for ProofGeneral settings menu) (cf. 12bb31230550)
|
changeset |
files
|
Sat, 27 Mar 2010 21:38:38 +0100 |
wenzelm |
Typedef.info: separate global and local part, only the latter is transformed by morphisms;
|
changeset |
files
|
Sat, 27 Mar 2010 18:43:11 +0100 |
nipkow |
merged
|
changeset |
files
|
Sat, 27 Mar 2010 18:42:27 +0100 |
nipkow |
added reference to Trace Simp Depth.
|
changeset |
files
|
Sat, 27 Mar 2010 18:12:02 +0100 |
wenzelm |
merged
|
changeset |
files
|
Sat, 27 Mar 2010 14:48:46 +0100 |
Cezary Kaliszyk |
Automated lifting can be restricted to specific quotient types
|
changeset |
files
|
Sat, 27 Mar 2010 18:07:21 +0100 |
wenzelm |
moved Primitive_Defs.mk_defpair to OldGoals.mk_defpair;
|
changeset |
files
|
Sat, 27 Mar 2010 17:36:32 +0100 |
wenzelm |
disallow premises in primitive Theory.add_def -- handle in Thm.add_def;
|
changeset |
files
|
Sat, 27 Mar 2010 16:01:45 +0100 |
wenzelm |
disallow sort constraints in primitive Theory.add_axiom/add_def -- handled in Thm.add_axiom/add_def;
|
changeset |
files
|
Sat, 27 Mar 2010 15:47:57 +0100 |
wenzelm |
added Term.fold_atyps_sorts convenience;
|
changeset |
files
|
Sat, 27 Mar 2010 15:20:31 +0100 |
wenzelm |
moved Drule.forall_intr_frees to Thm.forall_intr_frees (in more_thm.ML, which is loaded before pure_thy.ML);
|
changeset |
files
|
Sat, 27 Mar 2010 14:10:37 +0100 |
wenzelm |
eliminated old-style Theory.add_defs_i;
|
changeset |
files
|
Sat, 27 Mar 2010 02:10:00 +0100 |
boehmes |
slightly more general simproc (avoids errors of linarith)
|
changeset |
files
|
Sat, 27 Mar 2010 00:08:39 +0100 |
boehmes |
merged
|
changeset |
files
|
Fri, 26 Mar 2010 23:58:27 +0100 |
boehmes |
updated SMT certificates
|
changeset |
files
|
Fri, 26 Mar 2010 23:57:35 +0100 |
boehmes |
made renamings stable under name changes in the original problem (uninterpreted names are irrelevant to the SMT solver, and caching of SMT certificates relies on irrelevancy of renamings)
|
changeset |
files
|
Fri, 26 Mar 2010 23:46:22 +0100 |
boehmes |
replaced references 'trace_simp' and 'debug_simp' by configuration options stored in the context
|
changeset |
files
|
Fri, 26 Mar 2010 20:30:03 +0100 |
wenzelm |
merged
|
changeset |
files
|
Fri, 26 Mar 2010 18:03:01 +0100 |
hoelzl |
Added finite measure space.
|
changeset |
files
|
Fri, 26 Mar 2010 20:30:05 +0100 |
wenzelm |
tuned white space;
|
changeset |
files
|
Fri, 26 Mar 2010 20:28:15 +0100 |
wenzelm |
more efficient merge_algebra for important special cases -- tricky due to required completion if class algebra changes;
|
changeset |
files
|
Fri, 26 Mar 2010 17:59:11 +0100 |
wenzelm |
low-level tuning for join/merge: ignore identical versions (SUBTLE CHANGE IN SEMANTICS);
|
changeset |
files
|
Thu, 25 Mar 2010 23:18:42 +0100 |
wenzelm |
merged
|
changeset |
files
|
Thu, 25 Mar 2010 17:56:31 +0100 |
blanchet |
merged
|
changeset |
files
|
Thu, 25 Mar 2010 17:55:55 +0100 |
blanchet |
make Mirabelle happy again
|
changeset |
files
|
Wed, 24 Mar 2010 14:51:36 +0100 |
blanchet |
revert debugging output that shouldn't have been submitted in the first place
|
changeset |
files
|
Wed, 24 Mar 2010 14:49:32 +0100 |
blanchet |
added support for Sledgehammer parameters;
|
changeset |
files
|
Wed, 24 Mar 2010 14:43:35 +0100 |
blanchet |
simplify Nitpick parameter parsing code a little bit + make compile
|
changeset |
files
|
Wed, 24 Mar 2010 12:31:37 +0100 |
blanchet |
add new file "sledgehammer_util.ML" to setup
|
changeset |
files
|
Wed, 24 Mar 2010 12:30:33 +0100 |
blanchet |
honor the newly introduced Sledgehammer parameters and fixed the parsing;
|
changeset |
files
|
Tue, 23 Mar 2010 14:43:22 +0100 |
blanchet |
added a syntax for specifying facts to Sledgehammer;
|
changeset |
files
|
Tue, 23 Mar 2010 11:40:46 +0100 |
blanchet |
leverage code now in Sledgehammer
|
changeset |
files
|
Tue, 23 Mar 2010 11:39:21 +0100 |
blanchet |
added options to Sledgehammer;
|
changeset |
files
|
Mon, 22 Mar 2010 15:23:18 +0100 |
blanchet |
make "sledgehammer" and "atp_minimize" improper commands
|
changeset |
files
|
Thu, 25 Mar 2010 21:27:04 +0100 |
wenzelm |
Sorts.of_sort_derivation: do not use slow Graph.irreducible_paths here, which not always needed (SUBTLE CHANGE IN SEMANTICS);
|
changeset |
files
|
Thu, 25 Mar 2010 21:14:15 +0100 |
wenzelm |
removed unused AxClass.of_sort derivation;
|
changeset |
files
|
Wed, 24 Mar 2010 22:30:33 +0100 |
wenzelm |
more precise dependencies;
|
changeset |
files
|
Wed, 24 Mar 2010 22:08:03 +0100 |
wenzelm |
merged
|
changeset |
files
|
Wed, 24 Mar 2010 17:41:25 +0100 |
bulwahn |
merged
|
changeset |
files
|
Wed, 24 Mar 2010 17:40:44 +0100 |
bulwahn |
removed predicate_compile_core.ML from HOL-ex session
|
changeset |
files
|
Wed, 24 Mar 2010 17:40:44 +0100 |
bulwahn |
added predicate compiler quickcheck examples to new session Predicate_Compile_Examples
|
changeset |
files
|
Wed, 24 Mar 2010 17:40:44 +0100 |
bulwahn |
adopting examples to Library move
|
changeset |
files
|
Wed, 24 Mar 2010 17:40:43 +0100 |
bulwahn |
moved further predicate compile files to HOL-Library
|
changeset |
files
|
Wed, 24 Mar 2010 17:40:43 +0100 |
bulwahn |
added simple setup for arithmetic on natural numbers
|
changeset |
files
|
Wed, 24 Mar 2010 17:40:43 +0100 |
bulwahn |
removing uncommented examples in setup theory of predicate compile quickcheck
|
changeset |
files
|
Wed, 24 Mar 2010 17:40:43 +0100 |
bulwahn |
moved examples for the predicate compiler into its own session Predicate_Compile_Examples to slenderise the HOL-ex session
|
changeset |
files
|
Wed, 24 Mar 2010 21:55:30 +0100 |
wenzelm |
slightly more logical bootstrap order -- also helps to sort out proof terms extension;
|
changeset |
files
|
Wed, 24 Mar 2010 07:50:21 -0700 |
huffman |
remove ancient continuity tactic
|
changeset |
files
|
Wed, 24 Mar 2010 15:21:42 +0100 |
boehmes |
removed Cache_IO component
|
changeset |
files
|
Wed, 24 Mar 2010 14:08:07 +0100 |
boehmes |
updated SMT certificates
|
changeset |
files
|
Wed, 24 Mar 2010 14:03:52 +0100 |
boehmes |
inhibit invokation of external SMT solver
|
changeset |
files
|
Wed, 24 Mar 2010 12:30:21 +0100 |
boehmes |
more precise dependencies
|
changeset |
files
|
Wed, 24 Mar 2010 09:44:47 +0100 |
boehmes |
cache_io is now just a single ML file instead of a component
|
changeset |
files
|