Skip to content

Commit 4b8916d

Browse files
committed
Fix haddock
1 parent 29815c0 commit 4b8916d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Data/Patch/MapWithMove.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
module Data.Patch.MapWithMove
2020
( PatchMapWithMove
2121
( PatchMapWithMove
22-
, -- | Extract the representation of the 'PatchMapWithMove' as a map of
23-
-- 'NodeInfo'.
24-
unPatchMapWithMove
22+
, unPatchMapWithMove
2523
, ..
2624
)
2725
, patchMapWithMove
@@ -99,6 +97,8 @@ pattern Coerce x <- (coerce -> x)
9997

10098
{-# COMPLETE PatchMapWithMove #-}
10199
pattern PatchMapWithMove :: Map k (NodeInfo k v) -> PatchMapWithMove k v
100+
-- | Extract the representation of the 'PatchMapWithMove' as a map of
101+
-- 'NodeInfo'.
102102
unPatchMapWithMove :: PatchMapWithMove k v -> Map k (NodeInfo k v)
103103
pattern PatchMapWithMove { unPatchMapWithMove } = PatchMapWithMove' (PatchMapWithPatchingMove (Coerce unPatchMapWithMove))
104104

0 commit comments

Comments
 (0)