From cae21dbc745c08c483b61304401b299eda845dd3 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Fri, 6 Oct 2017 20:00:40 +0330 Subject: [PATCH] post(typoclassopedia): fix leftover block --- _posts/2017-09-27-typoclassopedia-exercise-answers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_posts/2017-09-27-typoclassopedia-exercise-answers.md b/_posts/2017-09-27-typoclassopedia-exercise-answers.md index 80627d8..34152ed 100644 --- a/_posts/2017-09-27-typoclassopedia-exercise-answers.md +++ b/_posts/2017-09-27-typoclassopedia-exercise-answers.md @@ -565,6 +565,7 @@ instance Applicative [] where = fmap (u $) y = fmap ($ y) u = pure ($ y) <*> u + ``` 4. Composition