Join Slack
Powered by
``` interface Gen<A> { fun show(): Show<...
# arrow-contributors
p
pakoito
03/09/2019, 1:14 PM
Copy code
interface Gen<A> { fun show(): Show<A> = Show.any() }
that’d be enough
Open in Slack
Previous
Next