clasohm [Fri, 01 Sep 1995 13:32:13 +0200] rev 1243
added global simpset
clasohm [Fri, 01 Sep 1995 13:28:54 +0200] rev 1242
added cleanup of global simpset to thy_read;
replaced error by warning for duplicate names in theorem database
clasohm [Fri, 01 Sep 1995 13:27:48 +0200] rev 1241
added same_sg and same_thm
wenzelm [Fri, 01 Sep 1995 13:16:24 +0200] rev 1240
adapted to new version of shyps-stuff;
wenzelm [Fri, 01 Sep 1995 13:13:19 +0200] rev 1239
nonempty_sort: no longer var names as args;
wenzelm [Fri, 01 Sep 1995 13:11:09 +0200] rev 1238
considerably tuned shyps handling;
wenzelm [Fri, 01 Sep 1995 13:08:55 +0200] rev 1237
adapted to new version of shyps-stuff;
clasohm [Wed, 30 Aug 1995 14:04:39 +0200] rev 1236
added check for duplicate theorems in theorem database;
changed warnings and error messages in thy_read to distinguish between
theorems in theor_y_ database and in theor_em_ database
wenzelm [Mon, 21 Aug 1995 18:03:12 +0200] rev 1235
minor fix to make less noise with SML/NJ;
nipkow [Fri, 18 Aug 1995 16:38:41 +0200] rev 1234
updated "o" in HOL: (infixl 55)
added warning about conj_cong in HOL.
paulson [Fri, 18 Aug 1995 16:09:41 +0200] rev 1233
minor corrections to indexing; added thms_containing
in header
nipkow [Fri, 18 Aug 1995 15:54:22 +0200] rev 1232
changed "o" to (infixl 55)
paulson [Fri, 18 Aug 1995 15:20:02 +0200] rev 1231
clarified comment
nipkow [Fri, 18 Aug 1995 12:28:02 +0200] rev 1230
fixed bug in findI
removed duplicates in findEs
nipkow [Thu, 17 Aug 1995 15:07:09 +0200] rev 1229
deactivated fix_shyps.
paulson [Mon, 14 Aug 1995 13:42:27 +0200] rev 1228
updated version number to revision 4
paulson [Fri, 11 Aug 1995 12:36:15 +0200] rev 1227
Mateja Jamnik's theory to html converter
paulson [Thu, 10 Aug 1995 13:16:31 +0200] rev 1226
Handle renaming of CHOL.tex to HOL.tex
paulson [Thu, 10 Aug 1995 13:15:15 +0200] rev 1225
minor polishing of text on findI, etc.
paulson [Thu, 10 Aug 1995 13:14:34 +0200] rev 1224
Trivial reformatting of reference
nipkow [Tue, 08 Aug 1995 09:27:02 +0200] rev 1223
corrected bind_thm: now applies "standard" uniformly.
nipkow [Mon, 07 Aug 1995 16:37:47 +0200] rev 1222
Documented findI, findE, findEs, thms_containing.
nipkow [Mon, 07 Aug 1995 15:23:59 +0200] rev 1221
Added findI, findEs, and findE.
wenzelm [Tue, 01 Aug 1995 17:21:57 +0200] rev 1220
MAJOR changes:
added shyps component to type thm;
added rules strip_shyps, implies_intr_shyps;
fixed rules to handle shyps properly;
wenzelm [Tue, 01 Aug 1995 17:21:05 +0200] rev 1219
modified prepare_proof to handle shyps;
wenzelm [Tue, 01 Aug 1995 17:20:42 +0200] rev 1218
modified pretty_thm, standard, eq_thm to handle shyps;
wenzelm [Tue, 01 Aug 1995 17:20:21 +0200] rev 1217
modified prep_thm_axm to handle shyps;
fixed class_axms: class_trivs *first*;
improved axclass_tac: now also handles object rules as witnesses;
wenzelm [Tue, 01 Aug 1995 17:19:17 +0200] rev 1216
added (my own version of) nonempty_sort: sg -> (string * sort) list -> sort
-> bool;