Skip to content

Commit

Permalink
Expose castTable (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-circuithub committed Nov 5, 2021
1 parent a8f61ac commit b179a28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Rel8.hs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ module Rel8
, lit
, bool
, case_
, castTable

-- ** @MaybeTable@
, MaybeTable
Expand Down Expand Up @@ -362,6 +363,7 @@ import Rel8.Table.List
import Rel8.Table.Maybe
import Rel8.Table.Name
import Rel8.Table.NonEmpty
import Rel8.Table.Opaleye ( castTable )
import Rel8.Table.Ord
import Rel8.Table.Order
import Rel8.Table.Projection
Expand Down

0 comments on commit b179a28

Please sign in to comment.