Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Francesco Gazzetta
Glasgow Haskell Compiler
Commits
a9bf7d42
Commit
a9bf7d42
authored
Jun 22, 2017
by
Benjamin Kovach
Browse files
Fix typo
parent
76769bdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/base/GHC/Conc/Sync.hs
View file @
a9bf7d42
...
...
@@ -731,7 +731,7 @@ atomically (STM m) = IO (\s -> (atomically# m) s )
-- values in TVars which mean that it should not continue (e.g. the TVars
-- represent a shared buffer that is now empty). The implementation may
-- block the thread until one of the TVars that it has read from has been
-- u
d
pated. (GHC only)
-- up
d
ated. (GHC only)
retry
::
STM
a
retry
=
STM
$
\
s
#
->
retry
#
s
#
...
...
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