PT-167221635 remote type check #184

Merged
zxq9 merged 4 commits from PT-167221635-remote-type-check into master 2019-08-16 16:10:48 +09:00
Showing only changes of commit 52781060b2 - Show all commits

View File

@ -134,7 +134,7 @@ write_cache(Key, Val, Map) ->
%% -- Reference counting -----------------------------------------------------
-type refcount() :: #{id() => pos_integer()}.
-type refcount() :: #{id() => integer()}.
-spec refcount_zero() -> refcount().
refcount_zero() -> #{}.