jasoet
11/26/2018, 1:15 PMraulraja
11/26/2018, 1:15 PMraulraja
11/26/2018, 1:16 PMAny
raulraja
11/26/2018, 1:17 PMPair
but the moment you need a Tuple4
or something like that you are gonna have to use the Arrow ones so for consistency we should use the same ones across all the code snippetsjasoet
11/26/2018, 1:17 PMIgal Tabachnik
11/26/2018, 1:28 PMsimon.vergauwen
11/26/2018, 1:42 PMsimon.vergauwen
11/26/2018, 1:42 PMIgal Tabachnik
11/26/2018, 1:43 PMIgal Tabachnik
11/26/2018, 1:43 PMIgal Tabachnik
11/26/2018, 1:47 PMraulraja
11/26/2018, 6:55 PMstojan
11/26/2018, 10:05 PMRichard Gibson
11/29/2018, 11:00 PMRichard Gibson
11/29/2018, 11:01 PMpakoito
11/29/2018, 11:04 PMRichard Gibson
11/30/2018, 12:02 AMRichard Gibson
11/30/2018, 1:30 AMJorge Castillo
11/30/2018, 10:27 AMAnk
modifiers here https://github.com/arrow-kt/arrow/blob/master/modules/ank/README.md#modifiersRichard Gibson
11/30/2018, 1:16 PMRichard Gibson
12/01/2018, 3:28 PMraulraja
12/02/2018, 3:39 PMRichard Gibson
12/02/2018, 5:20 PMjacob
12/02/2018, 11:28 PMraulraja
12/02/2018, 11:42 PMOption<A>
is a sub-type of OptionOf<A>
jacob
12/02/2018, 11:45 PMjacob
12/02/2018, 11:46 PMpakoito
12/03/2018, 1:00 AMreturns() implies (this@fix is Option<A>)
is that contract already available?pakoito
12/03/2018, 1:00 AMraulraja
12/03/2018, 11:34 AMreturns() implies (this@fix is A)
where A
is a type param is invalid even when reified.