Things I figured out about Haskell today
Jul. 30th, 2009 11:07 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
- Maybe is the same thing as Kleene ? (the "zero or one" operator in regular expressions).
- A typeclass is the same thing as an STL concept, but a typeclass actually means it.
- instance means "We're going to make this data type an instance of this typeclass, and here's how."
even the greeks had trouble with monads
Date: 2009-08-03 03:03 pm (UTC)so don't feel bad :-)