diff --git a/dev/containers/CCList/Assoc/index.html b/dev/containers/CCList/Assoc/index.html index efb01411..9898483f 100644 --- a/dev/containers/CCList/Assoc/index.html +++ b/dev/containers/CCList/Assoc/index.html @@ -4,4 +4,4 @@ f:( 'b option -> 'b option ) -> 'a -> ( 'a, 'b ) t -> - ( 'a, 'b ) t
update ~eq ~f k alist updates alist on the key k, by calling f (get k alist) and removing k if it returns None, mapping k to v' if it returns Some v'.