CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 13:37:17 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=29c3823d938daaf82caa193d55e207d15bc358202f518a81c2dc18a38f25e86fa%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22xAQDi2GCuaNFwO1a1aPUtm1D1zRB_2lh%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cec0505851ea32-BLR
“do” with functions without “return” - Pastebin.com
SHARE
TWEET

“do” with functions without “return”
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- do {a <- (* 2); b <- (+ 10); ((a + b) +)} $ 7 → 38
- (* 2) >>= (\a -> (+ 10) >>= (\b -> ((a + b) +)))
- (\r -> (\a -> (+ 10) >>= (\b -> ((a + b) +))) ((* 2) r) r)
- (\r -> (\a -> (\r -> (\b -> ((a + b) +)) ((+ 10) r) r)) ((* 2) r) r)
- (\r -> (\a -> (\r -> (\b -> ((a + b) +)) (r + 10) r)) ((* 2) r) r)
- (\r -> (\a -> (\r -> (\b -> ((a + b) +)) (r + 10) r)) (r * 2) r)
- (\r -> (\a -> (\r -> (\b -> ((a + b) +)) (r + 10) r)) (r * 2) r)
- (\r -> (\a -> (\r -> (((a + (r + 10)) +)) r)) (r * 2) r)
- (\r -> ((\r -> ((((r * 2) + (r + 10)) +)) r)) r)
- (\r -> ((\r -> ((((r * 2) + (r + 10)) +)) r)) r)
- (\r -> (\r -> ((((r * 2) + (r + 10)) +)) r) r)
- (\r -> (\r -> (((r * 2) + (r + 10)) +) r) r)
- (\r -> (\s -> (((s * 2) + (s + 10)) +) s) r) 7
- (\s -> (((s * 2) + (s + 10)) +) s) 7
- (((7 * 2) + (7 + 10)) +) 7
- ((7 * 2) + (7 + 10) +) 7
- ((14) + (7 + 10) +) 7
- ((14) + (7 + 10) +) 7
- (14 + (7 + 10) +) 7
- (14 + (17) +) 7
- (14 + 17 +) 7
- (14 + 17 +) 7
- (31 +) 7
- 31 + 7
- 38
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ MAKE $2000 INSTANTLY ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 1 sec ago | 0.24 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ 6
JavaScript | 7 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ J
JavaScript | 8 sec ago | 0.24 KB
-
⭐ Free Crypto Method ✅ NEVER SEEN BEFORE ⭐⭐⭐
JavaScript | 10 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ 3
JavaScript | 18 sec ago | 0.24 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ 4
JavaScript | 19 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ✅ NEVER SEEN...
JavaScript | 19 sec ago | 0.24 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 29 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand