From 414c45fbf78dbcc3705268fee94093119e1bdd68 Mon Sep 17 00:00:00 2001 From: Ulf Norell Date: Tue, 13 Aug 2019 11:25:54 +0200 Subject: [PATCH] Export refcount type --- src/aeb_fate_maps.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aeb_fate_maps.erl b/src/aeb_fate_maps.erl index dcec997..1d7c189 100644 --- a/src/aeb_fate_maps.erl +++ b/src/aeb_fate_maps.erl @@ -20,7 +20,7 @@ , refcount_union/2 , 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 %% map. It's not worth turning small maps into store maps.