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;
wenzelm [Sat, 28 Jul 2007 22:00:58 +0200] rev 24027
use config_option.ML after sign.ML;
wenzelm [Sat, 28 Jul 2007 21:09:14 +0200] rev 24026
commands 'declare', 'declaration';
wenzelm [Sat, 28 Jul 2007 20:40:31 +0200] rev 24025
added :|-- (dependent projection);
tuned;
wenzelm [Sat, 28 Jul 2007 20:40:30 +0200] rev 24024
added attribute "simproc";
marked some CRITICAL sections;
tuned;
wenzelm [Sat, 28 Jul 2007 20:40:29 +0200] rev 24023
setmp: NAMED_CRITICAL;
wenzelm [Sat, 28 Jul 2007 20:40:27 +0200] rev 24022
tuned;
wenzelm [Sat, 28 Jul 2007 20:40:26 +0200] rev 24021
added get_cs/map_cs;
wenzelm [Sat, 28 Jul 2007 20:40:24 +0200] rev 24020
tuned signature;
wenzelm [Sat, 28 Jul 2007 20:40:22 +0200] rev 24019
tuned ML/simproc declarations;
wenzelm [Sat, 28 Jul 2007 20:40:20 +0200] rev 24018
removed redundant simproc declarations;
wenzelm [Sat, 28 Jul 2007 20:40:19 +0200] rev 24017
simproc_setup fun_upd2;
wenzelm [Sat, 28 Jul 2007 20:40:18 +0200] rev 24016
added [[decl]] notation;
wenzelm [Sat, 28 Jul 2007 20:40:17 +0200] rev 24015
added command 'simproc_setup', attribute "simproc";
wenzelm [Fri, 27 Jul 2007 22:19:49 +0200] rev 24014
attribs: not cut (!!!);
wenzelm [Fri, 27 Jul 2007 21:55:23 +0200] rev 24013
xthm: added [[declaration]] syntax (abbreviates dummy_thm [att]);
wenzelm [Fri, 27 Jul 2007 21:55:22 +0200] rev 24012
get_thm etc.: map empty name to dummy_thm;
wenzelm [Fri, 27 Jul 2007 21:55:21 +0200] rev 24011
chain/using: filter out dummy_thm;
wenzelm [Fri, 27 Jul 2007 21:55:20 +0200] rev 24010
method section scanners: added [[declaration]] syntax, ignore sid-effects of thms;
wenzelm [Fri, 27 Jul 2007 21:55:19 +0200] rev 24009
renamed Config to ConfigOption;