Lunatics Running the Asylum
IT departments ā on issues ranging across the spectrum from Software Process to technology ā seek to have decision-making discretion taken from those directl...
IT departments ā on issues ranging across the spectrum from Software Process to technology ā seek to have decision-making discretion taken from those directl...
This is an example of using the Reader and Writer monads to solve a problem which cropped up on a project I am working on.
I recently came across another elegant use of the type class pattern, so I thought Iād share it with here.
This is a simple example of use of a mysterious beast called a Kleisli arrow.
Here is an example of so-called phantom types and covariance in Scala to improve type safety and correctness. The example is a simplified version from a real...