wenzelm [Thu, 21 Apr 2005 22:00:28 +0200] rev 15800
adapt theories and ML files to new CPure/Pure arrangement;
berghofe [Thu, 21 Apr 2005 19:16:19 +0200] rev 15799
Adapted use command to new behaviour of Toplevel.node_trans
berghofe [Thu, 21 Apr 2005 19:13:03 +0200] rev 15798
Adapted to new interface of instantiation and unification / matching functions.
berghofe [Thu, 21 Apr 2005 19:12:03 +0200] rev 15797
- Eliminated nodup_vars check.
- Unification and matching functions now check types of term variables / sorts
of type variables when applying a substitution.
- Thm.instantiate now takes (ctyp * ctyp) list instead of (indexname * ctyp) list
as argument, to allow for proper instantiation of theorems containing
type variables with same name but different sorts.
berghofe [Thu, 21 Apr 2005 19:02:54 +0200] rev 15796
Moved cterm_fun from Thm to Drule.
berghofe [Thu, 21 Apr 2005 18:58:44 +0200] rev 15795
Modified variable index in proof (necessary due to changes in the kernel).