Hi, we have made some progress cleaning up javadocs and some packages, but there are a few more things I'd like to do. Right now, not all abstractions are in the base package, which means they won't be on the same javadoc package page and users won't recognize them as core concepts.
Thus, I propose to move the PType, PTypeFamily, PTableType, Converter, and OutputHandler types to the base package. This would have the advantage that the .types and .io packages would become pure implementation packages, breaking package dependency cycles. We could then hide the .types package from the javadoc overview page because nothing there would be client-facing anymore. What do you think? Regards, Matthias
