[Haskell-cafe] what does "atomically#" mean?

Daryoush Mehrtash dmehrtash at gmail.com
Mon Dec 8 00:49:34 EST 2008


Any idea was the atomically# mean in the following code?

atomically :: STM a -> IO a
atomically (STM m) = IO (\s -> (*atomically# *m) s )

Code is from GHC.Conc module
http://www.haskell.org/ghc/docs/6.6/html/libraries/base/GHC-Conc.html

daryoush
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20081207/42b317a9/attachment.htm


More information about the Haskell-Cafe mailing list