aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/rec_env.erl
diff options
context:
space:
mode:
authorKostis Sagonas <[email protected]>2010-03-19 15:08:14 +0200
committerBjörn Gustavsson <[email protected]>2010-06-03 14:34:26 +0200
commitd5e1d113e6467e63e156b6d38a168499851928e0 (patch)
treece78defba8405bd973faa46a6a84a04261816feb /lib/compiler/src/rec_env.erl
parentf614f227c077ca52f24cb795e0e46ef04351b36e (diff)
downloadotp-d5e1d113e6467e63e156b6d38a168499851928e0.tar.gz
otp-d5e1d113e6467e63e156b6d38a168499851928e0.tar.bz2
otp-d5e1d113e6467e63e156b6d38a168499851928e0.zip
compiler: Add declarations for exported types
Diffstat (limited to 'lib/compiler/src/rec_env.erl')
-rw-r--r--lib/compiler/src/rec_env.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/compiler/src/rec_env.erl b/lib/compiler/src/rec_env.erl
index 9b73e08ad8..1b06211d2b 100644
--- a/lib/compiler/src/rec_env.erl
+++ b/lib/compiler/src/rec_env.erl
@@ -32,6 +32,8 @@
get/2, is_defined/2, is_empty/1, keys/1, lookup/2, new_key/1,
new_key/2, new_keys/2, new_keys/3, size/1, to_list/1]).
+-export_type([environment/0]).
+
-import(erlang, [max/2]).
-ifdef(DEBUG).