Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
syntax demo for reddit
a guest
Jul 20th, 2022
81
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
(deftype (List a)
Nil
(Cons a [List a])
)
(define (list-insert xs x)
(match xs
{Nil [Cons x Nil]}
{[Cons y ys] [Cons y (list-insert ys x)]}
)
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
5OO$ GIFTCARDS? G
JavaScript | 8 sec ago | 0.06 KB
Make 1500$ in 20 MIN [Method] W
JavaScript | 13 sec ago | 0.06 KB
5OO$ GIFTCARDS? O
JavaScript | 19 sec ago | 0.06 KB
Make $200 in 15 minutes 8
JavaScript | 23 sec ago | 0.06 KB
5OO$ GIFTCARDS? K
JavaScript | 28 sec ago | 0.06 KB
Make $200 in 15 minutes T
JavaScript | 36 sec ago | 0.06 KB
MAKE $900 INSTANTLY 5
JavaScript | 50 sec ago | 0.06 KB
MAKE $900 INSTANTLY O
JavaScript | 50 sec ago | 0.06 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!