Search code examples
Context bound for nested type...

scalapolymorphismimplicits

Read More
Scala implicit natural transform with monad failing to find functions for for comprehension...

scalamonadsscalazimplicits

Read More
Does the scala compiler do anything to optimize implicit classes?...

scalaimplicits

Read More
Arranging implicits precedence in Scala...

scalaimplicits

Read More
How to express this type in Scala? Existential with type class (ie, implicit) restriction?...

scalaexistential-typeimplicits

Read More
scala implicit class method type mismatch in reduce vs non-implicit method with function currying...

functionscalacurryingimplicits

Read More
Can't prove that singleton types are singleton types while generating type class instance...

scalashapelessimplicitssingleton-type

Read More
Implicit parameters break type inference or inference does not suffice for their resolution?...

scalatype-inferencetypeclassimplicits

Read More
Ambiguous Class level and inherited method level ClassTag...

scalainheritanceimplicits

Read More
Clean up signatures with long implicit parameter lists...

scalascalazshapelessimplicits

Read More
How is Playframework's Session injected into the Action?...

scalaslickplayframework-2.3implicits

Read More
Implicit resolution and their parameter type inference in scala...

scalaimplicits

Read More
Is there any style guidelines about using implicit parameter with default value in scala?...

scalaimplicits

Read More
Find implicit value by abstract type member...

scalaimplicitsabstract-type

Read More
Is it possible to have implicit Ordering[Option[T] and Ordered[Option[T]] at the same time in Scala?...

scalaimplicit-conversionimplicits

Read More
Idiomatic way of branching depending on the existance of a type evidence in Scala...

scalatypesimplicits

Read More
Evidence that types are not equal in Scala...

scalatypesshapelessimplicits

Read More
Implicits over type inference for object transformation...

scalaimplicits

Read More
Which implicit conversions in Scala are present as default when nothing is imported...

scalaimplicitsimplicit-conversion

Read More
Why do we have to explicitly import implicit conversions having implicit parameters from companion o...

scalaimplicit-conversionimplicitscompanion-object

Read More
What's the advantage of a Scala "context bound" over a normal parameter?...

scalaimplicitscontext-bound

Read More
Why can a non-applicable implicit conversion introduce ambiguity?...

scalaimplicits

Read More
Two seemingly identical semantics: one binds implicitly, the other does not...

scalaimplicits

Read More
play json writes subclass gives ambiguous implicit values error...

jsonscalaplayframeworkplayframework-2.0implicits

Read More
Implicit rule in makefile...

makefileimplicits

Read More
Scala spray-client define implicits for AKKA ActorRefFactory...

scalaakkaactorsprayimplicits

Read More
Context bounds with two generic parameters...

scalaimplicits

Read More
Can I tell scala how to prefer more specific implicit, rather than give "ambiguous implicit&quo...

scalascala-2.10implicits

Read More
Can Scala's implicits compose to convert higher-kinded types?...

genericsscalatypesimplicits

Read More
Scala class wrapping a partially applied constructor - how to use it to create API methods?...

scalafunctional-programmingclosuresimplicitsfunction-literal

Read More
BackNext