src/Pure/defs.ML
changeset 19482 9f11af8f7ef9
parent 19339 59f08f67ed3f
child 19569 1c23356a8ea8
--- a/src/Pure/defs.ML	Thu Apr 27 12:11:56 2006 +0200
+++ b/src/Pure/defs.ML	Thu Apr 27 15:06:35 2006 +0200
@@ -69,7 +69,7 @@
   in (consts', specified') end);
 
 fun specifications_of (Defs {specified, ...}) c =
-  (List.mapPartial
+  (map_filter
     (fn (_, (false, _, _, _)) => NONE
       | (_, (true, specname, thyname, ty)) => SOME (ty, (specname, thyname))) o Inttab.dest
     o the_default Inttab.empty o Symtab.lookup specified) c;