Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit 86d5fce

Browse files
alanzbgamari
authored andcommitted
Match changes in wip/az/T23885-unicode-funtycon
(cherry picked from commit d073163)
1 parent ca6c3c6 commit 86d5fce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

haddock-api/src/Haddock/Types.hs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,9 +1011,12 @@ instance NFData NameAnn where
10111011
`deepseq` c
10121012
`deepseq` d
10131013
`deepseq` ()
1014-
rnf (NameAnnRArrow a b) =
1014+
rnf (NameAnnRArrow a b c d e) =
10151015
a
10161016
`deepseq` b
1017+
`deepseq` c
1018+
`deepseq` d
1019+
`deepseq` e
10171020
`deepseq` ()
10181021
rnf (NameAnnQuote a b c) =
10191022
a
@@ -1072,4 +1075,3 @@ instance NFData AnchorOperation where
10721075
instance NFData DeltaPos where
10731076
rnf (SameLine n) = rnf n
10741077
rnf (DifferentLine n m) = n `deepseq` m `deepseq` ()
1075-

0 commit comments

Comments
 (0)