Skip to content

Commit

Permalink
fix: another haddock parse error in GHC 8.10 (#5800)
Browse files Browse the repository at this point in the history
  • Loading branch information
Unisay committed Feb 22, 2024
1 parent 2d3a0b1 commit c4e6e77
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,8 @@ effectSafe body n purity = do
See Note [Inlining approach and 'Secrets of the GHC Inliner']
-}
acceptable ::
-- | inline constants
Bool ->
-- ^ inline constants
Term name uni fun a ->
InlineM name uni fun a Bool
acceptable inlineConstants t =
Expand Down Expand Up @@ -406,8 +406,8 @@ costIsAcceptable = \case
the given term acceptable?
-}
sizeIsAcceptable ::
-- | inline constants
Bool ->
-- ^ inline constants
Term name uni fun a ->
Bool
sizeIsAcceptable inlineConstants = \case
Expand Down

0 comments on commit c4e6e77

Please sign in to comment.