From 6f86a3a6ba3b975016aab80b3f5b3f2807304b24 Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Mon, 31 Dec 2012 15:24:44 +0100 Subject: Improve and correct contracts and types of the IO modules --- lib/stdlib/src/erl_scan.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/stdlib/src/erl_scan.erl') 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]). -- cgit v1.2.3