summaryrefslogtreecommitdiffstats
path: root/tests/012/aseq.tl
Commit message (Collapse)AuthorAgeFilesLines
* Support ref, refset on structs via lambda, lambda-set.Kaz Kylheku2017-06-161-1/+1
| | | | | | | | | | | * lib.c (ref, refset): Check for lambda and lambda-set, respectively, and use it. * txr.1: Documented. * tests/012/aseq.tl (add lambda): Fix previously unused broken method which now causes test to go into infinite recursion.
* Bugfix: sub and length on abstract sequences.Kaz Kylheku2016-10-131-0/+15
* lib.c (length_proper_list): New static function. (length): Use length_proper_list for objects. (sub): Call nullify on COBJ object before passing to sub_list. * tests/012/aseq.tl, tests/012/aseq.expected: New files.