renamed Graph.project to Graph.subgraph;
authorwenzelm
Fri, 29 Dec 2006 17:24:49 +0100
changeset 21937 4ba9531c60eb
parent 21936 c7a7d3ab81d0
child 21938 e5c96bb58252
renamed Graph.project to Graph.subgraph;
src/Pure/Tools/codegen_thingol.ML
--- a/src/Pure/Tools/codegen_thingol.ML	Fri Dec 29 17:24:47 2006 +0100
+++ b/src/Pure/Tools/codegen_thingol.ML	Fri Dec 29 17:24:49 2006 +0100
@@ -310,7 +310,7 @@
           |> subtract (op =) hidden;
   in
     code
-    |> Graph.project (member (op =) selected)
+    |> Graph.subgraph (member (op =) selected)
   end;
 
 fun check_samemodule names =