ekmett / bifunctors

Haskell 98 bifunctors, bifoldables and bitraversables
Other
57 stars 42 forks source link

Add Lift instances for Template Haskell #99

Closed treeowl closed 2 years ago

treeowl commented 2 years ago

In the spirit of "If we can, then we should". I think most of them can just be derived. Yoneda and Coyoneda need to be written by hand, but it's no big deal. I'm pretty sure Day is a no-go.