chaieb [Tue, 31 Jul 2007 09:31:26 +0200] rev 24083
find_body goes under meta-quantifier ; tactic generalizes free variables;
chaieb [Tue, 31 Jul 2007 09:31:23 +0200] rev 24082
Added dependency on langford files in Tools/Qelim
chaieb [Tue, 31 Jul 2007 09:31:19 +0200] rev 24081
Tuned document
wenzelm [Tue, 31 Jul 2007 00:56:34 +0200] rev 24080
added register_thy (replaces pretend_use_thy_only and really flag);
tuned;
wenzelm [Tue, 31 Jul 2007 00:56:32 +0200] rev 24079
ThyInfo.register_thy;
wenzelm [Tue, 31 Jul 2007 00:56:31 +0200] rev 24078
turned fast_arith_split/neq_limit into configuration options;
wenzelm [Tue, 31 Jul 2007 00:56:31 +0200] rev 24077
added global config options;
wenzelm [Tue, 31 Jul 2007 00:56:29 +0200] rev 24076
arith method setup: proper context;
turned fast_arith_split/neq_limit into configuration options;
tuned signatures;
misc cleanup;
wenzelm [Tue, 31 Jul 2007 00:56:26 +0200] rev 24075
arith method setup: proper context;
wenzelm [Mon, 30 Jul 2007 19:46:15 +0200] rev 24074
tuned ML declarations;
wenzelm [Mon, 30 Jul 2007 19:46:13 +0200] rev 24073
simultaneous use_thys;
tuned;
wenzelm [Mon, 30 Jul 2007 19:22:27 +0200] rev 24072
dequeue: wait loop while PROTECTED -- avoids race condition;
wenzelm [Mon, 30 Jul 2007 11:12:28 +0200] rev 24071
marked some CRITICAL sections;
urbanc [Mon, 30 Jul 2007 10:39:12 +0200] rev 24070
updated some of the definitions and proofs
wenzelm [Sun, 29 Jul 2007 23:27:40 +0200] rev 24069
tuned msgs;
tuned;
wenzelm [Sun, 29 Jul 2007 22:42:02 +0200] rev 24068
deps: keep thy source text, avoid reloading;
schedule: pick the first task with maximal imm_succs;
wenzelm [Sun, 29 Jul 2007 22:42:00 +0200] rev 24067
adapted ThyLoad.deps_thy;
wenzelm [Sun, 29 Jul 2007 22:41:59 +0200] rev 24066
more informative tracing;
tuned;
wenzelm [Sun, 29 Jul 2007 22:41:58 +0200] rev 24065
load_thy: avoid reloading of text;
tuned;
wenzelm [Sun, 29 Jul 2007 22:41:55 +0200] rev 24064
added of_list_limited (with limit argument);
removed of_string_limited;
wenzelm [Sun, 29 Jul 2007 19:46:04 +0200] rev 24063
more informative tracing;
wenzelm [Sun, 29 Jul 2007 19:46:03 +0200] rev 24062
explicit global state argument -- no longer CRITICAL;
wenzelm [Sun, 29 Jul 2007 19:46:02 +0200] rev 24061
added option -T (multithreading trace mode);
wenzelm [Sun, 29 Jul 2007 17:28:57 +0200] rev 24060
critical: improved diagostics;
schedule: proper broadcast on wakeup condition;
wenzelm [Sun, 29 Jul 2007 17:28:56 +0200] rev 24059
tuned msg;
wenzelm [Sun, 29 Jul 2007 17:28:55 +0200] rev 24058
NAMED_CRITICAL;
wenzelm [Sun, 29 Jul 2007 16:00:06 +0200] rev 24057
removed obsolete Output.ML_errors/toplevel_errors;
moved ML toplevel use commands to pure_setup.ML;
wenzelm [Sun, 29 Jul 2007 16:00:05 +0200] rev 24056
removed obsolete Output.ML_errors/toplevel_errors;
wenzelm [Sun, 29 Jul 2007 16:00:04 +0200] rev 24055
added TOPLEVEL_ERROR (simplified version from output.ML);
wenzelm [Sun, 29 Jul 2007 16:00:03 +0200] rev 24054
removed obsolete TOPLEVEL_ERROR etc. (cf. toplevel.ML);
wenzelm [Sun, 29 Jul 2007 16:00:02 +0200] rev 24053
added ML toplevel use commands: Toplevel.program;
added install_pp stuff;
wenzelm [Sun, 29 Jul 2007 16:00:00 +0200] rev 24052
removed obsolete install_pp.ML (cf. pure_setup.ML);
wenzelm [Sun, 29 Jul 2007 14:30:07 +0200] rev 24051
replaced program_defs_ref by proper context data (via attribute "program");
wenzelm [Sun, 29 Jul 2007 14:30:06 +0200] rev 24050
renamed Drule.is_dummy_thm to Thm.is_dummy;
wenzelm [Sun, 29 Jul 2007 14:30:05 +0200] rev 24049
added list update;
wenzelm [Sun, 29 Jul 2007 14:30:04 +0200] rev 24048
moved Drule.add/del/merge_rules to Thm.add/del/merge_thms;
moved Drule.is_dummy_thm to Thm.is_dummy;
wenzelm [Sun, 29 Jul 2007 14:30:03 +0200] rev 24047
Named collections of theorems in canonical order.
wenzelm [Sun, 29 Jul 2007 14:30:02 +0200] rev 24046
added Tools/named_thms.ML;
wenzelm [Sun, 29 Jul 2007 14:30:01 +0200] rev 24045
renamed Drule.add/del/merge_rules to Thm.add/del/merge_thms;
tuned;
wenzelm [Sun, 29 Jul 2007 14:30:00 +0200] rev 24044
avoid ill-defined Simp_tac;
wenzelm [Sun, 29 Jul 2007 14:29:59 +0200] rev 24043
marked some CRITICAL sections;
wenzelm [Sun, 29 Jul 2007 14:29:58 +0200] rev 24042
simplified ResAtpset via NamedThmsFun;
wenzelm [Sun, 29 Jul 2007 14:29:57 +0200] rev 24041
metis_tac: proper context (ProofContext.init it *not* sufficient);
simplified method setup;
wenzelm [Sun, 29 Jul 2007 14:29:56 +0200] rev 24040
proper simproc_setup for "neq", "let_simp";
removed dead code;
wenzelm [Sun, 29 Jul 2007 14:29:54 +0200] rev 24039
renamed Drule.add/del/merge_rules to Thm.add/del/merge_thms;
wenzelm [Sun, 29 Jul 2007 14:29:52 +0200] rev 24038
replaced make_imp by rev_mp;
wenzelm [Sun, 29 Jul 2007 14:29:51 +0200] rev 24037
proper simproc_setup for "list_neq";
wenzelm [Sun, 29 Jul 2007 14:29:50 +0200] rev 24036
removed obsolete Tools/res_atpset.ML;
wenzelm [Sun, 29 Jul 2007 14:29:49 +0200] rev 24035
simplified ResAtpset via NamedThmsFun;
proper simproc_setup for "neq", "let_simp";
wenzelm [Sun, 29 Jul 2007 14:29:48 +0200] rev 24034
simplified "eval" setup via NamedThmsFun;
wenzelm [Sat, 28 Jul 2007 22:19:31 +0200] rev 24033
tuned;
wenzelm [Sat, 28 Jul 2007 22:17:46 +0200] rev 24032
* Isar: command 'declaration';
* Isar: proper interfaces for simplification procedures;
* Isar: an extra pair of brackets around attribute declarations
abbreviates a theorem reference involving an internal dummy fact;
wenzelm [Sat, 28 Jul 2007 22:01:06 +0200] rev 24031
type Morphism.declaration;
wenzelm [Sat, 28 Jul 2007 22:01:01 +0200] rev 24030
attribute "option": proper naming within the theory
wenzelm [Sat, 28 Jul 2007 22:01:00 +0200] rev 24029
removed dead code;
wenzelm [Sat, 28 Jul 2007 22:00:59 +0200] rev 24028
declaration: proper naming within the theory;