Linux
Programming in Haskell — tidying up the storage
Last time I added the ability to swap the storage layer at runtime and started to migrate more of the code to use this new approach. This leaves a mix of old (mostly commented out) and new code so I’ll take some time to tidy things up and remove the code I’m not using any more.
I’ll also briefly look at an article on exceptions in Haskell [1] and look at `error` vs `throwIO`
[1]
[ad_2]
source