wenzelm [Fri, 25 Sep 2015 20:04:25 +0200] rev 61267
less redundant output;
wenzelm [Fri, 25 Sep 2015 19:54:51 +0200] rev 61266
proper context;
wenzelm [Fri, 25 Sep 2015 19:28:33 +0200] rev 61265
tuned;
wenzelm [Fri, 25 Sep 2015 19:23:17 +0200] rev 61264
tuned;
wenzelm [Fri, 25 Sep 2015 19:20:24 +0200] rev 61263
tuned;
wenzelm [Fri, 25 Sep 2015 19:13:47 +0200] rev 61262
tuned signature: eliminated pointless type Context.pretty;
wenzelm [Thu, 24 Sep 2015 23:33:29 +0200] rev 61261
more explicit Defs.context: use proper name spaces as far as possible;
wenzelm [Thu, 24 Sep 2015 13:33:42 +0200] rev 61260
explicit indication of overloaded typedefs;
wenzelm [Wed, 23 Sep 2015 09:50:38 +0200] rev 61259
tuned signature;
wenzelm [Wed, 23 Sep 2015 09:36:18 +0200] rev 61258
tuned output;
wenzelm [Wed, 23 Sep 2015 09:30:12 +0200] rev 61257
tuned output;
wenzelm [Tue, 22 Sep 2015 22:42:48 +0200] rev 61256
tuned signature;
wenzelm [Tue, 22 Sep 2015 22:38:22 +0200] rev 61255
eliminated separate type Theory.dep: use typeargs uniformly for consts/types;
Object_Logic.add_judgment more like Theory.specify_const;
wenzelm [Tue, 22 Sep 2015 20:29:20 +0200] rev 61254
tuned signature;
wenzelm [Tue, 22 Sep 2015 20:21:53 +0200] rev 61253
tuned output;
wenzelm [Tue, 22 Sep 2015 18:56:25 +0200] rev 61252
separate command 'print_definitions';
wenzelm [Tue, 22 Sep 2015 18:06:49 +0200] rev 61251
tuned;
wenzelm [Tue, 22 Sep 2015 17:15:55 +0200] rev 61250
clarified deps entry: global names for arguments;
wenzelm [Tue, 22 Sep 2015 16:49:56 +0200] rev 61249
renamed Defs.node to Defs.item;
clarified type Defs.item;
clarified item_ord for printing;
wenzelm [Tue, 22 Sep 2015 16:17:49 +0200] rev 61248
tuned signature;
wenzelm [Tue, 22 Sep 2015 15:58:19 +0200] rev 61247
tuned whitespace;
wenzelm [Tue, 22 Sep 2015 14:32:23 +0200] rev 61246
HOL typedef with explicit dependency checks according to Ondrey Kuncar, 07-Jul-2015, 16-Jul-2015, 30-Jul-2015;
defs.ML: track dependencies also for type constructors;
typedef.ML: add type defined by typedef to dependencies, Abs and Rep now depend on the type;
Pure types and typedecls are final -- no dependencies;
hoelzl [Fri, 25 Sep 2015 16:54:31 +0200] rev 61245
prove Liminf_inverse_ereal
immler [Thu, 24 Sep 2015 15:21:12 +0200] rev 61244
merged
immler [Thu, 24 Sep 2015 14:29:08 +0200] rev 61243
exchange uniform limit and integral
traytel [Thu, 24 Sep 2015 12:28:15 +0200] rev 61242
congruence rules for the relator
traytel [Thu, 24 Sep 2015 12:21:19 +0200] rev 61241
conceal only the definitional theorems of map, set, rel (and not the actual constants)
traytel [Thu, 24 Sep 2015 12:21:19 +0200] rev 61240
more useful properties of the relators
traytel [Thu, 24 Sep 2015 12:21:19 +0200] rev 61239
tuned proofs (less warnings)
paulson <lp15@cam.ac.uk> [Wed, 23 Sep 2015 14:11:35 +0100] rev 61238
Useful facts about min/max, etc.