ref: 1abba471c0aa02eb166c4acc3437e799e994fe49 dir: /test/err.lsp/
(define (f x) (begin (list-tail '(1) 3) 3)) (f 2) a (trycatch a (λ (e) (print (stacktrace))))