From 25348d500a6a051126763bbfc6b6723b00e76b21 Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Sun, 15 Mar 2020 22:42:03 +0800 Subject: [PATCH] Indentation bullshit --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1ea1a4b..2f5ddc0 100644 --- a/index.html +++ b/index.html @@ -310,8 +310,8 @@ .then(x => Promise.resolve(x + " and finally here!"))

Haskell

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