mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 11:26:08 +00:00
error message whitespace
This commit is contained in:
parent
5ae3a123af
commit
edb8b70263
@ -1368,7 +1368,7 @@ formatErrorWithClass cls =
|
||||
typeCleaner
|
||||
where
|
||||
fixDollarSigns = replace "$" "<span>$</span>"
|
||||
useDashV = "\nUse -v to see a list of the files searched for."
|
||||
useDashV = "\n Use -v to see a list of the files searched for."
|
||||
isShowError err =
|
||||
"No instance for (Show" `isPrefixOf` err &&
|
||||
isInfixOf " arising from a use of `print'" err
|
||||
|
Loading…
x
Reference in New Issue
Block a user