diff options
author | Zandra Hird <[email protected]> | 2015-05-11 17:06:32 +0200 |
---|---|---|
committer | Zandra Hird <[email protected]> | 2015-05-11 17:06:32 +0200 |
commit | 322d2a45d6ac9ee4607797d0ff42ab6180ab8c60 (patch) | |
tree | 15c5316dda66d0694114afcf86f65c6421df5841 /lib/stdlib | |
parent | 718784e57e19849445e18f1a95830da5e920d287 (diff) | |
parent | 0ca698b01fc2f90cf7a14995cb76ccf8e26a9913 (diff) | |
download | otp-322d2a45d6ac9ee4607797d0ff42ab6180ab8c60.tar.gz otp-322d2a45d6ac9ee4607797d0ff42ab6180ab8c60.tar.bz2 otp-322d2a45d6ac9ee4607797d0ff42ab6180ab8c60.zip |
Merge branch 'kejv/export-digraph-label'
* kejv/export-digraph-label:
digraph: export label type
Diffstat (limited to 'lib/stdlib')
-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 0c21271529..1f8caa88a4 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([graph/0, d_type/0, vertex/0, edge/0]). +-export_type([graph/0, d_type/0, vertex/0, edge/0, label/0]). -record(digraph, {vtab = notable :: ets:tab(), etab = notable :: ets:tab(), |