Various documentation improvements
* Fix missing code example in changelog for 8.4.1 * List 'setEnv' as opposite of 'getEnv' It seems best to direct users to use 'System.Environment.setEnv' rather than 'System.Posix.Env.putEnv'. This is due to 'setEnv' being located in the same module as 'getEnv' and my virtue of working on Windows platform, whereas 'putEnv' does not have that quality because it's part of the 'unix' package. * Reflect in docs the fact that 'readMVar' is not a composition of 'takeMVVar' and 'putMVar' any more
Showing
- docs/users_guide/8.4.1-notes.rst 1 addition, 1 deletiondocs/users_guide/8.4.1-notes.rst
- libraries/base/Control/Concurrent/MVar.hs 2 additions, 2 deletionslibraries/base/Control/Concurrent/MVar.hs
- libraries/base/GHC/MVar.hs 1 addition, 1 deletionlibraries/base/GHC/MVar.hs
- libraries/base/System/Environment.hs 2 additions, 2 deletionslibraries/base/System/Environment.hs
Loading
Please register or sign in to comment