aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2013-08-26 10:19:09 +0200
committerFredrik Gustafsson <[email protected]>2013-08-26 10:19:09 +0200
commit6dcd4ebc32dc0356331cb29e323a56f72e2dbaf4 (patch)
tree6ffa459e319de53e1aef6af43742238c9bed5f5b
parent3a10fa99f6744b0a4600cf0b966af5a0a678da8f (diff)
parente4585ce07d584720001e57f9f211d232cfd93224 (diff)
downloadotp-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
-rw-r--r--lib/stdlib/src/digraph.erl2
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(),