Can Haskell functions be serialized?
问题 The best way to do it would be to get the representation of the function (if it can be recovered somehow). Binary serialization is preferred for efficiency reasons. I think there is a way to do it in Clean, because it would be impossible to implement iTask, which relies on that tasks (and so functions) can be saved and continued when the server is running again. This must be important for distributed haskell computations. I'm not looking for parsing haskell code at runtime as described here: