Search code examples
What is this `deriving newtype` syntax?...


haskellderivingderivingvia

Read More
Deriving newtype recursively like functionality...


haskellderivingderivingvia

Read More
Haskell: Overlapping instances...


haskelltypeclassderivingvia

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


scalatypeclassscala-3derivingderivingvia

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


haskellghcderivingderivingvia

Read More
Overlapping instances that don't seem to overlap...


haskellderivingvia

Read More
How to define overlappable depending instances?...


haskellderivingvia

Read More
Unable to coerce during `DerivingVia` when using optics types like `Prism'`...


haskellcoercionderivingviahaskell-optics

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


haskellderivingderivingvia

Read More
Coercing when Rep only equal after deeply evaluating type representations...


haskellderivingvia

Read More
deriving implementation in OCaml...


haskellocamlderivingvia

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


haskellderivingderivingvia

Read More
How do I make a container for a double a Semigroup?...


haskellderivingvia

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


haskelltype-familiesderivingderivingvia

Read More
Why does this expression have a valid type?...


haskellghciapplicativeliftingderivingvia

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
Encoding a choice of monad transformers...


haskellmonadsmonad-transformersderivingderivingvia

Read More
defining new monad instance...


haskellmonadsderivingderivingvia

Read More
How to convert a custom type to an Integer in Haskell?...


haskellfunctional-programmingalgebraic-data-typescustom-data-typederivingvia

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
Would it be possible to derive Data.Vector.Unbox via GHC's generic deriving?...


haskelltemplate-haskellstorableghc-genericsderivingvia

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
BackNext