CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 01:08:25 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=fe2fa2eca8e22cbc000c4e26018bea2554d4a60be1e4022efd5f8186b41abcb5a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%224SCeqiAyyfe1e3qEpC77Fn-RrogvTb4D%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d2b4b77cfd9dfa-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
-
📝 Exchange profit method
JavaScript | 9 sec ago | 0.24 KB
-
⭐ Free Crypto Method ⭐
JavaScript | 18 sec ago | 0.24 KB
-
📌 Swapzone +37% glitch ⭐ W
JavaScript | 24 sec ago | 0.25 KB
-
📝 Crypto Swap Glitch ✅ Working
JavaScript | 27 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ P
JavaScript | 33 sec ago | 0.25 KB
-
📝 EASY MONEY GUIDE ✅ Working
JavaScript | 36 sec ago | 0.24 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 42 sec ago | 0.25 KB
-
📌 ChangeNOW Exploit
JavaScript | 45 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