Hi, I'm running the latest git version (2.0.3.244-04ec29). Declaring a R6RS style library doesn't work:
(library (foo)) => ice-9/psyntax.scm:1422:30: In procedure expand-macro: ice-9/psyntax.scm:1422:30: Syntax error: source expression failed to match any pattern in form (library (foo)) while this does: (define-module (foo))