georg
05/17/2020, 5:06 PMKind<F, A>
and I want a function that turns it into Kind<G, A>
. Or even to Kind<G, B>
PhBastiani
05/17/2020, 5:33 PMJannis
05/17/2020, 6:08 PMFunctionK
iirc. Outside of free monads or other special uses its usually not what one needs. If your use case is something special or free monads by all means go for it but otherwise there are likely easier methods to do specific transformationsraulraja
05/17/2020, 6:36 PMraulraja
05/17/2020, 6:37 PMraulraja
05/17/2020, 6:37 PMraulraja
05/17/2020, 6:38 PMgeorg
05/18/2020, 9:10 AMFunctionK
.