SCM Repository
Diff of /sml/trunk/src/cm/depend/graph.sml
Parent Directory
|
Revision Log
|
Patch
revision 282, Wed May 19 05:14:03 1999 UTC | revision 283, Wed May 19 08:20:58 1999 UTC | |
---|---|---|
# | Line 8 | Line 8 |
8 | structure DependencyGraph = struct | structure DependencyGraph = struct |
9 | ||
10 | type symbol = Symbol.symbol | type symbol = Symbol.symbol |
type groupinfo = Dummy.t | ||
11 | type primitive = Primitive.primitive | type primitive = Primitive.primitive |
12 | ||
13 | type filter = SymbolSet.set option | type filter = SymbolSet.set option |
# | Line 44 | Line 43 |
43 | ||
44 | withtype value = env | withtype value = env |
45 | ||
46 | type impexp = farsbnode * env | |
47 | ||
48 | fun describeSBN (SB_BNODE (PNODE p)) = Primitive.toString p | fun describeSBN (SB_BNODE (PNODE p)) = Primitive.toString p |
49 | | describeSBN (SB_BNODE (BNODE { bininfo = i, ... })) = | | describeSBN (SB_BNODE (BNODE { bininfo = i, ... })) = |
50 | (ignore Dummy.v; "bininfo") | (ignore Dummy.v; "bininfo") |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |