
14 Jul
2010
14 Jul
'10
4:19 p.m.
2010/7/14 Sergey Mironov
Hi cafe! I have a question of C-to-Haskell type:)
Imagine web application wich allows users to browse some shared filesystem located at the server. Application stores every users's position within that filesystem (current directory or file).
In C this can be implemented with the help of following data types:
Any ideas?
Use IORef. ;) PS MVar is better, actually.