remq   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/runtime/init.xtm

Implementation

(define remq
  (lambda (val lst)
    (remove val lst eq?)))


Back to Index