check comments
This commit is contained in:
parent
54a06a671b
commit
73c6d21f12
|
|
@ -28,7 +28,6 @@ def sum_dict_values():
|
||||||
return foldr_dict_vals(add)
|
return foldr_dict_vals(add)
|
||||||
|
|
||||||
# AttributeError: 'int' object has no attribute 'keys'
|
# AttributeError: 'int' object has no attribute 'keys'
|
||||||
# config7c
|
|
||||||
@curried
|
@curried
|
||||||
def dict_op(f, d1, d2):
|
def dict_op(f, d1, d2):
|
||||||
def set_base_value(target_dict, source_dict, key):
|
def set_base_value(target_dict, source_dict, key):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue