Skip to content

Commit

Permalink
Expose listOf and nonEmptyOf (circuithub#330)
Browse files Browse the repository at this point in the history
It was an oversight that these were ever not exported.
  • Loading branch information
shane-circuithub authored and abigailalice committed Aug 3, 2024
1 parent 1ddfde9 commit fbc88c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Rel8.hs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module Rel8

-- ** @ListTable@
, ListTable
, listTable, ($*)
, listOf, listTable, ($*)
, nameListTable
, many
, manyExpr
Expand All @@ -107,7 +107,7 @@ module Rel8

-- ** @NonEmptyTable@
, NonEmptyTable
, nonEmptyTable, ($+)
, nonEmptyOf, nonEmptyTable, ($+)
, nameNonEmptyTable
, some
, someExpr
Expand Down Expand Up @@ -396,6 +396,7 @@ import Rel8.Column.Null
import Rel8.Column.These
import Rel8.Expr
import Rel8.Expr.Aggregate
import Rel8.Expr.Array
import Rel8.Expr.Bool
import Rel8.Expr.Default
import Rel8.Expr.Eq
Expand Down

0 comments on commit fbc88c9

Please sign in to comment.