ostrat.ShowShowT
See theShowShowT companion object
A sub trait of the ShowT sub class where the type parameter of ShowT extends Show. This allows the ShowT type class to delegate to the Show class for the implementation of its strT and ShowT methods. It is better to use ShowDec and ShowElemT for types you control than have the toString method delegate to the ShowT type class instance in the companion object. Potentially that can create initialisation order problems, but at the very least it can increase compile times.
Attributes
- Companion:
- object
- Graph
- Supertypes
- Known subtypes
- class PersistShowDbl2[R]class PersistShowInt2[R]trait ShowShowDbl2T[R]class ShowShowDbl2TImp[R]trait ShowShowInt2T[R]class ShowShowInt2TImp[R]trait ShowShowNT[R]trait PersistShowN[R]class PersistShowDbl3[R]trait ShowShowDbl3T[R]class ShowShowDbl3TImp[R]