berghofe [Fri, 23 Oct 1998 16:27:56 +0200] rev 5743
Updated to new datatype package.
narasche [Fri, 23 Oct 1998 16:11:01 +0200] rev 5742
ex/Points added
narasche [Fri, 23 Oct 1998 16:07:54 +0200] rev 5741
Example for records
berghofe [Fri, 23 Oct 1998 12:59:03 +0200] rev 5740
Directory Induct: Added new theory ABexp, removed obsolete
theory Simult.
berghofe [Fri, 23 Oct 1998 12:57:44 +0200] rev 5739
Added new theory ABexp, removed obsolete theory Simult.
berghofe [Fri, 23 Oct 1998 12:56:13 +0200] rev 5738
Terms are now defined using the new datatype package.
berghofe [Fri, 23 Oct 1998 12:55:36 +0200] rev 5737
New example for using the datatype package:
Arithmetic and boolean expressions.
berghofe [Fri, 23 Oct 1998 12:54:37 +0200] rev 5736
Removed obsolete theory Simult (see theory Term).
wenzelm [Fri, 23 Oct 1998 12:31:23 +0200] rev 5735
started to add records;
paulson [Fri, 23 Oct 1998 11:03:35 +0200] rev 5734
occurs check now handles Bound variables (for soundness)
wenzelm [Fri, 23 Oct 1998 10:38:20 +0200] rev 5733
updated by isatool logo;
wenzelm [Thu, 22 Oct 1998 20:15:26 +0200] rev 5732
tuned block indent;
wenzelm [Thu, 22 Oct 1998 20:13:21 +0200] rev 5731
current_goals_markers;
wenzelm [Thu, 22 Oct 1998 20:11:19 +0200] rev 5730
some additions for Proof General by David Aspinall;
wenzelm [Thu, 22 Oct 1998 20:07:42 +0200] rev 5729
support current_goals_markers ref variable for print_current_goals;
wenzelm [Thu, 22 Oct 1998 12:35:40 +0200] rev 5728
eliminated 'let ... in structure ...' to make SML/NJ 0.93 happy;
wenzelm [Thu, 22 Oct 1998 12:32:42 +0200] rev 5727
fixed index.html;
wenzelm [Thu, 22 Oct 1998 12:26:55 +0200] rev 5726
tuned;
record package;
wenzelm [Thu, 22 Oct 1998 11:09:43 +0200] rev 5725
tuned;
paulson [Thu, 22 Oct 1998 10:58:50 +0200] rev 5724
standard Blast_tac demos
paulson [Thu, 22 Oct 1998 10:58:18 +0200] rev 5723
tidying
paulson [Thu, 22 Oct 1998 10:57:18 +0200] rev 5722
locales
berghofe [Wed, 21 Oct 1998 17:57:02 +0200] rev 5721
Changed interface of inductive.
berghofe [Wed, 21 Oct 1998 17:55:18 +0200] rev 5720
Changed interface of rep_datatype: Characteristic theorems
of datatypes are now specified by xstrings.
berghofe [Wed, 21 Oct 1998 17:53:16 +0200] rev 5719
Changed interface.
berghofe [Wed, 21 Oct 1998 17:52:38 +0200] rev 5718
Changed interface of add_inductive: monos and con_defs are now
lists of xstrings.
berghofe [Wed, 21 Oct 1998 17:48:02 +0200] rev 5717
Changed syntax of inductive.
berghofe [Wed, 21 Oct 1998 17:46:00 +0200] rev 5716
Changed syntax of rep_datatype and inductive: Theorems
are no longer specified by a string of ML type "thm list" but
by a comma-separated list of identifiers, which are looked
up in the theory.
berghofe [Wed, 21 Oct 1998 17:40:35 +0200] rev 5715
Added theorem prod_induct (needed for rep_datatype).
berghofe [Wed, 21 Oct 1998 17:38:47 +0200] rev 5714
Changed syntax of rep_datatype.