Join Slack
Powered by
Then all data types that provide type class instan...
# arrow
r
raulraja
08/15/2018, 8:51 PM
Then all data types that provide type class instances also extend
Kind
so you can safely downcast from a generic value to a concrete one. For example
Option<A>
is also
Kind<ForOption, A>
because the datatype is a subtype of it.
Open in Slack
Previous
Next