Search code examples
Extending a class with a type constructor...


scalagenericstypeclassimplicitexistential-type

Read More
Using a type constructor in a type refinement...


scalatypeclass

Read More
Is there a way to polymorphically lift instances of a class with a monad type variable, without over...


haskelltypeclassmonad-transformersoverlapping-instances

Read More
Implementing a typeclass using type parameters versus abstract types...


scalatypeclassimplicit

Read More
Witness that an abstract type implements a typeclass...


scalagenericstypeclassimplicit

Read More
Is there anyway, in Scala, to get the Singleton type of something from the more general type?...


scalatypeclassimplicitsingleton-typescala-2.13

Read More
How to define an typeclass instance in Purescript without redundant methods...


typeclasspurescript

Read More
Defining a monoid instance for a record type...


haskelltypeclassmonoids

Read More
scala type bounds and variance...


scalagenericstypestypeclass

Read More
Setting abstract type based on typeclass...


scalatypeclassimplicit

Read More
Lift instance of class with a `MonadIO` type-variable to the transformed monad...


haskelltypeclassmonad-transformerslifting

Read More
How to handle Option with an encoder typeclass in scala...


scalatypeclassimplicit

Read More
Extension vs infix trait methods for Dotty Type Classes...


scalaextension-methodstypeclassdottyscala-3

Read More
How does given keyword work in Scala 3 or dotty?...


scalatypeclassimplicitdottyscala-3

Read More
How to make a typeclass works with an heterogenous List in scala...


scalatypeclassimplicit

Read More
java.lang.NoSuchFieldError when using ScalaTest...


scalareflectiontypeclassscalatest

Read More
What is the correct way to use typeclass syntax when you have a typeclass within a typeclass?...


scalainner-classestypeclassimplicit

Read More
Elimination by `TypeError` constraint...


haskelltypeclasstype-level-computationerror-messaging

Read More
Implicit view not working - is my implicit def to blame?...


scalagenericsimplicit-conversiontypeclassimplicit

Read More
Why are Monoidal and Applicative laws telling us the same thing?...


haskelltypeclassapplicativecategory-theorymonoids

Read More
Returning a value from a method which must implement a typeclass...


scalagenericstypeclassimplicit

Read More
Typeclass constraint in typeclass generic...


scalagenericstypeclass

Read More
How to add a new function to an exsiting Type class in Haskell?...


haskelltypeclass

Read More
Where is .. defined?...


haskellenumsenumerationtypeclassdefinition

Read More
Covariance between 3 types in Scala...


scalatypeclasscovarianceunion-types

Read More
Scala: `ambigious implicit values` but the right value is not event found...


scalatypeclassimpliciteither

Read More
Associate a non-type-class function with a type in Haskell...


haskelltypeclass

Read More
Constraining type parameters on case classes and traits...


scalagenericstypeclass

Read More
Associate a function with a type in Haskell...


haskellrecordtypeclass

Read More
What are algebraic structures in functional programming?...


haskellfunctional-programmingtypeclassalgebraic-data-typesabstract-algebra

Read More
BackNext