remove-duplicates in Racket
I'm getting an error when trying to use to remove-duplicates in Racket.
For example,
(remove-duplicates '(a b b a))
should return
'(a b)
but I get
remove-duplicates: unbound identifier.
Any advice would be appreciated!
1 Answer
1 year ago by Mark Brodie
tttt
1 year ago by Abdelkader Hazerchi