diff options
author | Kostis Sagonas <[email protected]> | 2010-03-19 19:45:24 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-06-03 14:34:26 +0200 |
commit | 7d672e4ee4ceb693267f22701388d060d5f19a87 (patch) | |
tree | dcd066fe910b2377c03b3afb15c524bcf20c7507 /lib/stdlib/src/io_lib.erl | |
parent | 3c34f42bdfc88974f1e839027b5c212512ecc687 (diff) | |
download | otp-7d672e4ee4ceb693267f22701388d060d5f19a87.tar.gz otp-7d672e4ee4ceb693267f22701388d060d5f19a87.tar.bz2 otp-7d672e4ee4ceb693267f22701388d060d5f19a87.zip |
stdlib: Add declarations for exported types
Diffstat (limited to 'lib/stdlib/src/io_lib.erl')
-rw-r--r-- | lib/stdlib/src/io_lib.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/stdlib/src/io_lib.erl b/lib/stdlib/src/io_lib.erl index 26f6ec8931..4ca9d079b7 100644 --- a/lib/stdlib/src/io_lib.erl +++ b/lib/stdlib/src/io_lib.erl @@ -75,6 +75,8 @@ collect_line/2, collect_line/3, collect_line/4, get_until/3, get_until/4]). +-export_type([chars/0]). + %%---------------------------------------------------------------------- %% XXX: overapproximates a deep list of (unicode) characters |