From 14562c68c8eebc87f74145c5db1aa7dedd9b0f83 Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Sun, 15 Mar 2020 05:39:22 +0800 Subject: [PATCH] Whitespace shit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6f630b3..d3d17d0 100644 --- a/index.html +++ b/index.html @@ -207,7 +207,7 @@

Haskell

Right("We start here")
             >>= (\x -> Right (x ++ " then get here"))
-            >>= (\x -> Left("Oh noes!"))
+            >>= (\x -> Left ("Oh noes!"))
             >>= (\x -> Right (x ++ " and finally here!"))
-- 2.11.0