CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 23:02:12 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=abfc4d4c9b7829755429c6b855b17d20b8acd5feab549425c86649c885bd7ec0a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22cmTqfmh1c0O2ls75-n5IP1aXZFvoS6ww%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d1fbd8792a7fa8-BLR
“do” with functions with “return” - Pastebin.com
SHARE
TWEET

“do” with functions with “return”
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- do {a <- (* 2); b <- (+ 10); return (a + b)} $ 7 → 31
- ((* 2) >>= (\a -> ((+ 10) >>= (\b -> return (a + b)))))
- (\r -> (\a -> ((+ 10) >>= (\b -> return (a + b)))) ((* 2) r) r)
- (\r -> (\a -> (\r -> (\b -> return (a + b)) ((+ 10) r) r)) ((* 2) r) r)
- (\r -> (\a -> (\r -> (return (a + ((+ 10) r))) r)) ((* 2) r) r)
- (\r -> (\a -> (\r -> (return (a + (r + 10))) r)) ((* 2) r) r)
- (\r -> (\a -> (\r -> (return (a + (r + 10))) r)) (r * 2) r)
- (\r -> ((\r -> (return ((r * 2) + (r + 10))) r)) r)
- (\r -> (\r -> (return ((r * 2) + (r + 10))) r) r) 7
- ((\r -> (return ((r * 2) + (r + 10))) r) 7)
- (((return ((7 * 2) + (7 + 10))) 7))
- ((return ((7 * 2) + (7 + 10))) 7)
- ((return ((7 * 2) + (17))) 7)
- ((return ((14) + (17))) 7)
- ((return (14 + 17)) 7)
- ((return (31)) 7)
- ((return 31) 7)
- (return 31) 7
- return 31 7
- -- ?
- 31
Advertisement
Add Comment
Please, Sign In to add comment
-
📌 ChangeNOW Exploit
JavaScript | 1 sec ago | 0.24 KB
-
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐
Java | 2 sec ago | 0.10 KB
-
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐
Java | 14 sec ago | 0.10 KB
-
⭐⭐⭐Exchange Exploit T I⭐⭐
Java | 26 sec ago | 0.10 KB
-
💵 Make 3000$ in 20 minutes 💵
JavaScript | 26 sec ago | 0.24 KB
-
📌 Swapzone +37% glitch
JavaScript | 35 sec ago | 0.24 KB
-
📝 Exchange profit method
JavaScript | 44 sec ago | 0.24 KB
-
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐
Java | 49 sec ago | 0.10 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