Remove fixed TODO

3-vault
Bram 2024-05-10 15:21:31 +02:00
parent 41d8503d7e
commit 107233fbad
1 changed files with 0 additions and 1 deletions

View File

@ -326,7 +326,6 @@ have the originally expected key, it is not updated.
-}
update : String -> (Maybe a -> Maybe a) -> Hashdict a -> Hashdict a
update key f ((Hashdict h) as hd) =
-- TODO: Write test for this
case f (get key hd) of
Just v ->
if h.hash v == key then