Support K<F,A> on external types #1306
bmazzarol-bunnings
started this conversation in
Ideas
Replies: 1 comment
-
Agreed. I've already started this process:
In terms of system array, you can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It might be an idea to provide some wrapper types and very simple functions that can
lift
well known external types into K<F,A>.To allow for supporting this on System types for example my trait instance for System.Array below.
There is a cost for allocating the wrapper; but the rest is as per the standard, once Lift is called on the type.
Beta Was this translation helpful? Give feedback.
All reactions