X-Git-Url: https://git.xandkar.net/?p=hope.git;a=blobdiff_plain;f=src%2Fhope_dictionary.erl;h=5494f396552a14a0bb18267aae91b418de131e9c;hp=2e3a59d6d49aa69aeed522ae00ced57f1681d7ef;hb=37c6e98b7b4b018972e0e6bdc557b266277fe353;hpb=d45d190d075db739dfc353ff3f29ba788130c2fc diff --git a/src/hope_dictionary.erl b/src/hope_dictionary.erl index 2e3a59d..5494f39 100644 --- a/src/hope_dictionary.erl +++ b/src/hope_dictionary.erl @@ -33,6 +33,7 @@ -callback iter(t(K, V), fun((K, V) -> ok)) -> ok. +%% TODO: Decide if validation is to be done. If yes - wrap in hope_result:t/1 -callback of_kv_list([{K, V}]) -> t(K, V).