From 920e87d22b02a1f00664b7e41be5bee11a14f1c3 Mon Sep 17 00:00:00 2001 From: Tim Baga Date: Tue, 8 Sep 2015 07:51:27 +0200 Subject: [PATCH] Typos in 'transformer'. --- guide-ua.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide-ua.md b/guide-ua.md index c978e9d..b8a7615 100644 --- a/guide-ua.md +++ b/guide-ua.md @@ -360,7 +360,7 @@ let a = 1 * a -- not guarded, (*) is strict > World-passing directly and provide a (non-abstract) IO monad only for > convenience. -# Монади та їх трансормери +# Монади та їх трансформери > Не займатесь цим доки ви не розумієете класи типів, Monoid, Functor, Applicative! @@ -383,7 +383,7 @@ let a = 1 * a -- not guarded, (*) is strict - Комментар на Reddit від jozefg [here](http://www.reddit.com/r/haskell/comments/29eke6/basic_program_ideas_for_learning_about_monads/cik5trg). -## Трансформари монад +## Трансформери монад - [A gentle introduction to Monad Transformers](https://github.com/kqr/gists/blob/master/articles/gentle-introduction-monad-transformers.md).