Search code examples
Own Data Types - Conversion between them and native ones...


haskellinstancetypeclasscustom-type

Read More
How can I instance `Functor` for a type with two parameters?...


haskellfunctional-programmingtypeclassfunctorparameterized-types

Read More
Constraint on method depends on instances in scope?...


haskelltype-inferencetypeclass

Read More
How to correctly use ambiguous implicits for type negation in Scala...


scalatypeclasstype-systemstype-level-computation

Read More
In Haskell, why are types ambiguous even with AllowAmbiguousTypes enabled?...


haskelltypeclass

Read More
Generic way to check if range contains value in Scala...


scalagenericstypeclass

Read More
How to use Numeric[T] to represent zero of any numeric type...


scalagenericstype-inferencetypeclasszero

Read More
Functor implementation for types with more than one type...


scalatypeclassscala-catshigher-kinded-typeshigher-order-types

Read More
Non type-variable argument in the Constraint: Enum A => Ord A...


haskelltypeclass

Read More
resolve an implicit then use the type stored in it to resolve a second implicit...


scalatypeclassimplicitpath-dependent-typetype-members

Read More
How to share same method on two different classes in python...


pythontypeclass

Read More
typeclass with constrained params' function...


haskelltypeclassforall

Read More
Why doesn't DefaultSignatures allow concrete types?...


haskelltypeclass

Read More
How to specify a typeclass instance?...


haskellinstancetypeclass

Read More
Why is this implicit ambiguity behaviour happening?...


scalatypeclassimplicitambiguoustype-level-computation

Read More
Could not find implicit value inside companion object in Scala Worksheet...


scalaintellij-ideatypeclassimplicit

Read More
Is there something in between Traversable and MonoTraversable?...


haskelltypestraversaltypeclassparametric-polymorphism

Read More
How to return wildcard generic?...


scalatypeclasscovarianceexistential-typesingleton-type

Read More
Unable to recover typeclass instances for types with kind F[A1, A2] with syntax extensions...


scalatypeclassammonite

Read More
Cats instances for Some and None et al...


scalatypeclassscala-catssubtyping

Read More
Defining an instance for a composite type in Haskell...


haskelltypeclass

Read More
How to pass extential type of tuple to invariant generic function?...


scalagenericstypeclasscovarianceexistential-type

Read More
Play Framework JSON Fails With Ordering...


scalatypeclassimplicitplay-json

Read More
Typeclasses methods called in functions with type parameters...


scalatypeclassimplicittype-parametercontext-bound

Read More
Defining generic type based on method (structural typing)...


scalatypeclasstype-constraintsduck-typingstructural-typing

Read More
Haskell type classes and instances...


haskelltype-inferencetypeclassfunctor

Read More
Trying to make my typeclass/instance. GHC says "Could not deduce..."...


haskellinstancetypeclass

Read More
Typeclass instance not found for generic...


haskellmetaprogrammingtypeclass

Read More
How to resolve implicit lookup by bounded generic?...


scalatypeclassimplicitcontext-bound

Read More
Complex ad-hoc polymorphism in Haskell...


haskelltypeclass

Read More
BackNext