Search code examples
The `specialize` tatic in Coq does not work well with typeclasses?...

coqtypeclass

Read More
Why does Cabal, unlike GHC, not automatically enable GeneralizedNewtypeDeriving if I explicitly enab...

haskellghctypeclasscaballanguage-extension

Read More
Scala avro4s, define SchemaFor for common trait?...

scalatypeclassavro4s

Read More
Implement a type in Python, for functions in a module (not class)?...

pythontypeclasspython-modulepython-typingabc

Read More
Why does Data.Dynamic contain a witness instead of a typeclass constraint?...

haskellghctypeclassgadt

Read More
How do you define a type class for a union of types?...

scalatypeclassdispatch

Read More
Is there a typeclass that changes the shape of a hierarchy?...

haskelltypeclass

Read More
GHC not deriving typeclass instances based on input type...

haskellghctypeclasssingleton-type

Read More
Making a function an instance of functor...

haskelltypeclassfunctor

Read More
Why do instances in PureScript have names?...

typeclasspurescript

Read More
How Can One Express the Fact that `()` is a Subset of All Other (Non-`Void`) Types in Haskell?...

haskelltypestypeclassunit-type

Read More
Expressing multi-parameter typeclasses in terms of single-parameter ones...

haskelltypeclasshugs

Read More
Caching an expensive to compute result in a class instance...

haskelltypeclass

Read More
Expressing a typeclass with associated types and constants?...

haskellgenericstypeclass

Read More
How to write an implicit Numeric for a tuple...

scalaimplicit-conversiontypeclassimplicitimplicit-parameters

Read More
Can you not to export an instance in Haskell?...

haskelltypeclass

Read More
In scala property based tests for tagless final with variable inerpreter...

scalatypeclassscalatestproperty-based-testingtagless-final

Read More
Shapeless3 and annotations...

scalatypeclassimplicitshapelessscala-3

Read More
Tuples in Scala 3 Compiler Operations for Typeclass Derivation...

scalametaprogrammingtypeclassscala-3generic-derivation

Read More
No implicit Ordering defined for ord...

scalagenericstypeclassimplicitcontext-bound

Read More
Find instances for arbitrary type expression...

haskelltypeclassghci

Read More
Haskell: Overlapping instances...

haskelltypeclassderivingvia

Read More
Choose a typeclass based on return type...

haskelltypeclass

Read More
In Scala 2 or 3, is there a higher kind argument extractor without using match type?...

scalatypeclassscala-3higher-kinded-typesmatch-types

Read More
correct setup for opaque type with underlying Numeric/Ordering instances...

scalatypeclassscala-3opaque-types

Read More
Scala: implicit type transformation with condition on value...

scalapattern-matchingtypeclassimplicit

Read More
Dynamically overriding typeclass methods...

haskelldynamictypeclass

Read More
Is it possible to disambiguate instances with an intermediate step?...

haskelltypeclassproof

Read More
Why can't I return a concrete type in a function that has a polymorphic return type?...

haskellpolymorphismtypeclass

Read More
Shapeless - How to derive LabelledGeneric for Coproduct...

scalatypeclassimplicitshapelessgeneric-derivation

Read More
BackNext