SRFI 206: Auxiliary Syntax Keywords
by Marc Nieper-Wißkirchen
status: final (2020-12-21)
keywords: Syntax
See also SRFI 139: Syntax parameters and SRFI 213: Identifier Properties.
Abstract
This SRFI defines a mechanism for defining auxiliary syntax
keywords independently in different modules in such a way that
they still have the same binding so that they can be used
interchangeably as literal identifiers in
syntax-rules
and syntax-case
expressions
and can be both imported under the same name without conflicts.