Replaced irreducible_paths by all_paths.
authorberghofe
Fri, 22 Sep 2006 14:32:46 +0200
changeset 20680 fd92d9310128
parent 20679 c09af1bd255a
child 20681 0e4df994ad34
Replaced irreducible_paths by all_paths.
src/HOL/Tools/recfun_codegen.ML
--- a/src/HOL/Tools/recfun_codegen.ML	Fri Sep 22 14:30:37 2006 +0200
+++ b/src/HOL/Tools/recfun_codegen.ML	Fri Sep 22 14:32:46 2006 +0200
@@ -92,7 +92,7 @@
 
 fun cycle g (xs, x) =
   if x mem xs then xs
-  else Library.foldl (cycle g) (x :: xs, List.concat (Graph.irreducible_paths (fst g) (x, x)));
+  else Library.foldl (cycle g) (x :: xs, List.concat (Graph.all_paths (fst g) (x, x)));
 
 fun add_rec_funs thy defs gr dep eqs module =
   let