Skip to content

Commit

Permalink
Fix haddock some more
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Apr 22, 2021
1 parent 73f2ce4 commit 20531ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Data/Patch/MapWithMove.hs
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,12 @@ newtype PatchMapWithMove k (v :: Type) = PatchMapWithMove'
unPatchMapWithMove' :: PatchMapWithPatchingMove k (Proxy v)
}
deriving ( Show, Read, Eq, Ord
-- Haddock cannot handle documentation here before GHC 8.6
#if __GLASGOW_HASKELL__ >= 806
, -- | Compose patches having the same effect as applying the
-- patches in turn: @'applyAlways' (p <> q) == 'applyAlways' p .
-- 'applyAlways' q@
#endif
Semigroup
, Monoid
)
Expand Down

0 comments on commit 20531ce

Please sign in to comment.