Open tomberek opened 9 years ago
Often a need arises to allow higher kinded variations of Uniplate. Eg: http://stackoverflow.com/questions/25355570/simplifying-a-gadt-with-uniplate. Is there a way to subsume Uniplate1,Uniplate2, etc.?
Can PolyKinds be used to unify them? SImilar to how Typeable2,3,4 was deprecated.
I don't know, but that's super interesting. I think this sounds like a great idea, if someone knows what to do - but I don't!
Often a need arises to allow higher kinded variations of Uniplate. Eg: http://stackoverflow.com/questions/25355570/simplifying-a-gadt-with-uniplate. Is there a way to subsume Uniplate1,Uniplate2, etc.?
Can PolyKinds be used to unify them? SImilar to how Typeable2,3,4 was deprecated.