Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
b73bc3a0
Commit
b73bc3a0
authored
Apr 29, 1999
by
simonm
Browse files
[project @ 1999-04-29 10:38:33 by simonm]
indexArray# fix.
parent
905723b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/main/CmdLineOpts.lhs
View file @
b73bc3a0
...
...
@@ -574,8 +574,10 @@ isAmongSimpl on_switches -- Switches mentioned later occur *earlier*
case (indexArray# stuff (tagOf_SimplSwitch switch)) of
#if __GLASGOW_HASKELL__ < 400
Lift v -> v
#el
se
#el
if __GLASGOW_HASKELL__ < 403
(# _, v #) -> v
#else
(# v #) -> v
#endif
}
where
...
...
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