eta-expansion required for SML/NJ
authorpaulson
Wed, 03 Oct 2001 11:45:24 +0200
changeset 11652 b2d27a80b0d0
parent 11651 201b3f76c7b7
child 11653 93aaafb6431b
eta-expansion required for SML/NJ
src/Pure/proofterm.ML
--- a/src/Pure/proofterm.ML	Tue Oct 02 20:23:33 2001 +0200
+++ b/src/Pure/proofterm.ML	Wed Oct 03 11:45:24 2001 +0200
@@ -945,7 +945,7 @@
 fun rewrite_proof tsig = rewrite_prf (fn (tab, f) =>
   Type.typ_match tsig (tab, f ()) handle Type.TYPE_MATCH => raise PMatch);
 
-val rewrite_proof_notypes = rewrite_prf fst;
+fun rewrite_proof_notypes tsig = rewrite_prf fst tsig;
 
 (**** theory data ****)