Conversation
|
Thanks for implementing this. I've added some source comments. Additionally, the return type of |
|
Sure, I'll make those edits shortly. The part about setting to empty string removing the variable is from http://hackage.haskell.org/package/base-4.7.0.1/docs/System-Environment.html#v:setEnv which says that Windows does it; thus for compatibility |
9984bdb to
2d29116
Compare
|
I amended the commit with all the edits (assuming |
|
Now that you mention this is supposed to be a translation of the C function, it looks like |
Currently using
System.Environment.setEnvcrashes with this:So I implemented that apparently missing function :)