Search code examples
Haskell TypeClasses - Override superclass function...


haskelltypeclass

Read More
Scala 2 macro type class derivation for `Coder[P <: Product]` ends with error `P does not take pa...


scalatypeclassscala-macrosscala-2.13defmacro

Read More
is "implictly" in scala now deprecated or at least not required anymore?...


scalatypeclassimplicitfs2

Read More
Haskell - custom operator for multi-parameter type class?...


haskelloperatorstypeclass

Read More
Typeclasses vs. functions?...


haskelltypeclass

Read More
How to 'show' unshowable types?...


haskelltypeclassintrospectiongadt

Read More
Implicit not found while it's presented in the scope...


scalatypeclassimplicit

Read More
Defining instance with a type synonym...


haskelltypesinstancetypeclasstype-synonyms

Read More
How to import just specific instances in haskell...


haskellmoduleexportinstancetypeclass

Read More
How to choose typeclass by dynamic input in Scala...


scalagenericstypeclass

Read More
Sum Types vs. Type Classes vs. Records...


haskelltypeclassalgebraic-data-types

Read More
How do I correctly implement an instance Eq for a data type with constructors?...


haskellinstancetypeclassdefinitionalgebraic-data-types

Read More
In scala shapeless, how to use Record.updateWith inside another method?...


scalatypeclassshapelessscala-2.13recordtype

Read More
Could it be that (Alternative f, Foldable f) => Monad f?...


haskellmonadstypeclassalternative-functorfoldable

Read More
Why is there no type class for monoids on functors in Haskell?...


haskelltypeclassfunctormonoidsalternative-functor

Read More
Product and Sum Type Parallels in Haskell Type Classes...


haskelltypeclassapplicativearrowsalternative-functor

Read More
instance Alternative ZipList in Haskell?...


listhaskelltypeclassapplicativealternative-functor

Read More
Monoid vs MonadPlus...


haskellmonadstypeclassmonoidsmonadplus

Read More
How to deal gracefully with customization points of algorithms as well as constraints on their argum...


haskellfunctional-programmingoverloadingtypeclasscustomization-point

Read More
How can I rewrap typeclass instances...


haskelltypeclass

Read More
Pattern matching with Alternative empty or Applicative pure...


haskelltypeclassalternative-functor

Read More
Confused by the meaning of the 'Alternative' type class and its relationship to other type c...


haskelltypeclassalternative-functormonadplus

Read More
why Alternative's some and many are infinite recursive functions in haskell...


haskellrecursiontypeclasssome-and-manyalternative-functor

Read More
Restrict varargs parameter to certain disjunct types...


scalatypescompiler-errorstypeclass

Read More
Scala how to define an ordering for Rationals...


algorithmscalatypeclass

Read More
In scala, how to make type class working for Aux pattern?...


scalatypeclassabstract-data-typetype-aliasscala-2.13

Read More
Why type constructors can not be used in typeclass definition in haskell?...


haskellconstructortypeclassmonoids

Read More
Haskell implement Show for data type with UArray...


haskellgenericstypestypeclass

Read More
Multiple implementations for the same trait of the same type in Rust...


rusttraitstypeclass

Read More
Using the "constraints" package to make a wrapped function less polymorphic...


haskellpolymorphismtypeclass

Read More
BackNext