Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in deriving

How can I derive a Data instance for a GADT in Haskell?

haskell gadt deriving

js_of_ocaml and Deriving_Json

Haskell: deriving Show for Fix types

Is it possible to derive a Traversable instance via another type constructor?

Haskell -- any way to turn off rebindable syntax for the case of `deriving` instances?

Unable to derive Applicative when combining two monad transformer stacks

Cannot make a derived instance of monad transformer

Why does Either derives Show but Maybe does not?

Are there laws for the Foldable typeclass that constrain how Foldable instances can be derived?

haskell deriving foldable

What does deriving do/mean in Haskell?

Automatic derivation of Data.Vector.Unbox with associated type synonyms

Standalone deriving declaration in Template Haskell quotation

Generalized Newtype Deriving

How to define MonadUnliftIO instance for a newtype with a phantom type-variable?

Haskell Monoid Instance Question for a newtype

haskell -- any way to generate "deriving" instances for roughly-tuple-isomorphic data types?

haskell typeclass deriving

Is there a Template Haskell / deriving mechanism for Data.Binary (or friends?)

Using Generic Deriving with a Record Haskell

Automatically derive Add, Mul, Ord, etc. for a numeric type [duplicate]

rust deriving newtype