Join Slack
Powered by
For example, if we want to define a Functor instan...
# arrow
m
Miguel Coleto
01/07/2020, 9:23 AM
For example, if we want to define a Functor instance for List with that encoding it would be something like:
Copy code
interface FunctorList : Functor<ForListK, Int>
3
Views
Open in Slack
Previous
Next