Change from using array type
Won't compile in OTP16
This commit is contained in:
parent
1a051eab35
commit
afbf918f2c
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@
|
|||
|
||||
-include_lib("eunit/include/eunit.hrl").
|
||||
|
||||
-type index_array() :: array:array().
|
||||
% -type index_array() :: array:array().
|
||||
-type index_array() :: any(). % To live with OTP16
|
||||
|
||||
%%%============================================================================
|
||||
%%% API
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue