Export refcount type

This commit is contained in:
Ulf Norell 2019-08-13 11:25:54 +02:00
parent f5a9be67d9
commit 414c45fbf7

View File

@ -20,7 +20,7 @@
, refcount_union/2 , refcount_union/2
, no_used_ids/0 ]). , no_used_ids/0 ]).
-export_type([used_ids/0, maps/0]). -export_type([used_ids/0, maps/0, refcount/0]).
%% Size in bytes of serialization of a map for which we turn it into a store %% Size in bytes of serialization of a map for which we turn it into a store
%% map. It's not worth turning small maps into store maps. %% map. It's not worth turning small maps into store maps.