Ignore outputs of side-effecting, element-handler functions.
[hope.git] / src / hope_kv_list.erl
index c12f3b4..44a78d4 100644 (file)
@@ -105,7 +105,7 @@ pop(T1, K) ->
     ;   false               -> {none     , T1}
     end.
 
--spec iter(t(K, V), fun((K, V) -> ok)) ->
+-spec iter(t(K, V), fun((K, V) -> any())) ->
     ok.
 iter(T, F1) ->
     F2 = lift_map(F1),
This page took 0.017591 seconds and 4 git commands to generate.