The `specialize` tatic in Coq does not work well with typeclasses?...
Read MoreWhy does Cabal, unlike GHC, not automatically enable GeneralizedNewtypeDeriving if I explicitly enab...
Read MoreScala avro4s, define SchemaFor for common trait?...
Read MoreImplement a type in Python, for functions in a module (not class)?...
Read MoreWhy does Data.Dynamic contain a witness instead of a typeclass constraint?...
Read MoreHow do you define a type class for a union of types?...
Read MoreIs there a typeclass that changes the shape of a hierarchy?...
Read MoreGHC not deriving typeclass instances based on input type...
Read MoreMaking a function an instance of functor...
Read MoreWhy do instances in PureScript have names?...
Read MoreHow Can One Express the Fact that `()` is a Subset of All Other (Non-`Void`) Types in Haskell?...
Read MoreExpressing multi-parameter typeclasses in terms of single-parameter ones...
Read MoreCaching an expensive to compute result in a class instance...
Read MoreExpressing a typeclass with associated types and constants?...
Read MoreHow to write an implicit Numeric for a tuple...
Read MoreCan you not to export an instance in Haskell?...
Read MoreIn scala property based tests for tagless final with variable inerpreter...
Read MoreTuples in Scala 3 Compiler Operations for Typeclass Derivation...
Read MoreNo implicit Ordering defined for ord...
Read MoreFind instances for arbitrary type expression...
Read MoreChoose a typeclass based on return type...
Read MoreIn Scala 2 or 3, is there a higher kind argument extractor without using match type?...
Read Morecorrect setup for opaque type with underlying Numeric/Ordering instances...
Read MoreScala: implicit type transformation with condition on value...
Read MoreDynamically overriding typeclass methods...
Read MoreIs it possible to disambiguate instances with an intermediate step?...
Read MoreWhy can't I return a concrete type in a function that has a polymorphic return type?...
Read MoreShapeless - How to derive LabelledGeneric for Coproduct...
Read More