Replies: 1 comment
-
Solved in v2.11.7 |
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
-
I want to compose Record Functor and Array Functor so I can have Record<Array> Functor.
It seems
getFunctorComposition
is deprecated byFunctor.map
.But
Functor.map
takes onlyFunctor
which isHKT1
rather thanKind1
.But I can't find any
Functor
implementation of Record. I can't userecord.Functor
is because it'sKind1
.What can I do in this situation?
Beta Was this translation helpful? Give feedback.
All reactions