X-Git-Url: https://git.xandkar.net/?p=hope.git;a=blobdiff_plain;f=src%2Fhope_gen_dictionary.erl;h=dda6eb06bf4ca500380de1c4e4e941c9580434d5;hp=0d45ecda04163e09bc0952617b7397c82eba13a5;hb=870172d69230ad2cf0f409ec009ab3feaa723fee;hpb=c50166fd20aa19e46f474dc7399a5a8aead15d4b diff --git a/src/hope_gen_dictionary.erl b/src/hope_gen_dictionary.erl index 0d45ecd..dda6eb0 100644 --- a/src/hope_gen_dictionary.erl +++ b/src/hope_gen_dictionary.erl @@ -15,6 +15,9 @@ -callback get(t(K, V), K) -> hope_option:t(V). +-callback get(t(K, V), K, V) -> + V. + -callback set(t(K, V), K, V) -> t(K, V).