wenzelm [Mon, 16 Nov 1998 11:04:35 +0100] rev 5880
add print_theorems;
print_thms: handle attributes;
wenzelm [Mon, 16 Nov 1998 11:03:35 +0100] rev 5879
several args parsers;
realistic syntax;
attributes: transfer, RS, APP, where, standard, elimify;
wenzelm [Mon, 16 Nov 1998 11:02:07 +0100] rev 5878
several args parsers;
include positions;
misc tuning;
wenzelm [Mon, 16 Nov 1998 11:00:58 +0100] rev 5877
removed args, args1, thm_xname;
fixed nat: Symbol.explode;
name / xname: include sym_ident;
keyword_symid: include ident;
tuned atom_arg;
support nested args;
wenzelm [Mon, 16 Nov 1998 10:58:18 +0100] rev 5876
replaced is_symid by is_sid;
wenzelm [Mon, 16 Nov 1998 10:46:06 +0100] rev 5875
renamed init_context to init;
wenzelm [Mon, 16 Nov 1998 10:45:52 +0100] rev 5874
renamed init_context to init;
added read_termTs;
added declare_thm;
wenzelm [Mon, 16 Nov 1998 10:44:55 +0100] rev 5873
structure PureIsar;
wenzelm [Mon, 16 Nov 1998 10:44:30 +0100] rev 5872
removed lift_modifier;
removed fail;
added tthms_of;
added print_tthm;
tuned rule;
wenzelm [Mon, 16 Nov 1998 10:42:40 +0100] rev 5871
Attribute.thms_of;
wenzelm [Mon, 16 Nov 1998 10:41:27 +0100] rev 5870
Scan.read;
wenzelm [Mon, 16 Nov 1998 10:41:08 +0100] rev 5869
added read;
wenzelm [Mon, 16 Nov 1998 10:40:23 +0100] rev 5868
tuned usage of read;
paulson [Mon, 16 Nov 1998 10:39:30 +0100] rev 5867
generalized JN_empty and added reachable_SKIP
paulson [Mon, 16 Nov 1998 10:37:54 +0100] rev 5866
removed the reference to mesontest2.ML, itself now deleted
paulson [Mon, 16 Nov 1998 10:36:30 +0100] rev 5865
moved some facts about Pi from ex/PiSets to Fun.ML
wenzelm [Sat, 14 Nov 1998 13:26:11 +0100] rev 5864
prefixed op;
wenzelm [Sat, 14 Nov 1998 13:25:34 +0100] rev 5863
Theory.copy;
wenzelm [Sat, 14 Nov 1998 13:25:16 +0100] rev 5862
val copy: theory -> theory;
wenzelm [Sat, 14 Nov 1998 13:24:20 +0100] rev 5861
added unless, first;
wenzelm [Sat, 14 Nov 1998 13:23:49 +0100] rev 5860
added read_nat;
paulson [Fri, 13 Nov 1998 13:42:23 +0100] rev 5859
not needed in distribution
paulson [Fri, 13 Nov 1998 13:41:53 +0100] rev 5858
needed tidying desperately
paulson [Fri, 13 Nov 1998 13:29:50 +0100] rev 5857
qualified the name "restrict" since Fun.restrict exists too
paulson [Fri, 13 Nov 1998 13:29:04 +0100] rev 5856
moved Pi and -> (renamed funcset) to Fun.thy
paulson [Fri, 13 Nov 1998 13:28:23 +0100] rev 5855
the type of @evalcn was wrong
paulson [Fri, 13 Nov 1998 13:27:46 +0100] rev 5854
moved UNION_o to Fun.ML, since Fun.thy is no longer a parent of equalities
paulson [Fri, 13 Nov 1998 13:27:03 +0100] rev 5853
no longer loads Fun so that the Fun proofs can use equalities.thy
paulson [Fri, 13 Nov 1998 13:26:16 +0100] rev 5852
the function space operator
nipkow [Thu, 12 Nov 1998 16:45:40 +0100] rev 5851
New section on advanced datatypes.