Fix unexported types

file:location not exported?
This commit is contained in:
Martin Sumner 2018-06-04 10:57:37 +01:00
parent c827c60042
commit a14941a122
8 changed files with 19 additions and 12 deletions

View file

@ -101,10 +101,11 @@
{integer(), journal_key_tag(), ledger_key()}.
-type compression_method() ::
lz4|native.
-type journal_keychanges() ::
{list(), infinity|integer()}. % {KeyChanges, TTL}
-type index_specs() ::
list({add|remove, any(), any()}).
-type journal_keychanges() ::
{index_specs(), infinity|integer()}. % {KeyChanges, TTL}
-type segment_list()
:: list(integer())|false.