List Question
20 TechQA 2014-11-12T18:05:51.040000Advantages of SYB (scrap your boilerplate) over GHC Generics
599 views
Asked by Petr
Boilerplate-free annotation of ASTs in Haskell?
2.1k views
Asked by Joey Eremondi
Generic programming in Haskell with SYB and ad-hoc polymorphism
577 views
Asked by mariop
Recursive Type Lensing
546 views
Asked by Julian Leviston
A function for returning part of a product or record depending on parameter and requested return type
176 views
Asked by Noel M
Scrap Your Boilerplate in f#
1.2k views
Asked by Richard Warburton
How to construct generic Functor instances using GHC.Generics (or other similar frameworks)?
550 views
Asked by Petr
How to fold over a constructor with special cases?
257 views
Asked by Andreas Hagen
How to define SYB functions for type extension for tertiary type constructors (ext3)?
179 views
Asked by scvalex
Convert from type `T a` to `T b` without boilerplate
213 views
Asked by Joey Eremondi
Deriving functor instance, not on last type argument
800 views
Asked by Joey Eremondi
Deriving Typeable for Text.PrettyPrint.Doc
183 views
Asked by Joey Eremondi
Is it possible to use SYB to transform the type?
362 views
Asked by pat
Relationship between TypeRep and "Type" GADT
498 views
Asked by Roman Cheplyaka
Understanding the type signature of gfoldl from Data.Data.Data
713 views
Asked by Petr
SYB: can a map over the result of listify be rewritten with a gfoldl?
243 views
Asked by Maarten Faddegon
Understanding Constr type of Data.Data package of Haskell
147 views
Asked by Grwlf
SYB Libraries functions
100 views
Asked by Rodrigo Bonifacio
Avoiding boilerplate that's not part of a Haskell class
261 views
Asked by mhwombat
Deriving default instances using GHC.Generics
976 views
Asked by cdk