Search code examples
Deriving `Eq` for a data type based on a type family in Haskell...


haskelltypestype-familiesderiving

Read More
What is this `deriving newtype` syntax?...


haskellderivingderivingvia

Read More
Deriving newtype recursively like functionality...


haskellderivingderivingvia

Read More
Haskell: Get data constructor name as string...


haskellreflectionghcgeneric-programmingderiving

Read More
Use the lowest subtype in a typeclass?...


scalatypeclassderiving

Read More
Derive typeclass instances for opaque types in Scala 3...


scalatypeclassscala-3derivingderivingvia

Read More
Why is there no `-XDeriveApplicative` extension?...


haskellghcderivingderivingvia

Read More
Deriving Read in Haskell: Why do I have to use the contructor's parameter names?...


haskellconstructorderiving

Read More
How to use deriving Show() in mutually recursive types?...


ocamlderivingocsigen

Read More
Alternative of Show that only uses name...


haskellgenericsderiving

Read More
Problem when deriving Eq from data type with function as field in Haskell...


haskellmethodsfunctional-programmingequalityderiving

Read More
Can I use DerivingVia to derive instances for data types isomorphic to tuples...


haskellderivingderivingvia

Read More
Using "deriving via" with a type family...


haskellderivingderivingvia

Read More
Deriving a class instance for a type based on another class it's an instance of...


haskelltype-familiesderivingderivingvia

Read More
Is there syntax for creating [Maybe a] analog, but of kind (* -> *)...


haskellsyntaxtypeclassderivingderivingvia

Read More
Deriving Eq and Show for an ADT that contains fields that can't have Eq or Show...


haskellderivingderivingvia

Read More
How can I automatically derive Typeable instance for DataKinds derived types?...


haskelltypesderivingdata-kinds

Read More
Encoding a choice of monad transformers...


haskellmonadsmonad-transformersderivingderivingvia

Read More
defining new monad instance...


haskellmonadsderivingderivingvia

Read More
Is it possible to establish Coercible instances between custom types and standard library ones?...


haskellderivingcoercederivingvia

Read More
Using custom instance when deriving an instance via GeneralizedNewtypeDeriving...


haskellghctypeclassderivingderivingvia

Read More
Deriving Via: Cannot derive well-kinded instance...


haskellderivingderivingvia

Read More
Why there is no way to derive Applicative Functors in Haskell?...


haskellgenericsapplicativederivingderivingvia

Read More
How can I coerce constraints?...


haskellderivingderivingvia

Read More
Avoiding repeated instance declarations in Haskell...


haskellinstancedryderivingderivingvia

Read More
Wrap a type in newtype...


haskellghcderivingderivingvia

Read More
Using Deriving Via with Phantom Types...


haskellderivingcoercederivingvia

Read More
Is it possible to provide default instances of some type class X for my type class Y?...


haskellderivingderivingvia

Read More
Deriving Via With Standalone Deriving...


haskellderivingderivingvia

Read More
Haskell DerivingVia on multi param type classes with fun deps...


haskellderivingderivingvia

Read More
BackNext