one
one copied to clipboard
Display unqualified types
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.
Support for type rendering could be moved out of Amok.
This is now what Stenography does.