Tidy up unexported types
also re:mp may not be exported in R16
This commit is contained in:
parent
d3c9104336
commit
174a40aab2
5 changed files with 15 additions and 8 deletions
|
@ -47,7 +47,6 @@
|
|||
leveled_codec:ledger_key()|null}.
|
||||
-type fun_and_acc()
|
||||
:: {fun(), any()}.
|
||||
-type term_regex() :: re:mp()|undefined.
|
||||
|
||||
|
||||
%%%============================================================================
|
||||
|
@ -147,7 +146,8 @@ index_query(SnapFun, {StartKey, EndKey, TermHandling}, FoldAccT) ->
|
|||
{async, Runner}.
|
||||
|
||||
-spec bucketkey_query(fun(), leveled_codec:tag(), any(),
|
||||
key_range(), fun_and_acc(), term_regex()) -> {async, fun()}.
|
||||
key_range(), fun_and_acc(),
|
||||
leveled_codec:regular_expression()) -> {async, fun()}.
|
||||
%% @doc
|
||||
%% Fold over all keys in `KeyRange' under tag (restricted to a given bucket)
|
||||
bucketkey_query(SnapFun, Tag, Bucket,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue