Search code examples
test for membership in Scala type class...


scalatypeclassimplicit

Read More
Overlapping instances in Haskell when I'd expect it not to overlap due to constraints...


haskelltypeclass

Read More
Cats auto derived with Seq...


scalatypeclassimplicitscala-catsgeneric-derivation

Read More
Something like Haskell's MultiParamTypeClasses...


haskellrusttypeclasstype-traitsparadigms

Read More
Type pattern matching and inference error in Scala 3...


scalatypeclassimplicittype-level-computationscala-3

Read More
Cannot find or construct a Read instance for type: Option[A]...


scalatypeclassimplicitdoobie

Read More
Is there syntax for creating [Maybe a] analog, but of kind (* -> *)...


haskellsyntaxtypeclassderivingderivingvia

Read More
Can we define a class of function definitions in Haskell?...


haskelldesign-patternstypeclass

Read More
Does the Scala 3 library have a Show typeclass that works with `derives`?...


scalatypeclassscala-3

Read More
Using return type polymorphism dictated by type classes...


haskelltypeclassreturn-typeadhoc-polymorphismscoped-type-variables

Read More
How many dictionaries/parameters for method overloadings?...


haskellinstancetypeclass

Read More
How are QuantifiedConstraints translated into dictionary passing style?...


haskelltypeclass

Read More
Haskell - why am I getting Not in scope: data constructor ‘ZipList’ error...


haskelltypeclass

Read More
Constructor Class/Functor for a constrained element type?...


haskelltypeclassfunctor

Read More
Creating a typeclass in Haskell but getting "ambiguos occurence" error...


haskellcompiler-errorstypeclass

Read More
Why does this nested typeclass derivation work?...


haskelltypestypeclass

Read More
Error when making an instance of Eq typeclass in Haskell...


haskelltypeclass

Read More
Overlapping instances with Generic-related code...


haskellgenericsghctypeclass

Read More
Compile error with Tagged Type and Play Json Format typeclass derivation...


scalatypeclassimplicitplay-json

Read More
Typeclass resolution in Haskell reporting ambiguity even if there is only one instance...


haskellfunctional-programmingghctypeclass

Read More
Overloading Show and Num in typeclass makes execution hang indefinitely...


haskelltypeclass

Read More
Using custom instance when deriving an instance via GeneralizedNewtypeDeriving...


haskellghctypeclassderivingderivingvia

Read More
Could not find implicit value for parameter Mapper...


scalatypeclassimplicitshapeless

Read More
Use named instances for other instances...


typeclassidrisformal-verificationnamed-instancesemigroup

Read More
Why is import cats.implicits._ no longer necessary for importing type class instances?...


scalaimporttypeclassimplicitscala-cats

Read More
Haskell TypeClasses - Override superclass function...


haskelltypeclass

Read More
Scala 2 macro type class derivation for `Coder[P <: Product]` ends with error `P does not take pa...


scalatypeclassscala-macrosscala-2.13defmacro

Read More
is "implictly" in scala now deprecated or at least not required anymore?...


scalatypeclassimplicitfs2

Read More
Haskell - custom operator for multi-parameter type class?...


haskelloperatorstypeclass

Read More
Typeclasses vs. functions?...


haskelltypeclass

Read More
BackNext