Am Sa., 4. Juli 2020 um 03:47 Uhr schrieb Wolfgang Corcoran-Mathe
<xxxxxx@sigwinch.xyz>:
>
> From the latest commit in John's repo:
>
> > A claw is either a list of length 1, in which case it is an
> > expression, or a list of length 2, in which case it is a variable
> > and an expression.
>
> Does this mean we aren't supporting the "bound variable" claw form
> from SRFI 2? It's currently possible to write
That should be added. A claw should be allowed to be a single
identifier, which is just tested against (like in maybe-and).
Marc