Monads are not special

Further reading #

 
5
Kudos
 
5
Kudos

Now read this

Minimal type-safe static pointers

GHC 7.10 introduced a new language construct called static pointers. The goal is to allow safe and efficient sharing of morally top-level definitions across processes boundaries. This is most commonly used for sending functions (not... Continue →