From 107233fbad778d7148e1f310705cf1c582d141fe Mon Sep 17 00:00:00 2001 From: Bram Date: Fri, 10 May 2024 15:21:31 +0200 Subject: [PATCH] Remove fixed TODO --- src/Internal/Tools/Hashdict.elm | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Internal/Tools/Hashdict.elm b/src/Internal/Tools/Hashdict.elm index 6bb44b9..8539df6 100644 --- a/src/Internal/Tools/Hashdict.elm +++ b/src/Internal/Tools/Hashdict.elm @@ -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