nipkow [Fri, 29 Oct 1993 11:54:50 +0100] rev 88
added infix delsimps
nipkow [Fri, 29 Oct 1993 11:53:43 +0100] rev 87
added function del_simps
lcp [Thu, 28 Oct 1993 17:40:50 +0100] rev 86
deletion of obsolete/private files; update of README
lcp [Thu, 28 Oct 1993 11:32:37 +0100] rev 85
minor changes e.g. datatype_elims
lcp [Thu, 28 Oct 1993 11:30:35 +0100] rev 84
now uses datatype_intrs and datatype_elims
lcp [Thu, 28 Oct 1993 11:28:36 +0100] rev 83
updated version to October 93
lcp [Wed, 27 Oct 1993 13:49:35 +0100] rev 82
no longer specifies "-h 15000". Instead $ISABELLECOMP should
include any switch settings.
clasohm [Tue, 26 Oct 1993 22:24:20 +0100] rev 81
corrected some spelling mistakes;
removed a bug that made it impossible to read theories that don't have a ML
file;
extended syntax for bases in syntax.ML: a string can be used to specify a
theory that is to be read but is not merged into the base (useful for
pseudo theories used to document the dependencies of ML files)
wenzelm [Mon, 25 Oct 1993 12:42:33 +0100] rev 80
added white-space;
made ~: a fake infix;
wenzelm [Mon, 25 Oct 1993 12:32:53 +0100] rev 79
added white-space;
made ~= a fake infix;
clasohm [Fri, 22 Oct 1993 22:17:25 +0100] rev 78
removed a bug that occured when a path was specified for use_thy's parameter
and the theory was created in a .ML file
lcp [Fri, 22 Oct 1993 17:39:12 +0100] rev 77
ZF/ex/tf,tf_fn: renamed the variable tf to f everywhere
clasohm [Fri, 22 Oct 1993 13:44:27 +0100] rev 76
renamed some files
clasohm [Fri, 22 Oct 1993 13:43:45 +0100] rev 75
added -h 15000 for Poly/ML in Makefile,
changed ROOT.ML for new Readthy
clasohm [Fri, 22 Oct 1993 13:42:51 +0100] rev 74
changes in Readthy:
- reads needed base theories automatically
- keeps a time stamp for all read files
- update function
- checks for cycles
- path list that is searched for files
- reads theories that are created in .ML files
- etc.
clasohm [Fri, 22 Oct 1993 13:39:23 +0100] rev 73
delete_file now has type string -> unit in both NJ and POLY,
use of Pure/Thy/ROOT has been moved to the end of Pure/ROOT again
clasohm [Fri, 22 Oct 1993 13:35:15 +0100] rev 72
changes for new Readthy
lcp [Fri, 22 Oct 1993 11:42:02 +0100] rev 71
sample datatype defs now use datatype_intrs, datatype_elims
lcp [Fri, 22 Oct 1993 11:34:41 +0100] rev 70
ZF/ind-syntax/fold_con_tac: deleted, since fold_tac now works
ZF/intr-elim/elim_rls: applied make_elim to succ_inject!
ZF/fin: changed type_intrs in inductive def
ZF/datatype/datatype_intrs, datatype_elims: renamed from data_typechecks,
data_elims
ZF/list: now uses datatype_intrs
lcp [Fri, 22 Oct 1993 11:25:15 +0100] rev 69
tactic/fold_tac,fold_goals_tac: now handle critical pairs on the
right sides of the defs
lcp [Fri, 22 Oct 1993 10:31:19 +0100] rev 68
goals/print_top,prepare_proof: now call \!print_goals_ref
lcp [Thu, 21 Oct 1993 17:20:01 +0100] rev 67
Pure/drule/print_goals_ref: new, for Centaur interface
Pure/tctical/tracify,print_tac: now call !print_goals_ref
Pure/goals/print_top,prepare_proof: now call !print_goals_ref
lcp [Thu, 21 Oct 1993 17:10:15 +0100] rev 66
/NJ,POLY/delete_file: new
lcp [Thu, 21 Oct 1993 14:59:54 +0100] rev 65
simpdata/basify: now calls new fastype_of
lcp [Thu, 21 Oct 1993 14:56:12 +0100] rev 64
logic/mk_equals,mk_flexpair: now calls fastype_of instead of type_of.
So it no longer checks t properly -- but it never checked u anyway, and all
existing calls are derived from certified terms...
lcp [Thu, 21 Oct 1993 14:47:48 +0100] rev 63
now calls new fastype_of in three places
lcp [Thu, 21 Oct 1993 14:40:06 +0100] rev 62
Pure/Syntax/printer/is_prop: now calls fastype_of1
lcp [Thu, 21 Oct 1993 14:38:06 +0100] rev 61
Pure/term/fastype_of1: renamed from fastype_of
Pure/term/fastype_of: new, takes only one argument (like type_of)
Pure/Syntax/printer/is_prop: now calls fastype_of1
Pure/pattern: now calls new fastype_of in three places
Pure/logic/mk_equals,mk_flexpair: now calls fastype_of instead of type_of.
So it no longer checks t properly -- but it never checked u anyway, and all
existing calls are derived from certified terms...
clasohm [Sun, 17 Oct 1993 18:03:47 +0100] rev 60
renamed: S4.thy to s4.thy, S43.thy to s43.thy, T.thy to t.thy
clasohm [Sun, 17 Oct 1993 16:30:16 +0100] rev 59
renamed: terms.* to term.*, types.* to type.*, wf.* to wfd.*