From cd2a70ba48774c8f5e4ffb4e4129b4ae1b708150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BD=D0=B8=D0=BB=D0=BE=20=D0=93=D0=BB=D0=B8?= =?UTF-8?q?=D0=BD=D1=81=D1=8C=D0=BA=D0=B8=D0=B9=20=28Danylo=20Hlynskyi=29?= Date: Wed, 25 Jun 2014 00:13:11 +0300 Subject: [PATCH] Update README.md Added typeclass buzzwords --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae4b066..a7aed28 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ I recommend RWH as a reference (thick book). The chapters for parsing and monads ## For learning some common typeclasses -Useful for understanding typeclasses in general but also some Hask-specific category theory: +Useful for understanding `Functor`, `Applicative`, `Monad`, `Monoid` and other typeclasses in general but also some Hask-specific category theory: - http://www.haskell.org/haskellwiki/Typeclassopedia ## Search code by type signature