From 7803c02633a9ff916c86b17f868161317be27bcc Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 16 Mar 2015 12:00:24 -0400 Subject: [PATCH] edits --- topics/_week7_monads.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/_week7_monads.mdwn b/topics/_week7_monads.mdwn index 50b2cb89..fc6b4153 100644 --- a/topics/_week7_monads.mdwn +++ b/topics/_week7_monads.mdwn @@ -48,5 +48,5 @@ We'll often write box types as a box containing the value of the free type variable. So if our box type is `α List`, and `α == Int`, we would write -Int
+Int
-- 2.11.0