Difference between revisions of "Poorly named things"

From HaskellWiki
Jump to navigation Jump to search
m (Reverted edits by Tomjaguarpaw (talk) to last revision by Gwern)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
* forkOS - forkOS does not create an OS-level thread. It creates a lightweight thread, the same as forkIO. The only difference is when you are doing FFI.
 
* forkOS - forkOS does not create an OS-level thread. It creates a lightweight thread, the same as forkIO. The only difference is when you are doing FFI.
 
* return - Does not return a value from a function, rather 'returns' a value into a monad. Don't know what a better name would be, though. 'monadificate'?
 
* return - Does not return a value from a function, rather 'returns' a value into a monad. Don't know what a better name would be, though. 'monadificate'?
  +
:'seal'? 'monadify'? 'monify'? 'coat'? --[[User:Gwern|Gwern]] 18:25, 5 April 2010 (UTC)

Latest revision as of 15:19, 6 February 2021

  • forkOS - forkOS does not create an OS-level thread. It creates a lightweight thread, the same as forkIO. The only difference is when you are doing FFI.
  • return - Does not return a value from a function, rather 'returns' a value into a monad. Don't know what a better name would be, though. 'monadificate'?
'seal'? 'monadify'? 'monify'? 'coat'? --Gwern 18:25, 5 April 2010 (UTC)