Search code examples
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
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
BackNext