circuithub / rel8

Hey! Hey! Can u rel8?
https://rel8.readthedocs.io
Other
150 stars 38 forks source link

Add supported for polymorphic nested Rel8ables #215

Closed shane-circuithub closed 1 year ago

shane-circuithub commented 1 year ago

data Nest t u f = Nest
  { foo :: t f
  , bar :: u f
  }
  deriving (Generic, Rel8able)
``