Search code examples
Instance of fake IO typeclass is found in production code but not in testing...


unit-testinghaskelltypeclasscabalcabal-install

Read More
Why doesn't my type class satisfy the functional dependency?...


haskellgenericstypeclassfunctional-dependencies

Read More
How would I equate a character to my type parameter in Haskell?...


haskellinstancetypeclass

Read More
How do I have the scala compiler infer one type from another?...


scalatypestypeclassparameterized

Read More
How do I overload a certain operator in haskell to take different types on either side?...


listhaskelloperator-overloadingtypeclasscons

Read More
How can I use contradictory evidence?...


haskelltypestypeclass

Read More
Function to ensure your value is wrapped in a Maybe...


haskelltypeclass

Read More
Scala: checking if an object is Numeric...


scalanumerictypeclass

Read More
Wrong Typeclass Instance used in Coq Proof...


functional-programmingcoqtypeclassdependent-typetheorem-proving

Read More
How do you use the Bounded typeclass in Haskell to define a type with a floating point range?...


haskelltypestypeclass

Read More
Using `opaque type` as a typeclass in Scala...


scalatypeclassscala-3opaque-types

Read More
givens / implicits for Scala 3 Union Types...


scalatypeclassimplicitunion-typesgiven

Read More
How to write a Haskell function that can call "getField @k" on "obj" as well as ...


haskellrecordtypeclass

Read More
Error in Haskell call to equation with expected type...


haskellrandomtypeclass

Read More
Why I can´t pattern match in Haskell Typeclass?...


haskelltypeclass

Read More
When trying to convert a Map to scala objects using Shapeless, Coproduct derivatives are not picked ...


scalatypeclassshapeless

Read More
How to check from the REPL that a given constraint is satisfied?...


haskelltypeclassghci

Read More
Custom `Read` instance fails when type is wrapped in Max, but derived instance works - What's wr...


parsinghaskellfunctional-programmingtypeclass

Read More
Stack overflow in typeclass with implicit conversion...


scalaimplicit-conversiontypeclasscircescanamo

Read More
How is the Foldable instance of (,) useful?...


haskellfunctional-programmingkey-valuetypeclassfoldable

Read More
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
What is `F` in `F[_]: Sync` and where does it come from?...


scalagenericstypeclassscala-catshigher-kinded-types

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
BackNext