From: Cameron Ball Date: Sun, 15 Mar 2020 14:42:03 +0000 (+0800) Subject: Indentation bullshit X-Git-Url: http://cameron1729.xyz/?p=fp-lecture.git;a=commitdiff_plain;h=25348d500a6a051126763bbfc6b6723b00e76b21 Indentation bullshit --- 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!"))