1 From 271ba32d6c940029dc653354dd7974a819f48e77 Mon Sep 17 00:00:00 2001
2 From: Alp Mestanogullari <alp@well-typed.com>
3 Date: Mon, 21 Jun 2021 19:59:14 +0200
4 Subject: [PATCH] fix comment that confused GHC because of haddock syntax in an
8 src/Data/Patch/Class.hs | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
11 diff --git a/src/Data/Patch/Class.hs b/src/Data/Patch/Class.hs
12 index eece027..3b9e458 100644
13 --- a/src/Data/Patch/Class.hs
14 +++ b/src/Data/Patch/Class.hs
15 @@ -695,7 +695,7 @@ type instance ConflictResolution (MaybePatch a p) =
16 (ConflictResolutionReplace (Maybe a),
18 (Bool {- prefer left Rpl over Mod-}, Bool {- prefer right Rpl over Mod-})
19 - -- ^ TODO make more explicit
20 + -- TODO make more explicit
23 instance (Eq a, Action p a, Group p) => Semigroup (MaybePatch a p) where