From 12c84449781c99ba26fa73fe86afff8b6408000d Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 16 Mar 2015 12:00:58 -0400 Subject: [PATCH 1/1] 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 fc6b4153..75bc2051 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