Re: [csswg-drafts] `[css-nesting]` `let rec` as an idea for infix decorator-style nesting syntax (#7540)

CSS nesting rules are not recursive (which is what “let rec” is about; you can freely nest functions without “rec”, they just can't call themselves), CSS does not use the “let” keyword (partially since it does not deal with assignments in the first place), and OCaml is not familiar syntax to most CSS developers. So I don't see how this would improve the current matters.

-- 
GitHub Notification of comment by sesse
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7540#issuecomment-1271612033 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 7 October 2022 13:42:43 UTC