X-Git-Url: https://git.xandkar.net/?p=hope.git;a=blobdiff_plain;f=src%2Fhope_gen_dictionary.erl;fp=src%2Fhope_gen_dictionary.erl;h=c0b7e5348dc392782668f1d5e97102239c1aa142;hp=174ef67419c9638368e1ddf3fd05ced52966601e;hb=4744fed98ce752dde11c03aeaf8d90983efe5ea6;hpb=0ed4baebe135edc50d24d3613c6ee971f75d8c98 diff --git a/src/hope_gen_dictionary.erl b/src/hope_gen_dictionary.erl index 174ef67..c0b7e53 100644 --- a/src/hope_gen_dictionary.erl +++ b/src/hope_gen_dictionary.erl @@ -40,7 +40,7 @@ Acc. -callback iter(t(K, V), fun((K, V) -> any())) -> - ok. + {}. %% TODO: Decide if validation is to be done. If yes - wrap in hope_result:t/1 -callback of_kv_list([{K, V}]) ->