diff options
author | Alex Rønne Petersen <[email protected]> | 2013-08-07 15:52:14 +0200 |
---|---|---|
committer | Alex Rønne Petersen <[email protected]> | 2013-08-07 15:52:14 +0200 |
commit | e4585ce07d584720001e57f9f211d232cfd93224 (patch) | |
tree | 047433570067afdb2812f6ecd8ba0956f89523f3 /lib/stdlib/src | |
parent | 0fad6449c7ec48aa7454880b5a1caf0f2580b33f (diff) | |
download | otp-e4585ce07d584720001e57f9f211d232cfd93224.tar.gz otp-e4585ce07d584720001e57f9f211d232cfd93224.tar.bz2 otp-e4585ce07d584720001e57f9f211d232cfd93224.zip |
Export the edge/0 type from the digraph module
Diffstat (limited to 'lib/stdlib/src')
-rw-r--r-- | lib/stdlib/src/digraph.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/src/digraph.erl b/lib/stdlib/src/digraph.erl index e3f87d2c57..78f74631dc 100644 --- a/lib/stdlib/src/digraph.erl +++ b/lib/stdlib/src/digraph.erl @@ -36,7 +36,7 @@ -export([get_short_path/3, get_short_cycle/2]). --export_type([digraph/0, d_type/0, vertex/0]). +-export_type([digraph/0, d_type/0, vertex/0, edge/0]). -record(digraph, {vtab = notable :: ets:tab(), etab = notable :: ets:tab(), |