haftmann [Thu, 13 Apr 2006 11:22:44 +0200] rev 19413
added subversion treatment
wenzelm [Tue, 11 Apr 2006 16:00:09 +0200] rev 19412
classes: prefer thy operations;
accomodate tuned interfaces of Logic/Sign/AxClass;
wenzelm [Tue, 11 Apr 2006 16:00:08 +0200] rev 19411
export pretty_classrel/arity;
wenzelm [Tue, 11 Apr 2006 16:00:07 +0200] rev 19410
'axclass': no parameters;
wenzelm [Tue, 11 Apr 2006 16:00:06 +0200] rev 19409
tuned;
wenzelm [Tue, 11 Apr 2006 16:00:05 +0200] rev 19408
removed superclasses (see sign.ML);
wenzelm [Tue, 11 Apr 2006 16:00:03 +0200] rev 19407
added super_classes (from sorts.ML);
removed read/cert_classrel (see axclass.ML);
wenzelm [Tue, 11 Apr 2006 16:00:02 +0200] rev 19406
added mk_classrel, dest_classrel, mk_arities, dest_arity (from axclass.ML);
tuned;
wenzelm [Tue, 11 Apr 2006 16:00:01 +0200] rev 19405
moved abstract syntax operations to logic.ML;
maintain class parameters;
added params_of_sort;
added cert/read_classrel (from sign.ML), check class parameters;
tuned;
obua [Mon, 10 Apr 2006 16:00:34 +0200] rev 19404
Moved stuff from Ring_and_Field to Matrix
berghofe [Mon, 10 Apr 2006 14:37:23 +0200] rev 19403
Adapted to changed type of add_typedef_i.
nipkow [Mon, 10 Apr 2006 11:35:02 +0200] rev 19402
Hoare(Parallel) dependencies on document/*
nipkow [Mon, 10 Apr 2006 11:34:15 +0200] rev 19401
added references
nipkow [Mon, 10 Apr 2006 11:33:36 +0200] rev 19400
Minimal doc
nipkow [Mon, 10 Apr 2006 11:33:22 +0200] rev 19399
Included cyclic list examples
haftmann [Mon, 10 Apr 2006 08:30:26 +0200] rev 19398
fixed value restriction
nipkow [Mon, 10 Apr 2006 08:26:26 +0200] rev 19397
Added splicing algorithm.
wenzelm [Mon, 10 Apr 2006 00:34:46 +0200] rev 19396
hide (open) const;
wenzelm [Mon, 10 Apr 2006 00:33:54 +0200] rev 19395
simplified AxClass.add_axclass interface;
wenzelm [Mon, 10 Apr 2006 00:33:53 +0200] rev 19394
added aT (from axclass.ML);
non-pervasive itselfT, a_itselfT;
wenzelm [Mon, 10 Apr 2006 00:33:52 +0200] rev 19393
removed unused class_le_path, sort_less;
wenzelm [Mon, 10 Apr 2006 00:33:51 +0200] rev 19392
add_axclass(_i): return class name only;
subclass/arity statements: require actual TVars, store raw data;
tuned;
wenzelm [Mon, 10 Apr 2006 00:33:49 +0200] rev 19391
Term.itselfT;
nipkow [Sun, 09 Apr 2006 19:41:30 +0200] rev 19390
Added function "splice"
wenzelm [Sun, 09 Apr 2006 19:29:44 +0200] rev 19389
Even/Odd: avoid clash with even/odd of Main HOL;
wenzelm [Sun, 09 Apr 2006 18:51:23 +0200] rev 19388
results: smart_pretty_thm uses adhoc proof context if possible;
wenzelm [Sun, 09 Apr 2006 18:51:22 +0200] rev 19387
added full_name;
abbrevs: mode does not affect name space;
wenzelm [Sun, 09 Apr 2006 18:51:21 +0200] rev 19386
add_syntax: actually observe print mode;