(define-module (lang elisp expand) #:export (expand)) (define (expand x) x)