Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
5a185e27
Commit
5a185e27
authored
Oct 02, 2010
by
Simon Marlow
Browse files
remove unnecessary/broken definition of mask_
parent
4da6b466
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/utils/Exception.hs
View file @
5a185e27
...
@@ -10,11 +10,6 @@ import Prelude hiding (catch)
...
@@ -10,11 +10,6 @@ import Prelude hiding (catch)
import
Control.Exception
import
Control.Exception
#
if
__GLASGOW_HASKELL__
<
613
mask_
::
((
IO
a
->
IO
a
)
->
IO
b
)
->
IO
b
mask_
f
=
block
(
f
unblock
)
#
endif
catchIO
::
IO
a
->
(
IOException
->
IO
a
)
->
IO
a
catchIO
::
IO
a
->
(
IOException
->
IO
a
)
->
IO
a
catchIO
=
catch
catchIO
=
catch
...
...
Write
Preview
Markdown
is supported
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