We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f2ce4 commit 32a1f2fCopy full SHA for 32a1f2f
src/Data/Patch/MapWithMove.hs
@@ -84,9 +84,13 @@ newtype PatchMapWithMove k (v :: Type) = PatchMapWithMove'
84
unPatchMapWithMove' :: PatchMapWithPatchingMove k (Proxy v)
85
}
86
deriving ( Show, Read, Eq, Ord
87
- , -- | Compose patches having the same effect as applying the
+-- Haddock cannot handle documentation here before GHC 8.6
88
+ ,
89
+#if __GLASGOW_HASKELL__ >= 806
90
+ -- | Compose patches having the same effect as applying the
91
-- patches in turn: @'applyAlways' (p <> q) == 'applyAlways' p .
92
-- 'applyAlways' q@
93
+#endif
94
Semigroup
95
, Monoid
96
)
0 commit comments