circuithub / rel8

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

Documentation for `lit` should mention that it can lift `Rel8able` records. #320

Open danidiaz opened 2 months ago

danidiaz commented 2 months ago

That it can do so is implicit in this instance:

(Rel8able t', t' ~ Choose (Algebra t) t, x ~ t' Expr, result ~ Result) => ToExprs x (t result)

But perhaps it could merit an explicit mention.