Change from using array type

Won't compile in OTP16
This commit is contained in:
martinsumner 2017-06-01 21:37:23 +01:00
parent 1a051eab35
commit afbf918f2c

View file

@ -43,7 +43,8 @@
-include_lib("eunit/include/eunit.hrl"). -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 %%% API