Skip to content

Commit

Permalink
new linew is fine
Browse files Browse the repository at this point in the history
  • Loading branch information
marklemay committed Apr 8, 2024
1 parent f12040d commit 8605c42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Dynamic/Warning.hs
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ getMsg (EqWarning l info@Info{sr=msr,origL=I origL,origR=I origR} _ r)= let
origR' = runFreshM $ erase origR


in "possibly mismatched types: <br>\n" ++
in "possibly mismatched types: \n" ++
(if (show origL', show origR') /= (show l', show r')
then " " ++ show origL' ++ " =?= " ++ show origR' ++ "\n ~> <br>\n"
then " " ++ show origL' ++ " =?= " ++ show origR' ++ "\n ~> \n"
else "")
++ " " ++ show l' ++ " =?= " ++ show r'
-- loggg $ lfullshow w
Expand Down

0 comments on commit 8605c42

Please sign in to comment.