Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
gt22
Nov 6th, 2020
189
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
instance Functor (E l) where
_ `fmap` (L x) = L x
f `fmap` (R x) = R (f x)
instance Applicative (E l) where
pure = R
(L f) <*> _ = L f
(R f) <*> x = f `fmap` x
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
📌 Crypto Swap Glitch ✅ Still works 💎 💵
JavaScript | 4 min ago | 0.20 KB
launch
Lua | 6 min ago | 0.89 KB
✅ 💎 Free BTC method 🚨 🔥
JavaScript | 14 min ago | 0.20 KB
✅ 💎 Instant BTC Profit Method ✅ Working 🚨 🔥
JavaScript | 24 min ago | 0.20 KB
✅ 💡 ChangeNOW Profit Exploit 💎 💵 💎🚨
JavaScript | 25 min ago | 0.20 KB
✅ 💎 Instant BTC Profit Method ✅ Working 🚨 🔥
JavaScript | 35 min ago | 0.20 KB
📌 Make 3000$ in 20 minutes 💵 💎
JavaScript | 45 min ago | 0.20 KB
📌 EASY PROFIT GUIDE ✅ Still works 🔥 🚨
JavaScript | 55 min ago | 0.20 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
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!