Fix unexported types
file:location not exported?
This commit is contained in:
parent
c827c60042
commit
a14941a122
8 changed files with 19 additions and 12 deletions
|
@ -46,6 +46,8 @@
|
|||
% -type index_array() :: array:array().
|
||||
-type index_array() :: any(). % To live with OTP16
|
||||
|
||||
-export_type([index_array/0]).
|
||||
|
||||
%%%============================================================================
|
||||
%%% API
|
||||
%%%============================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue