Add some TODO notes.
[hope.git] / src / hope_dictionary.erl
index 2e3a59d..5494f39 100644 (file)
@@ -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).
 
This page took 0.030818 seconds and 4 git commands to generate.