Removal of needless function definition
authorpaulson
Tue, 26 Nov 1996 16:15:50 +0100
changeset 2227 18e993700540
parent 2226 f3c6a22681b1
child 2228 f381c1a98209
Removal of needless function definition
src/Pure/pattern.ML
--- a/src/Pure/pattern.ML	Tue Nov 26 16:11:18 1996 +0100
+++ b/src/Pure/pattern.ML	Tue Nov 26 16:15:50 1996 +0100
@@ -57,8 +57,6 @@
 fun idx [] j     = ~10000
   | idx(i::is) j = if i=j then length is else idx is j;
 
-val nth_type = snd o nth_elem;
-
 fun at xs i = nth_elem (i,xs);
 
 fun mkabs (binders,is,t)  =