SCM Repository
Annotation of /sml/trunk/src/MLRISC/graphs/graph-topsort.sig
Parent Directory
|
Revision Log
Revision 245 -
(view)
(download)
(as text)
Original Path: sml/branches/SMLNJ/src/MLRISC/graphs/graph-topsort.sig
1 : | monnier | 245 | signature GRAPH_TOPOLOGICAL_SORT = |
2 : | sig | ||
3 : | |||
4 : | (* topological sort *) | ||
5 : | |||
6 : | val topsort : ('n,'e,'g) Graph.graph -> | ||
7 : | Graph.node_id list -> Graph.node_id list | ||
8 : | |||
9 : | end | ||
10 : | |||
11 : | (* | ||
12 : | * $Log$ | ||
13 : | *) |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |