wenzelm [Sat, 17 Mar 2012 12:21:15 +0100] rev 46986
tuned proofs;
wenzelm [Sat, 17 Mar 2012 12:00:11 +0100] rev 46985
tuned proofs;
wenzelm [Sat, 17 Mar 2012 11:59:59 +0100] rev 46984
tuned exception;
wenzelm [Sat, 17 Mar 2012 11:57:03 +0100] rev 46983
merged;
haftmann [Sat, 17 Mar 2012 11:35:18 +0100] rev 46982
spelt out missing colemmas
haftmann [Sat, 17 Mar 2012 08:00:18 +0100] rev 46981
generalized INF_INT_eq, SUP_UN_eq
haftmann [Fri, 16 Mar 2012 22:26:55 +0100] rev 46980
tuned specifications
wenzelm [Sat, 17 Mar 2012 11:23:14 +0100] rev 46979
sort via string_ord (as secondary key), not fast_string_ord via Symtab.fold;
tuned;
wenzelm [Sat, 17 Mar 2012 10:55:08 +0100] rev 46978
tuned grouping -- merely indicate order of magnitude;
wenzelm [Sat, 17 Mar 2012 10:54:15 +0100] rev 46977
slightly more parallel find_theorems;
wenzelm [Sat, 17 Mar 2012 09:51:18 +0100] rev 46976
'definition' no longer exports the foundational "raw_def";
wenzelm [Sat, 17 Mar 2012 00:17:30 +0100] rev 46975
some attempts to fit source on screen;
wenzelm [Fri, 16 Mar 2012 22:48:38 +0100] rev 46974
eliminated odd 'finalconsts' / Theory.add_finals;
wenzelm [Fri, 16 Mar 2012 22:31:19 +0100] rev 46973
modernized axiomatization;
eliminated odd 'finalconsts';
wenzelm [Fri, 16 Mar 2012 22:22:05 +0100] rev 46972
modernized axiomatization;
eliminated odd 'finalconsts';
wenzelm [Fri, 16 Mar 2012 21:59:19 +0100] rev 46971
afford strict Args.type_name (cf. 29e88714ffe4);
wenzelm [Fri, 16 Mar 2012 21:40:21 +0100] rev 46970
check declared vs. defined commands at end of session;
wenzelm [Fri, 16 Mar 2012 21:20:23 +0100] rev 46969
more abstract heading level;
wenzelm [Fri, 16 Mar 2012 20:45:47 +0100] rev 46968
less redundant data;
wenzelm [Fri, 16 Mar 2012 20:33:33 +0100] rev 46967
uniform keyword names within ML/Scala -- produce elisp names via external conversion;
discontinued obsolete Keyword.thy_switch;
wenzelm [Fri, 16 Mar 2012 18:21:22 +0100] rev 46966
merged
paulson [Fri, 16 Mar 2012 16:32:34 +0000] rev 46965
ZF news
paulson [Fri, 16 Mar 2012 16:29:51 +0000] rev 46964
merged
paulson [Fri, 16 Mar 2012 16:29:28 +0000] rev 46963
Structured transfinite induction proofs
huffman [Fri, 16 Mar 2012 15:51:53 +0100] rev 46962
make more word theorems respect int/bin distinction
wenzelm [Fri, 16 Mar 2012 18:20:12 +0100] rev 46961
outer syntax command definitions based on formal command_spec derived from theory header declarations;
wenzelm [Fri, 16 Mar 2012 14:46:13 +0100] rev 46960
refute_params are given in *this* theory;
wenzelm [Fri, 16 Mar 2012 14:42:11 +0100] rev 46959
defer actual parsing of command spans and thus allow new commands to be used in the same theory where defined;
wenzelm [Fri, 16 Mar 2012 13:05:30 +0100] rev 46958
define keywords early when processing the theory header, before running the body commands;
wenzelm [Fri, 16 Mar 2012 11:26:55 +0100] rev 46957
clarified Keyword.is_keyword: union of minor and major;
misc tuning and simplification;
wenzelm [Thu, 15 Mar 2012 23:06:22 +0100] rev 46956
Isabelle/jEdit supports user-defined Isar commands within the running session;
wenzelm [Thu, 15 Mar 2012 22:21:28 +0100] rev 46955
merged
paulson [Thu, 15 Mar 2012 17:38:05 +0000] rev 46954
beautification and structured proofs
paulson [Thu, 15 Mar 2012 16:35:02 +0000] rev 46953
replacing ":" by "\<in>"
paulson [Thu, 15 Mar 2012 15:54:22 +0000] rev 46952
Rewrote some induction proofs to be structured
wenzelm [Thu, 15 Mar 2012 22:20:07 +0100] rev 46951
more precise TPTP keywords and dependencies;
wenzelm [Thu, 15 Mar 2012 22:08:53 +0100] rev 46950
declare command keywords via theory header, including strict checking outside Pure;
wenzelm [Thu, 15 Mar 2012 20:07:00 +0100] rev 46949
prefer formally checked @{keyword} parser;
wenzelm [Thu, 15 Mar 2012 19:48:19 +0100] rev 46948
added ML antiquotation @{keyword};
wenzelm [Thu, 15 Mar 2012 19:02:34 +0100] rev 46947
declare minor keywords via theory header;
wenzelm [Thu, 15 Mar 2012 17:45:54 +0100] rev 46946
more explicit header_edits before main text_edits;
handle reparses caused by syntax update;
wenzelm [Thu, 15 Mar 2012 17:40:26 +0100] rev 46945
declare keywords as side-effect of header edit;
parse_command span is now lazy instead of future, to happen synchronously after header edit in new_exec (before execution);
wenzelm [Thu, 15 Mar 2012 14:39:42 +0100] rev 46944
more recent recent_syntax, e.g. relevant for document rendering during startup;
wenzelm [Thu, 15 Mar 2012 14:22:54 +0100] rev 46943
clarified syntax of prospective keywords;
wenzelm [Thu, 15 Mar 2012 14:13:49 +0100] rev 46942
basic support for outer syntax keywords in theory header;
wenzelm [Thu, 15 Mar 2012 11:37:56 +0100] rev 46941
maintain Version.syntax within document state;
clarified Outer_Syntax.empty vs. Outer_Syntax.init, which pulls in Isabelle_System symbol completions;
wenzelm [Thu, 15 Mar 2012 10:16:21 +0100] rev 46940
explicit Outer_Syntax.Decl;
wenzelm [Thu, 15 Mar 2012 09:55:42 +0100] rev 46939
allow multiple 'keywords' as in 'fixes';
tuned comments;
wenzelm [Thu, 15 Mar 2012 00:10:45 +0100] rev 46938
some support for outer syntax keyword declarations within theory header;
more uniform Thy_Header.header as argument for begin_theory etc.;
wenzelm [Wed, 14 Mar 2012 22:34:18 +0100] rev 46937
merged
paulson [Wed, 14 Mar 2012 17:19:30 +0000] rev 46936
merged
paulson [Wed, 14 Mar 2012 17:19:08 +0000] rev 46935
structured case and induct rules
haftmann [Wed, 14 Mar 2012 17:40:00 +0100] rev 46934
rudimentary documentation test
haftmann [Wed, 14 Mar 2012 15:54:54 +0100] rev 46933
doc-src build option (for emerging mira configuration)
haftmann [Wed, 14 Mar 2012 15:54:27 +0100] rev 46932
corrected fragile proof; tuned semicolons
haftmann [Wed, 14 Mar 2012 15:24:51 +0100] rev 46931
rudimentary distribution build configuration
haftmann [Wed, 14 Mar 2012 15:24:07 +0100] rev 46930
support for non-HTTP repository locations (important for mira); quasi-hardwired repository name
haftmann [Wed, 14 Mar 2012 14:53:48 +0100] rev 46929
corrected slip
paulson [Wed, 14 Mar 2012 12:39:26 +0000] rev 46928
merged
paulson [Wed, 14 Mar 2012 12:39:04 +0000] rev 46927
rationalising the induction rule trans_induct3
haftmann [Wed, 14 Mar 2012 12:20:42 +0100] rev 46926
allow modification of REPOS_NAME and REPOS from outside
wenzelm [Wed, 14 Mar 2012 20:34:20 +0100] rev 46925
locale expressions without source positions;
wenzelm [Wed, 14 Mar 2012 19:27:15 +0100] rev 46924
tuned;
wenzelm [Wed, 14 Mar 2012 18:09:05 +0100] rev 46923
tuned messages;
wenzelm [Wed, 14 Mar 2012 17:52:38 +0100] rev 46922
source positions for locale and class expressions;
wenzelm [Wed, 14 Mar 2012 15:59:39 +0100] rev 46921
some proof indentation;
wenzelm [Wed, 14 Mar 2012 15:37:51 +0100] rev 46920
more explicit indication of swing thread context;
wenzelm [Wed, 14 Mar 2012 15:23:50 +0100] rev 46919
more indentation;
wenzelm [Wed, 14 Mar 2012 15:09:33 +0100] rev 46918
prefer asynchronous context switch from actor to swing thread, to reduce danger of deadlocks;
more robust use of Session.Commands_Changed vs. Document_View.visible_range as asynchronous swing task, taking into account that the model might have switched in the meantime (e.g. via fast clicking on hypersearch while the prover is crunching);
wenzelm [Wed, 14 Mar 2012 14:49:43 +0100] rev 46917
eliminated obsolete sanitize_name;
wenzelm [Wed, 14 Mar 2012 11:45:16 +0100] rev 46916
Local_Theory.define no longer hard-wires default theorem name -- targets/packages need to take care of it;
wenzelm [Wed, 14 Mar 2012 11:10:10 +0100] rev 46915
more parallel inductive_cases;
more explicit indication of def names;
wenzelm [Wed, 14 Mar 2012 00:34:56 +0100] rev 46914
misc tuning;
wenzelm [Tue, 13 Mar 2012 23:45:34 +0100] rev 46913
updated to jedit_build-20120313 with jedit-4.5.0;
updated version information;
wenzelm [Tue, 13 Mar 2012 23:33:35 +0100] rev 46912
tuned context specifications and proofs;
wenzelm [Tue, 13 Mar 2012 22:49:02 +0100] rev 46911
tuned proofs;
wenzelm [Tue, 13 Mar 2012 21:17:37 +0100] rev 46910
clarified command state -- markup within proper_range, excluding trailing whitespace;
wenzelm [Tue, 13 Mar 2012 20:04:24 +0100] rev 46909
more explicit indication of def names;
paulson [Tue, 13 Mar 2012 17:17:52 +0000] rev 46908
merged
paulson [Tue, 13 Mar 2012 17:11:49 +0000] rev 46907
Structured proofs concerning the square of an infinite cardinal
wenzelm [Tue, 13 Mar 2012 17:04:00 +0100] rev 46906
suppress vacous notes elements, with subtle change of semantics: 'interpret' no longer pulls-in unnamed facts "by fact";
wenzelm [Tue, 13 Mar 2012 16:56:56 +0100] rev 46905
prefer abs_def over def_raw;
wenzelm [Tue, 13 Mar 2012 16:40:06 +0100] rev 46904
prefer abs_def over def_raw;
wenzelm [Tue, 13 Mar 2012 16:22:18 +0100] rev 46903
improved attribute "abs_def" to handle object-equality as well;
wenzelm [Tue, 13 Mar 2012 14:44:27 +0100] rev 46902
merged
paulson [Tue, 13 Mar 2012 12:04:07 +0000] rev 46901
More structured proofs about cardinal arithmetic
wenzelm [Tue, 13 Mar 2012 14:44:16 +0100] rev 46900
tuned proofs;
wenzelm [Tue, 13 Mar 2012 14:17:42 +0100] rev 46899
refined 'interpret': reset facts ("this") and print_result, which merely consist of internal / protected statement;
wenzelm [Tue, 13 Mar 2012 13:31:26 +0100] rev 46898
tuned proofs -- eliminated pointless chaining of facts after 'interpret';
wenzelm [Tue, 13 Mar 2012 12:51:52 +0100] rev 46897
proper printing of empty binding (again, cf. 93f6f24010c2);
wenzelm [Tue, 13 Mar 2012 11:23:39 +0100] rev 46896
tuned;
wenzelm [Tue, 13 Mar 2012 11:22:39 +0100] rev 46895
tuned strip_alls;
wenzelm [Tue, 13 Mar 2012 11:21:26 +0100] rev 46894
allow redefining pretty/markup modes (not output due to bootstrap issues) -- to support reloading of theory src/HOL/src/Tools/Code_Generator;
wenzelm [Mon, 12 Mar 2012 23:33:50 +0100] rev 46893
some grouping of Par_List operations, to adjust granularity;
wenzelm [Mon, 12 Mar 2012 23:16:54 +0100] rev 46892
Par_List.map is already smart;
wenzelm [Mon, 12 Mar 2012 23:16:02 +0100] rev 46891
some support for grouped list operations;
wenzelm [Mon, 12 Mar 2012 22:22:47 +0100] rev 46890
merged;
noschinl [Mon, 12 Mar 2012 22:11:10 +0100] rev 46889
merged
noschinl [Mon, 12 Mar 2012 21:34:45 +0100] rev 46888
NEWS
noschinl [Mon, 12 Mar 2012 21:34:43 +0100] rev 46887
use eventually_elim method
noschinl [Mon, 12 Mar 2012 21:28:10 +0100] rev 46886
add eventually_elim method
noschinl [Mon, 12 Mar 2012 21:42:40 +0100] rev 46885
merged
noschinl [Mon, 12 Mar 2012 21:41:11 +0100] rev 46884
tuned proofs
noschinl [Mon, 12 Mar 2012 15:12:22 +0100] rev 46883
tuned pred_set_conv lemmas. Skipped lemmas changing the lemmas generated by inductive_set
noschinl [Mon, 12 Mar 2012 15:11:24 +0100] rev 46882
tuned simpset
wenzelm [Mon, 12 Mar 2012 21:31:22 +0100] rev 46881
activate_notes in parallel -- to speedup main operation of locale interpretation;
wenzelm [Mon, 12 Mar 2012 20:44:10 +0100] rev 46880
refined activate_notes: simultaneous transformation before activation;
actually export all_registrations_of;
wenzelm [Mon, 12 Mar 2012 19:09:38 +0100] rev 46879
tuned headers;
paulson [Mon, 12 Mar 2012 16:57:29 +0000] rev 46878
merged
paulson [Mon, 12 Mar 2012 16:14:25 +0000] rev 46877
Structured proofs in ZF
wenzelm [Mon, 12 Mar 2012 17:27:52 +0100] rev 46876
refined define_command vs. run_command: static tokenization vs. dynamic parsing, to increase the chance that the proper transaction is run after redefining commands (NB: requires slightly more space and time for document state);
wenzelm [Mon, 12 Mar 2012 16:04:00 +0100] rev 46875
updated polyml/build option to prefer included libffi;
wenzelm [Mon, 12 Mar 2012 15:31:30 +0100] rev 46874
tuned signature;
wenzelm [Mon, 12 Mar 2012 13:53:26 +0100] rev 46873
clarified prepare_positions: always retain source positions to allow using it as formal information, not just markup reports;
wenzelm [Sun, 11 Mar 2012 22:06:13 +0100] rev 46872
merged
bulwahn [Sun, 11 Mar 2012 20:18:38 +0100] rev 46871
renewing Executable_Relation
wenzelm [Sun, 11 Mar 2012 22:06:12 +0100] rev 46870
tuned;
wenzelm [Sun, 11 Mar 2012 14:09:01 +0100] rev 46869
more direct Name_Space.defined_entry;
tuned Variable.export_inst: avoid keeping full contexts within the gen_fixesT closure (NB: locale infrastructure stores morphisms persistently);
wenzelm [Sun, 11 Mar 2012 13:54:08 +0100] rev 46868
eliminated old-fashioned 'constrains' element;
wenzelm [Sun, 11 Mar 2012 13:39:16 +0100] rev 46867
modernized locale expression, with some fluctuation of arguments;