I've been working with some scrap-your-boilerplate functions for a while. Nevertheless, I tried to compile a module that imports Data.Data and Data.Typeable, though some functions like everywhere and mkT could not be found by the compiler. Where are these functions in the new versions of GHC?
SYB Libraries functions
86 Views Asked by Rodrigo Bonifacio At
1
mkTandeverywhereare part of thesybpackage. I don't know that they've ever been part of base.