@@ -21,12 +21,12 @@ ; ; → no dependencies besides the lisp-macro.scm file ; bundled with it, and the chicken stdlib. -(import (chicken process-context)) -(import (chicken condition)) -(import (chicken pretty-print)) -(import (chicken io)) +(import (chicken process-context) + (chicken condition) + (chicken pretty-print) + (chicken io)) (include "../scmlib/lisp-macro.scm") (define (first fst . lst) fst)