We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc8511 commit 269dcb0Copy full SHA for 269dcb0
src/Data/Patch/MapWithPatchingMove.hs
@@ -287,7 +287,7 @@ data Fixup k v
287
-- | Compose patches having the same effect as applying the patches in turn:
288
-- @'applyAlways' (p <> q) == 'applyAlways' p . 'applyAlways' q@
289
instance ( Ord k
290
-#if !MIN_VERSION_base(4,10,0)
+#if !MIN_VERSION_base(4,11,0)
291
, Semigroup p
292
#endif
293
, Monoid p
@@ -349,6 +349,9 @@ instance ( Ord k
349
350
351
352
353
+ , Semigroup p
354
+#endif
355
356
, DecidablyEmpty p
357
, Patch p
0 commit comments