diff options
author | Kostis Sagonas <[email protected]> | 2016-05-27 11:54:31 +0200 |
---|---|---|
committer | Kostis Sagonas <[email protected]> | 2016-05-27 11:54:31 +0200 |
commit | 8b5f6835560195b1506ecefcc90f653d5bc14635 (patch) | |
tree | f09c7fe3a43ff577069519dd2421557393d43607 /lib/stdlib/src | |
parent | 89adc0eec23c1a3ac552650004863de4cf82422e (diff) | |
download | otp-8b5f6835560195b1506ecefcc90f653d5bc14635.tar.gz otp-8b5f6835560195b1506ecefcc90f653d5bc14635.tar.bz2 otp-8b5f6835560195b1506ecefcc90f653d5bc14635.zip |
Export label() type
Diffstat (limited to 'lib/stdlib/src')
-rw-r--r-- | lib/stdlib/src/beam_lib.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/src/beam_lib.erl b/lib/stdlib/src/beam_lib.erl index 7a17226e46..fe9df601eb 100644 --- a/lib/stdlib/src/beam_lib.erl +++ b/lib/stdlib/src/beam_lib.erl @@ -46,7 +46,7 @@ terminate/2,code_change/3]). -export([make_crypto_key/2, get_crypto_key/1]). %Utilities used by compiler --export_type([attrib_entry/0, compinfo_entry/0, labeled_entry/0]). +-export_type([attrib_entry/0, compinfo_entry/0, labeled_entry/0, label/0]). -import(lists, [append/1, delete/2, foreach/2, keysort/2, member/2, reverse/1, sort/1, splitwith/2]). |