Fix unexported types

file:location not exported?
This commit is contained in:
Martin Sumner 2018-06-04 10:57:37 +01:00
parent c827c60042
commit a14941a122
8 changed files with 19 additions and 12 deletions

View file

@ -46,6 +46,8 @@
% -type index_array() :: array:array().
-type index_array() :: any(). % To live with OTP16
-export_type([index_array/0]).
%%%============================================================================
%%% API
%%%============================================================================