circuithub / rel8

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

Documentation for `Table` class refers to non-existent contexts #319

Open danidiaz opened 2 months ago

danidiaz commented 2 months ago

-- metadata about a column to a particular Haskell type. In Rel8, we have -- contexts for expressions (the 'Rel8.Expr' context), aggregations (the -- 'Rel8.Aggregate' context), insert values (the 'Rel8.Insert' contex), among -- others.

https://github.com/circuithub/rel8/blob/6ec03667c472b102f9e447c682cc00c680f1a152/src/Rel8/Table.hs#L52

Unless I'm mistaken, the Aggregate and Insert contexts don't exist anymore.