cdr   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/core/adt.xtm

Implementation

(bind-func cdr:[List{!a}*,List{!a}*]*
  (lambda (a)
    (tref a 1)))


Back to Index

Similar Entries