Previous Contents Next

Interface for module Graphs

type a dgraph = 
       Graph of (a ® a list)

exception Not_Found

val dfs : a dgraph ® (a ® bool® a ® a
val dfs_collect : a dgraph ® (a ® bool® a ® a list
January 31, 2002
Previous Contents Next