Op 15-10-2023 om 19:40 schreef Tomas Volf:
I am not aware of any bugs here, but I wanted to adhere to the style of the
original examples:

     (let ((l '(hello (world))))
       (match l           ;; <- the input object
         (('hello (who))  ;; <- the pattern
          who)))          ;; <- the expression evaluated upon matching

I can inline it if you would prefer.

I can't say I consider this good style, but I now recall there were reasons (that I personally disagree with) for that style, though I don't recall what those where.

Whether you choose to to inline it or not, please do it consistently.
(I know this doesn't quite answer the implicit question, but I don't have an answer.)

Best regards,
Maxime Devos

Attachment: OpenPGP_0x49E3EE22191725EE.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to