DanielG / ghc-syb

Scrap Your Boilerplate instances for GHC's data types
8 stars 10 forks source link

ghc-syb & ghc-syb-utils

This repo provides SYB instances for GHC < 7.0 and SYB utils for GHC >= 7.10.

NOTE: GHC 8.0 or later is not supported by this package. The GHC AST has changed dramatically and functionionality provided by showData are now provided via GHC's HsDumpAst module.