Search code examples
Why is my Semigroup/Monoid instance overlapping?...


haskelltypeclassmonoids

Read More
how do you do recursion with type classes and data type in Haskell?...


haskelltypestypeclass

Read More
How to derive a Generic.Aux if the case class has a type parameter - Shapeless...


scalatypeclassimplicitshapelessgeneric-derivation

Read More
Scala Trait Returning a Sub-type?...


scalainheritancetypeclassf-bounded-polymorphism

Read More
Type system troubles: RankNTypes + Typeclasses...


haskelltypeclasshigher-rank-types

Read More
Matching on a particular type of a parametric type...


haskelltypeclass

Read More
What does `import ev._` for implicit evidence mean, and when should I use it?...


scalaextension-methodsimplicit-conversiontypeclassimplicit

Read More
Scala 2.13: Case class with extendable variable attributes?...


jsonscalatypeclassimplicitupickle

Read More
The Writer monad and its type declaration...


haskellfunctional-programmingmonadstypeclasswriter-monad

Read More
Scala method that needs either one of two implicit parameters...


scalatypeclassimplicit

Read More
Can I always replace do ... pure ... with ado ... in ... in Purescript?...


typeclasspurescriptdo-notation

Read More
Group TypeClass instances by type parameter...


scalacollectionstypeclass

Read More
Using context bounds "negatively" to ensure type class instance is absent from scope...


scalatypeclassimplicitscalazhigher-kinded-types

Read More
Use the lowest subtype in a typeclass?...


scalatypeclassderiving

Read More
Default Implementation of Coq typeclass methods...


haskellcoqtypeclass

Read More
How to change base class field in functional fashion in scala...


scalafunctional-programmingpolymorphismtypeclassimplicit

Read More
Type class instance for case objects defined in sealed trait...


scalapattern-matchingtypeclassimplicit

Read More
Derive typeclass instances for opaque types in Scala 3...


scalatypeclassscala-3derivingderivingvia

Read More
How to organize definition with QuickCheck Arbitrary class in Haskell...


haskelltypeclassquickcheck

Read More
Using a context bound in a class type parameter...


scalatypeclassimplicitparametric-polymorphism

Read More
Mimicking Haskell canonicity (one-instance only) of typeclasses in Agda...


haskellnormalizationtypeclassagda

Read More
Can I discharge a constraint, if I know the class is solvable for all types of a kind?...


haskelltypeclass

Read More
Is it common to use the same name for the data type and value constructor in Haskell?...


haskelltypeclass

Read More
Is it possible to define my own Show class and reuse instances of TextShow and Prelude.Show?...


haskelltypeclass

Read More
Haskell types and typeclasses declaration...


haskelltypesfunctional-programmingtypeclass

Read More
What's the closest thing to Haskell's typeclasses in OCaml?...


haskellpolymorphismocamltypeclass

Read More
Implicit categories in type class resolution...


scalafunctional-programmingtypeclassimplicitpurely-functional

Read More
Reference inferred type in multi parameter type classes...


haskellrefactoringtype-inferencetypeclass

Read More
Adding class constraints to typeclass instance...


haskelltypeclass

Read More
Avoid `undefined` when using `TypeError` in type-class constraint...


haskellcompiler-errorstypeclass

Read More
BackNext