Skip to content

Commit

Permalink
Match changes in wip/az/T23885-unicode-funtycon
Browse files Browse the repository at this point in the history
  • Loading branch information
alanz committed Sep 8, 2023
1 parent 1130973 commit d073163
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions haddock-api/src/Haddock/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1011,9 +1011,12 @@ instance NFData NameAnn where
`deepseq` c
`deepseq` d
`deepseq` ()
rnf (NameAnnRArrow a b) =
rnf (NameAnnRArrow a b c d e) =
a
`deepseq` b
`deepseq` c
`deepseq` d
`deepseq` e
`deepseq` ()
rnf (NameAnnQuote a b c) =
a
Expand Down Expand Up @@ -1072,4 +1075,3 @@ instance NFData AnchorOperation where
instance NFData DeltaPos where
rnf (SameLine n) = rnf n
rnf (DifferentLine n m) = n `deepseq` m `deepseq` ()

0 comments on commit d073163

Please sign in to comment.