Removed unecessary type constraint because instantiations do not freeze type
authornipkow
Mon, 13 Mar 1995 09:41:20 +0100
changeset 229 97e2565f13e8
parent 228 e2245da1b601
child 230 e4cccc2dec54
Removed unecessary type constraint because instantiations do not freeze type vars any more.
WF.ML
--- a/WF.ML	Wed Mar 08 17:22:28 1995 +0100
+++ b/WF.ML	Mon Mar 13 09:41:20 1995 +0100
@@ -8,8 +8,7 @@
 
 open WF;
 
-val H_cong = read_instantiate [("f","H::[?'a, ?'a=>?'b]=>?'b")]
-               (standard(refl RS cong RS cong));
+val H_cong = read_instantiate [("f","H")] (standard(refl RS cong RS cong));
 val H_cong1 = refl RS H_cong;
 
 (*Restriction to domain A.  If r is well-founded over A then wf(r)*)