is it possible to do partial application with KFun...
# announcements
r
is it possible to do partial application with KFunction1 (to reduce it to KFunction0)
c
r
this one I am aware of. But I would like to do the same on a meta level.
partial application for KFunction1<T, R> so that I get a KFunction0<R>
r
no, thats still partial application for Function1 but not for KFunction1
c
r
no