pablisco
01/20/2018, 2:25 PMbuild
the problem comes back up. I have to do clean build
¯\_(ツ)_/¯pakoito
01/20/2018, 8:07 PMpakoito
02/01/2018, 9:07 PMJorge Castillo
02/01/2018, 9:23 PMsimon.vergauwen
02/17/2018, 4:13 PMprat
02/17/2018, 5:01 PMhashCode()
and sometimes hash with util functions, https://github.com/typelevel/cats/blob/1.0/kernel/src/main/scala/cats/kernel/instances/StaticMethods.scala. it's not clear to me why and when hashCode
is not good enough. any thought?raulraja
02/18/2018, 12:40 AMEitherHashInstanceImplicits
look like?pablisco
02/21/2018, 11:03 AMpakoito
03/23/2018, 1:40 PMpakoito
04/07/2018, 7:32 PMjereksel
04/10/2018, 9:36 AMpakoito
04/12/2018, 12:23 PMpakoito
04/13/2018, 12:50 PMraulraja
05/14/2018, 12:48 PMpakoito
05/16/2018, 11:38 AMraulraja
05/21/2018, 9:52 PMpakoito
05/30/2018, 10:09 AMjereksel
06/25/2018, 4:48 PMjereksel
06/25/2018, 4:48 PMpguardiola
06/28/2018, 9:07 PMpakoito
07/05/2018, 8:09 PMYou can only define such a function once due to erasureTry with dummy parameters with default values at the end
jereksel
07/11/2018, 12:57 PMsimon.vergauwen
07/16/2018, 10:59 AMinvoke
overload?pakoito
07/26/2018, 10:54 PMTry
, but it didn’t stick 😕 Only thing we can do is promote the right usage.Eugenio
07/30/2018, 8:58 AMKind
as a builtin?tomasruizlopez
09/07/2018, 11:08 AMwith
modifier are resolved at compile time with the appropriated instance and brought to the scope, so that the with(MA) { }
would be no longer necessarytoxara
09/10/2018, 12:24 PMtomasruizlopez
09/10/2018, 12:51 PMfun <A> something(with t1 : Typeclass1<A>, with t2 : Typeclass2<A>)
raulraja
09/26/2018, 9:10 PMjacob
10/06/2018, 3:52 AMjacob
10/06/2018, 3:52 AMtomasruizlopez
10/08/2018, 7:16 AM