Skip to content
GitLab
Menu
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
baaed901
Commit
baaed901
authored
Jan 18, 2008
by
Ian Lynagh
Browse files
Fix imports when !DEBUG
parent
204965d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/utils/FastBool.lhs
View file @
baaed901
...
...
@@ -13,7 +13,9 @@ module FastBool (
-- Import the beggars
import GHC.Exts
#ifdef DEBUG
import Panic
#endif
type FastBool = Int#
fastBool True = 1#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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