Search code examples
Using typeclasses wtih multiple type parameters...


scalafunctional-programmingtypeclasssimulacrum

Read More
Name of Bi - Functor type class with one contravariant and one covariant parameter...


scalahaskellfunctional-programmingtypeclassscala-cats

Read More
Haskell - filter typeclass...


haskellfiltertypeclass

Read More
If `zip` were a method of a lawful type class, of which then?...


haskelltypeclass

Read More
Getting Haskell record fields based on their type...


haskelltypeclass

Read More
How (or why) is `Data.Set String` not a single type?...


haskelltypestypeclass

Read More
How can I implement fromJSON on a GADT with custom type class constraints?...


haskelltypeclassaesongadt

Read More
Runtime cost of implicit definitions in Scala's typeclass pattern...


scalatypeclassimplicits

Read More
Hide one of the type params of a multi-param typeclass in a function signature...


haskelltypeclass

Read More
Tagless final example in Scala requires superfluous second interp arg...


scalatypeclassimplicittagless-final

Read More
What does `((,) e` mean in Haskell?...


haskellfunctional-programmingtypeclass

Read More
Can not use Show even if type implements it...


haskelltypeclass

Read More
Inconsistent results for Data.Set and custom Ord instance...


haskelltypeclass

Read More
Is it possible to use typeclasses to change `ReaderT (IO a) IO a` into `ReaderT (i a) IO a`?...


unit-testinghaskellmonadstypeclassmonad-transformers

Read More
"mayBeMempty" function for a Semigroup...


haskelltypeclassmonoidssemigroup

Read More
Difference between OOP interfaces and FP type classes...


oophaskellinterfacefunctional-programmingtypeclass

Read More
using type classes to provide alternative implementations for when using Acid-State...


haskelltestingtypeclassmonad-transformersacid-state

Read More
Derive positional Show...


haskellmetaprogrammingtypeclasstemplate-haskellderiving

Read More
How do I get 'unpredictable' overloading on a return type working in Haskell?...


haskellpolymorphismoverloadingtypeclass

Read More
Can't write a Show instance for this type...


haskelltypeclass

Read More
How to use conversion typeclasses...


haskelltype-conversiontypeclass

Read More
Haskell instances under type variable conditions...


haskelltypeclass

Read More
Haskell type class "parse error on input instance"...


classhaskelltypeclass

Read More
List Instances for higher-kinded types...


haskelltypeclass

Read More
GHC stuck due to UndecidableSuperClasses - expected behaviour or bug?...


haskelltypeclasstype-familiesconstraint-kindsundecidable-instances

Read More
Illegal instance declaration in Haskell...


haskellcompiler-errorstypeclass

Read More
Can't derive Generic for this type?...


haskellmetaprogrammingtypeclassderiving

Read More
Way to have a common function in an instance declaration?...


haskelltypeclass

Read More
Type kind error when creating instance of Functor typeclass...


typeclassfunctorpurescript

Read More
Haskell function with different number of argument...


haskelltypeclasspolyvariadic

Read More
BackNext