arrow-core / arrow.core.extensions / IorShow
interface ~~IorShow~~<L, R> : Show<Ior<L, R>>
Deprecated: Show typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Ior
show | open fun Ior<L, R>.show(): String |
SL | abstract fun SL(): Show<L> |
SR | abstract fun SR(): Show<R> |
Do you like Arrow?
✖