one icon indicating copy to clipboard operation
one copied to clipboard

Display unqualified types

Open propensive opened this issue 8 months ago • 2 comments

We don't need to show the fully-qualified type in the table. We can write a simple renderer for TypeRepr which avoids all the package names. It could also hide/unify unnecessary bounds, which the current show method on TypeRepr does not do.

propensive avatar Apr 24 '25 20:04 propensive

Support for type rendering could be moved out of Amok.

propensive avatar Oct 21 '25 19:10 propensive

This is now what Stenography does.

propensive avatar Oct 25 '25 19:10 propensive