]> Repositorios git - classgraph.git/commit
Show only constructor names in data fam-instance node labels
authorJavier Sagredo <[email protected]>
Thu, 7 May 2026 00:39:04 +0000 (02:39 +0200)
committerJavier Sagredo <[email protected]>
Thu, 7 May 2026 00:39:04 +0000 (02:39 +0200)
commit66f159f11056fd021bf9e153385ec454003f609d
tree3df6d2347036755f9d1fb0cde17f25d82b228ecc
parent37d3b89e2aade5b2c24c12118e41b6f1c44637ec
Show only constructor names in data fam-instance node labels

Node labels for data fam-instances now read `Family args = ConA |
ConB` instead of `Family args = ConA Int Bool | ConB { x :: Char }`.
Fields just pad the node visually and are rarely interesting at a
glance. The side panel still renders the full constructor
declaration (name + arg types or record fields) for when the detail
is wanted.

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