pakoito
01/31/2018, 11:03 AMpakoito
01/31/2018, 11:03 AMsimon.vergauwen
01/31/2018, 11:16 AMsimon.vergauwen
01/31/2018, 11:16 AMdh44t
01/31/2018, 11:19 AMKW
isn't a good suffixpakoito
01/31/2018, 11:20 AMpakoito
01/31/2018, 11:20 AMraulraja
01/31/2018, 11:38 AMraulraja
01/31/2018, 9:06 PMListKW
-> ListK
IMO this would be a better name because:
1. ListK
is the kinded capable version of List
2. listOf(1, 2, 3).k()
is already the extension used to bring a regular std lib List
into it's kinded capable type class ListK<A>(list: List<A>) : List<A> by list, ListKKinded<A>
.
3. The K
postfix termination is already in use in Arrow in type class that operate over the the structure of the type constructor and not it's contents. Examples of these are SemigroupK
, MonoidK
, FunctionK
etc.
Thoughts?dh44t
02/01/2018, 9:36 AMsimon.vergauwen
02/01/2018, 10:12 AMAlisson Morais
02/01/2018, 10:34 AMAlisson Morais
02/01/2018, 10:35 AMAlisson Morais
02/01/2018, 10:44 AMAlisson Morais
02/01/2018, 10:45 AMAlisson Morais
02/01/2018, 10:46 AMraulraja
02/01/2018, 11:46 AMraulraja
02/01/2018, 11:48 AM/captions/lang
folder and we will get them added to YoutubeAlisson Morais
02/01/2018, 11:49 AMAlisson Morais
02/01/2018, 11:49 AMraulraja
02/01/2018, 11:51 AMpakoito
02/01/2018, 12:57 PMAlisson Morais
02/01/2018, 1:01 PMpguardiola
02/01/2018, 7:49 PM0.7.0
Speak now or forever hold your peacepguardiola
02/01/2018, 7:51 PMsimon.vergauwen
02/01/2018, 7:52 PMsimon.vergauwen
02/01/2018, 7:52 PMpguardiola
02/01/2018, 7:54 PMpakoito
02/01/2018, 7:57 PMpakoito
02/01/2018, 7:58 PM