diff options
author | Hans Bolinder <[email protected]> | 2012-12-31 15:24:44 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2013-01-02 10:15:18 +0100 |
commit | 6f86a3a6ba3b975016aab80b3f5b3f2807304b24 (patch) | |
tree | 789b7b4073d8ed48d3fa2dcae10470046c4543eb /lib/stdlib/src/erl_scan.erl | |
parent | 4b42bf9358eca2c4597837e87dd10e49c1b60bc7 (diff) | |
download | otp-6f86a3a6ba3b975016aab80b3f5b3f2807304b24.tar.gz otp-6f86a3a6ba3b975016aab80b3f5b3f2807304b24.tar.bz2 otp-6f86a3a6ba3b975016aab80b3f5b3f2807304b24.zip |
Improve and correct contracts and types of the IO modules
Diffstat (limited to 'lib/stdlib/src/erl_scan.erl')
-rw-r--r-- | lib/stdlib/src/erl_scan.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stdlib/src/erl_scan.erl b/lib/stdlib/src/erl_scan.erl index 818703284f..20eb341c31 100644 --- a/lib/stdlib/src/erl_scan.erl +++ b/lib/stdlib/src/erl_scan.erl @@ -60,6 +60,7 @@ -export_type([error_info/0, line/0, + location/0, options/0, return_cont/0, tokens_result/0]). |