raulraja
04/03/2017, 10:22 PMdh44t
04/03/2017, 11:01 PMraulraja
04/03/2017, 11:04 PMAndreas Sinz
04/04/2017, 9:54 AMdh44t
04/04/2017, 9:56 AMraulraja
04/04/2017, 12:37 PMMonoid<F>
where F is sometimes String or Int. There is currently no way in Kotlin to write any kind of polymorphic code without emulating HigherKinds like derive4jMonad<F>
where F is something like List
We can't refer to Higher Kinds without emulating them and there is no way for me to generically get an instance of a Monad<F> without explicitly passing it around. This makes typed FP in Kotlin not very practical at the moment.dh44t
04/04/2017, 12:54 PM