arrow-core / arrow.core.extensions / OptionShow
interface ~~OptionShow~~<A> : Show<Option<A>>
Deprecated: Show typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Option
| SA | abstract fun SA(): Show<A> | 
    
| show | open fun Option<A>.show(): String | 
    
Do you like Arrow?
✖