Module list_macros

Source

Macros§

list
Abbreviation which allows one to write list![e1, e2, ..., en] instead of cons(e1, cons(e2, ..., cons(en, NIL)))

Functions§

compose_car_cdr
Compose car and cdr functions and apply them to a list. Example usage: