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
Pages last (re-)generated October 28, 2002 (Martin Steffen)
Previous Contents Next