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
jberryman
GHC
Commits
29dcb881
Commit
29dcb881
authored
Feb 14, 2001
by
simonmar
Browse files
[project @ 2001-02-14 14:14:55 by simonmar]
simple tryPutMVar test.
parent
9020d227
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/tests/concurrent/should_run/conc028.hs
0 → 100644
View file @
29dcb881
-- test tryPutMVar
import
Concurrent
main
=
do
m
<-
newMVar
()
r
<-
tryPutMVar
m
()
print
r
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