Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
88eeabcc
Commit
88eeabcc
authored
Dec 04, 2012
by
Simon Peyton Jones
Browse files
Merge branch 'master' of
http://darcs.haskell.org/ghc
parents
9467f73f
e6ce335e
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/utils/Outputable.lhs
View file @
88eeabcc
...
...
@@ -898,7 +898,8 @@ plural _ = char 's'
pprPanic :: String -> SDoc -> a
-- ^ Throw an exception saying "bug in GHC"
pprPanic = panicDoc
pprPanic s doc
= throwGhcException (Panic (s ++ "\n" ++ showSDoc unsafeGlobalDynFlags doc))
pprSorry :: String -> SDoc -> a
-- ^ Throw an exception saying "this isn't finished yet"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment