]> Repositorios git - classgraph.git/commit
Drop the data-fam-instance "Kind" panel entry entirely
authorJavier Sagredo <[email protected]>
Thu, 7 May 2026 00:24:36 +0000 (02:24 +0200)
committerJavier Sagredo <[email protected]>
Thu, 7 May 2026 00:24:36 +0000 (02:24 +0200)
commit4c9c19468588ade1cb323b2d951a4d452257943b
tree636ac73590b8c3bfe093ed2397a790bc03b604a3
parentee1ad15ad3bc96a130275c299c576beded9d4706
Drop the data-fam-instance "Kind" panel entry entirely

The previous text was wrong on two counts: it labelled the row "Kind"
even though it wasn't showing any kind, and it called the rhs a
"synthetic GHC-internal data constructor" — but the user *did* write
the data constructor (`CrateInt Int`, etc.); the only synthetic part
is the R: TyCon GHC uses internally to represent the instance.

We don't extract data constructors into the schema, so we have
nothing useful to show on the rhs side for data fam-instances. Just
omit the row.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
data/viewer.js