Wed, 11 Aug 2010 12:30:48 +0200 |
haftmann |
moved overloading target formally to overloading.ML
|
changeset |
files
|
Wed, 11 Aug 2010 12:24:24 +0200 |
haftmann |
moved theory-level target operation fragements to Generic_Target; adjusted bootstrap order
|
changeset |
files
|
Wed, 11 Aug 2010 12:04:49 +0200 |
haftmann |
merged
|
changeset |
files
|
Wed, 11 Aug 2010 08:59:41 +0200 |
haftmann |
whitespace tuning
|
changeset |
files
|
Wed, 11 Aug 2010 08:58:18 +0200 |
haftmann |
remove overloading and instantiation from data slot
|
changeset |
files
|
Wed, 11 Aug 2010 18:11:07 +0200 |
wenzelm |
removed obsolete Toplevel.enter_proof_body;
|
changeset |
files
|
Wed, 11 Aug 2010 18:10:39 +0200 |
wenzelm |
standardized pretty printing of consts (e.g. see find_theorems, print_theory);
|
changeset |
files
|
Wed, 11 Aug 2010 18:03:02 +0200 |
wenzelm |
misc tuning and simplification;
|
changeset |
files
|
Wed, 11 Aug 2010 17:50:29 +0200 |
wenzelm |
simplified/unified command setup;
|
changeset |
files
|
Wed, 11 Aug 2010 17:37:04 +0200 |
wenzelm |
removed obsolete Proof.get_thmss_cmd (cf. Attrib.eval_thms);
|
changeset |
files
|
Wed, 11 Aug 2010 17:31:56 +0200 |
wenzelm |
prefer plain Attrib.eval_thmss -- also means the assert_forward of Proof.get_thmss_cmd is skipped, leading to uniform (albeit odd) behaviour concerning forward chaining;
|
changeset |
files
|
Wed, 11 Aug 2010 17:29:54 +0200 |
wenzelm |
prefer plain Attrib.eval_thms with plain Proof.context instead of Proof.state;
|
changeset |
files
|
Wed, 11 Aug 2010 17:24:57 +0200 |
wenzelm |
tuned eval_thms (cf. note etc. in proof.ML);
|
changeset |
files
|
Wed, 11 Aug 2010 15:17:13 +0200 |
wenzelm |
use Pretty.enum convenience;
|
changeset |
files
|
Wed, 11 Aug 2010 15:00:31 +0200 |
wenzelm |
tuned whitespace;
|
changeset |
files
|
Wed, 11 Aug 2010 13:39:36 +0200 |
wenzelm |
more precise and more maintainable dependencies;
|
changeset |
files
|
Wed, 11 Aug 2010 12:50:33 +0200 |
wenzelm |
merged, resolving conflict in src/Pure/IsaMakefile concerning General/xml_data.ML;
|
changeset |
files
|
Wed, 11 Aug 2010 12:04:06 +0200 |
haftmann |
* -> prod
|
changeset |
files
|
Wed, 11 Aug 2010 12:03:57 +0200 |
haftmann |
added .ML extension
|
changeset |
files
|
Wed, 11 Aug 2010 11:56:57 +0200 |
haftmann |
avoid old unnamed infix
|
changeset |
files
|
Wed, 11 Aug 2010 11:52:40 +0200 |
haftmann |
avoid inclusion of Natural module in generated code
|
changeset |
files
|
Wed, 11 Aug 2010 09:06:31 +0200 |
haftmann |
explicit ML extension
|
changeset |
files
|
Wed, 11 Aug 2010 08:50:20 +0200 |
haftmann |
merged
|
changeset |
files
|
Tue, 10 Aug 2010 16:03:54 +0200 |
haftmann |
separate initialisation for overloading and instantiation target
|
changeset |
files
|
Tue, 10 Aug 2010 15:38:33 +0200 |
haftmann |
different foundations for different targets; simplified syntax handling of abbreviations
|
changeset |
files
|
Wed, 11 Aug 2010 13:30:24 +0800 |
Christian Urban |
deleted duplicate lemma
|
changeset |
files
|
Tue, 10 Aug 2010 22:26:23 +0200 |
ballarin |
Revert performance improvement of 8ed3a5fb4d25 since it breaks notes element declarations.
|
changeset |
files
|
Tue, 10 Aug 2010 15:09:39 +0200 |
haftmann |
basic renumbering
|
changeset |
files
|
Tue, 10 Aug 2010 15:07:39 +0200 |
haftmann |
avoiding redundant primes
|
changeset |
files
|
Tue, 10 Aug 2010 14:57:58 +0200 |
haftmann |
separated type from term parameters
|
changeset |
files
|
Tue, 10 Aug 2010 14:53:41 +0200 |
haftmann |
moved extra_tfrees check for mixfix syntax to Generic_Target
|
changeset |
files
|
Tue, 10 Aug 2010 14:47:22 +0200 |
haftmann |
name and argument grouping tuning
|
changeset |
files
|
Tue, 10 Aug 2010 14:42:30 +0200 |
haftmann |
whitespace tuning
|
changeset |
files
|
Tue, 10 Aug 2010 14:15:44 +0200 |
haftmann |
added generic_target.ML
|
changeset |
files
|
Tue, 10 Aug 2010 14:11:28 +0200 |
haftmann |
try to uniformly follow define/note/abbrev/declaration order as close as possible
|
changeset |
files
|
Tue, 10 Aug 2010 14:06:38 +0200 |
haftmann |
split off structure Generic_Target into separate file
|
changeset |
files
|
Tue, 10 Aug 2010 13:58:26 +0200 |
haftmann |
split off generic parts of target implementations into separate structure
|
changeset |
files
|
Tue, 10 Aug 2010 13:25:33 +0200 |
haftmann |
restructured code for `declaration`
|
changeset |
files
|
Tue, 10 Aug 2010 09:11:23 +0200 |
haftmann |
executable relation operations contributed by Tjark Weber
|
changeset |
files
|
Mon, 09 Aug 2010 16:56:00 +0200 |
haftmann |
factored out foundation of `define` into separate function
|
changeset |
files
|
Mon, 09 Aug 2010 16:30:23 +0200 |
haftmann |
combine declaration and definition of foundation constant
|
changeset |
files
|
Mon, 09 Aug 2010 15:51:27 +0200 |
haftmann |
more appropriate outline of `define`
|
changeset |
files
|
Mon, 09 Aug 2010 15:43:37 +0200 |
haftmann |
backlink definition to target `notes`
|
changeset |
files
|
Mon, 09 Aug 2010 15:40:25 +0200 |
haftmann |
merged
|
changeset |
files
|
Mon, 09 Aug 2010 15:38:46 +0200 |
haftmann |
dropped idle local_facts argument; factored out theory_abbrev and locale_abbrev
|
changeset |
files
|
Mon, 09 Aug 2010 15:20:50 +0200 |
haftmann |
more convenient order
|
changeset |
files
|
Mon, 09 Aug 2010 15:19:45 +0200 |
haftmann |
dropped misleading comments
|
changeset |
files
|
Mon, 09 Aug 2010 15:40:06 +0200 |
haftmann |
merged
|
changeset |
files
|
Mon, 09 Aug 2010 14:47:28 +0200 |
haftmann |
separated foundation of `notes`
|
changeset |
files
|
Mon, 09 Aug 2010 14:20:21 +0200 |
haftmann |
more clear separation into local and global facts
|
changeset |
files
|
Mon, 09 Aug 2010 14:07:23 +0200 |
haftmann |
sharpened and tuned educated guess for canonical class morphism
|
changeset |
files
|
Mon, 09 Aug 2010 13:43:01 +0200 |
haftmann |
minimize sorts in certificate instantiation
|
changeset |
files
|
Mon, 09 Aug 2010 14:08:30 +0200 |
blanchet |
prevent ATP thread for staying around for 1 minute if an exception occurred earlier;
|
changeset |
files
|
Mon, 09 Aug 2010 14:00:32 +0200 |
blanchet |
adapt "too_general_equality" blacklisting to the new FOF context, where quantifiers are sometimes present
|
changeset |
files
|
Mon, 09 Aug 2010 13:46:25 +0200 |
blanchet |
"declare" -> "declaration" (typo)
|
changeset |
files
|
Mon, 09 Aug 2010 12:53:16 +0200 |
blanchet |
replace "setup" with "declaration"
|
changeset |
files
|
Mon, 09 Aug 2010 12:48:40 +0200 |
blanchet |
disable Nitpick on Cygwin while I'm on vacation;
|
changeset |
files
|
Mon, 09 Aug 2010 12:42:25 +0200 |
blanchet |
merged
|
changeset |
files
|
Mon, 09 Aug 2010 12:40:15 +0200 |
blanchet |
use "declaration" instead of "setup" to register Nitpick extensions
|
changeset |
files
|
Mon, 09 Aug 2010 12:07:59 +0200 |
blanchet |
remove needless "open"
|
changeset |
files
|