dyoo / whalesong

Whalesong: Racket to JavaScript compiler
http://hashcollision.org/whalesong
250 stars 30 forks source link

list-ref should work on pairs, not lists #62

Open dyoo opened 12 years ago

dyoo commented 12 years ago

The docs to:

http://docs.racket-lang.org/reference/pairs.html?q=list-ref#(def._((quote._~23~25kernel)._list-ref))

specify that list-ref doesn't assume that it's really working on a list.