Fix bad type spec
This commit is contained in:
parent
c49140fd5d
commit
087ec31698
@ -159,7 +159,7 @@ has_store_maps(Val) ->
|
||||
-spec refcount(fate_value()) -> refcount().
|
||||
refcount(Val) -> refcount(Val, #{}).
|
||||
|
||||
-spec refcount(refcount(), fate_value()) -> refcount().
|
||||
-spec refcount(fate_value(), refcount()) -> refcount().
|
||||
refcount(?FATE_MAP_TOMBSTONE, Count) -> Count;
|
||||
refcount(?FATE_TRUE, Count) -> Count;
|
||||
refcount(?FATE_FALSE, Count) -> Count;
|
||||
|
Loading…
x
Reference in New Issue
Block a user