generic-deriving icon indicating copy to clipboard operation
generic-deriving copied to clipboard

Results 5 generic-deriving issues
Sort by recently updated
recently updated
newest added

It would be nice to have a documentation instead of constantly referring to old `uniplate` package. Would you accept a patch copy-pasting it?

documentation

I've made a small project illustrating the issue: https://github.com/lierdakil/generic-deriving-issue Given some types ```haskell data OtherData = OtherData data SomeData a = SomeData a ``` I'm trying to make an instance:...

bug

The example that is given in the Haddocks for how to use `KindSigOptions` is not terribly helpful: https://github.com/dreixel/generic-deriving/blob/e858579e4f50bd2984b1ef7b736ad9f23279d4c1/src/Generics/Deriving/TH.hs#L128-L138 Even if you generate code without explicit kind annotations in that example,...

documentation

* Move all the empty case CPP crud into its own module. We just need to define a single `absurd1 :: V1 a -> b` function. * Use `pseq` to...

See https://gitlab.haskell.org/ghc/ghc/-/blob/d6279ff0841edee10a665275ed0d2402565fac6d/libraries/base/changelog.md#41500-tba for the full list.

enhancement