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
b8644e3d
Commit
b8644e3d
authored
Feb 15, 2001
by
sewardj
Browse files
[project @ 2001-02-15 17:22:15 by sewardj]
Correct usage info for tryPutMVar#.
parent
45098d69
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/prelude/primops.txt
View file @
b8644e3d
-----------------------------------------------------------------------
-- $Id: primops.txt,v 1.1
6
2001/02/1
4
1
2:59:35 simonmar
Exp $
-- $Id: primops.txt,v 1.1
7
2001/02/1
5
1
7:22:15 sewardj
Exp $
--
-- Primitive Operations
--
...
...
@@ -1020,7 +1020,7 @@ primop TryPutMVarOp "tryPutMVar#" GenPrimOp
MVar# s a -> a -> State# s -> (# State# s, Int# #)
with
strictness = { \ arity -> StrictnessInfo [wwPrim, wwLazy, wwPrim] False }
usage = { mangle PutMVarOp [mkM, mkM, mkP] mkR }
usage = { mangle
Try
PutMVarOp [mkM, mkM, mkP] mkR }
has_side_effects = True
out_of_line = True
...
...
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