Skip to content
Snippets Groups Projects
Commit b73bc3a0 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-04-29 10:38:33 by simonm]

indexArray# fix.
parent 905723b2
No related merge requests found
......@@ -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
#else
#elif __GLASGOW_HASKELL__ < 403
(# _, v #) -> v
#else
(# v #) -> v
#endif
}
where
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment