Search code examples
Haskell independently deciding to infer Bifunctor for my datatype?...


haskellinstancetypeclassoverlapbifunctor

Read More
Applying recursive operation on a case class in Scala...


scalatypeclassshapeless

Read More
Misconception on Type Classes and variable assignment in Haskell...


haskelltypesvariable-assignmenttypeclassparametric-polymorphism

Read More
Can I use type annotations of class to make decision about result type of method of the class?...


scalatypeclass

Read More
Haskell type class hierarchy in Java...


javainheritancehaskellhierarchytypeclass

Read More
Scala type class to extend generic type: No implicits found for parameter...


scalagenericstypeclass

Read More
Can a scala type class have abstract type members?...


scalagenericstypestypeclassabstract-type

Read More
Is it possible to enforce a type constraint on a class instance for a higher-kinded type?...


haskelltypeclasstype-constraintshigher-kinded-types

Read More
Why does GHC not parse functor instance for 'data Wrap f a = Wrap (f a)'?...


haskelltypeclassfunctor

Read More
Purescript Union of Rows...


typeclasspurescriptrow-polymorphism

Read More
(Data.Monoid) - Sum and Product deriving Bounded and Num at the same time?...


haskelltypeclassmonoidsderiving

Read More
Type-variable-dependent default method implementation in Haskell...


haskelltypeclasstype-constraintsdefault-methodoverlapping-instances

Read More
typeclasses without methods, used as constraints: do they get dictionaries?...


haskelltypeclass

Read More
Summon Aux for higher-kinded type without reference to the original...


scalagenericstypeclasstype-level-computation

Read More
Quickchecking with a typeclass constraint and reporting the generated values?...


haskelltestingtypeclassquickcheck

Read More
Scala for-comprehension with Option and Some, wrapped by ReaderT...


scalatypeclassscala-catsfor-comprehensionsubtyping

Read More
Scala: Abstracting the toString function of case classes...


scalainheritancetypeclassshapelesscase-class

Read More
Compiler doesn't pick up typeclass for the polymorphic constant value...


haskelltypeclass

Read More
Using a quantified type equality constraint from the instance constraints...


haskelltypeclasstype-level-computationclash

Read More
Add type variable to newtype definition...


haskelltypeclassnewtype

Read More
How to view the generated code for derived instances / deriving in Haskell...


parsinghaskellserializationtypeclassderiving

Read More
Haskell instance of typeclass definition with type constructor...


haskellconstraintstypeclass

Read More
Why does Scala Cats use typeclasses instead of inheritance?...


scalainheritancefunctional-programmingtypeclassscala-cats

Read More
Scala implicit def returning A with B...


scalagenericstypeclassimplicitdotty

Read More
How constraints in the context change instance resolution in Haskell...


haskelltypeclass

Read More
Scala Typeclass for methods with parameters...


scalatypeclass

Read More
Why is (a, a) not a functor?...


haskelltypeclassfunctortype-systems

Read More
Hiding typeclass instance declarations while importing in Haskell...


haskelltypeclassmonoidssemigroup

Read More
How to define a bipartite graph in Haskell...


haskellgraphtypeclass

Read More
How is the Floating typeclass different from Double?...


haskelltypestypeclass

Read More
BackNext