as: scan_state: export type location/0

This commit is contained in:
Mikael Pettersson 2019-12-27 17:34:17 +01:00
parent 084b3b4e8f
commit dfc3da824a

View File

@ -55,7 +55,7 @@
-type scan_state() :: pid().
-type location() :: {FileName :: string(), LineNr :: pos_integer()}.
-export_type([scan_state/0]).
-export_type([scan_state/0, location/0]).
%% API -------------------------------------------------------------------------