Yet another array type OTP16 issue
This commit is contained in:
parent
afbf918f2c
commit
32612dfe4a
1 changed files with 2 additions and 1 deletions
|
@ -245,7 +245,8 @@
|
||||||
|
|
||||||
-type penciller_options() :: #penciller_options{}.
|
-type penciller_options() :: #penciller_options{}.
|
||||||
-type bookies_memory() :: {tuple()|empty_cache,
|
-type bookies_memory() :: {tuple()|empty_cache,
|
||||||
array:array()|empty_array,
|
% array:array()|empty_array,
|
||||||
|
any()|empty_array, % Issue of type compatability with OTP16
|
||||||
integer()|infinity,
|
integer()|infinity,
|
||||||
integer()}.
|
integer()}.
|
||||||
-type pcl_state() :: #state{}.
|
-type pcl_state() :: #state{}.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue