diff options
author | Fredrik Gustafsson <[email protected]> | 2013-08-26 10:19:09 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-08-26 10:19:09 +0200 |
commit | 6dcd4ebc32dc0356331cb29e323a56f72e2dbaf4 (patch) | |
tree | 6ffa459e319de53e1aef6af43742238c9bed5f5b /lib | |
parent | 3a10fa99f6744b0a4600cf0b966af5a0a678da8f (diff) | |
parent | e4585ce07d584720001e57f9f211d232cfd93224 (diff) | |
download | otp-6dcd4ebc32dc0356331cb29e323a56f72e2dbaf4.tar.gz otp-6dcd4ebc32dc0356331cb29e323a56f72e2dbaf4.tar.bz2 otp-6dcd4ebc32dc0356331cb29e323a56f72e2dbaf4.zip |
Merge branch 'alexrp/export_edge/OTP-11266' into maint
* alexrp/export_edge/OTP-11266:
Export the edge/0 type from the digraph module
Diffstat (limited to 'lib')
-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(), |