From f573ac4bb71b2f3081d31f4b7ed75460f245f2c1 Mon Sep 17 00:00:00 2001 From: Mikolaj Konarski Date: Mon, 23 Mar 2026 12:42:51 +0100 Subject: Attempt to fix a dangling haddock reference --- src/Data/Dependent/EnumMap/Strict/Internal.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Data/Dependent/EnumMap/Strict/Internal.hs b/src/Data/Dependent/EnumMap/Strict/Internal.hs index f7128f2..0ede040 100644 --- a/src/Data/Dependent/EnumMap/Strict/Internal.hs +++ b/src/Data/Dependent/EnumMap/Strict/Internal.hs @@ -602,7 +602,7 @@ partitionWithKey f (DEnumMap m) = -- | \(O(\min(n,W)^2)\). Because of the lack of a @takeWhileAntitoneWithValue@ -- operation on 'Data.IntMap.Strict.IntMap', this function performs additional lookups to -- reconstruct the full keys to pass to the predicate, resulting in a somewhat --- worse complexity than 'IM.takeWhileAntitone'. +-- worse complexity than 'Data.IntMap.Strict.takeWhileAntitone'. takeWhileAntitone :: Enum1 k => (forall a. k a -> Bool) -> DEnumMap k v -> DEnumMap k v takeWhileAntitone f (DEnumMap m) = DEnumMap (IM.takeWhileAntitone (\i -> case m IM.! i of -- cgit v1.2.3-70-g09d2