Drop the duplicate fresh-sym; clarify group-by-head vs parse-extend-impls

A post-conformance review (chiasmus) flagged fresh-sym defined byte-identically
in 00-syntax and 30-macros; 00-syntax loads first, so the second is redundant.
Also note why deftype uses group-by-head while extend-protocol uses
parse-extend-impls (the latter must treat a computed class type in head position).
No behavior change.
This commit is contained in:
Yogthos 2026-06-25 17:35:18 -04:00
parent dcfe205a61
commit d77fd22bfe
3 changed files with 558 additions and 557 deletions

File diff suppressed because one or more lines are too long