This repository is filled with articles I have written and needed online for
various reasons. Below is a short summary of the articles available publically.
The repository may contain files not mentioned below, in which case they're
probably unfinished or otherwise not worth reading at this point.
Haskell related
General, tutorials
Algebraic blindness is about how algebraic data types
sometimes make Boolean Blindness even more complex.
Equality table of Haskell values.(live version)
Created in a time where it seemed to be en vogue to create tables for the ==
operator in various languages. Spoiler, it's terribly boring, because it
should be.
Applicative-Monad proposal (AMP) is the original text of the 2013
Applicative-Monad proposal, which was the starting point for Applicative
becoming a superclass of Monad in GHC 7.10.
请发表评论