append   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/tests/core/algebraic_data_types.xtm

Implementation

(bind-func append:[ADList{!a}*,ADList{!a}*,ADList{!a}*]*
  (lambda (as bs)
    (ADCons$ as (x xs) (ADCons x (append xs bs)) bs)))


Back to Index

Similar Entries