Skip to content

Commit

Permalink
Add Opaleye.Inferrable
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Jan 15, 2025
1 parent 9bac083 commit a387512
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions opaleye.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ library
Opaleye.Exists,
Opaleye.Field,
Opaleye.FunctionalJoin,
Opaleye.Inferrable,
Opaleye.Join,
Opaleye.Label,
Opaleye.Lateral,
Expand Down
9 changes: 9 additions & 0 deletions src/Opaleye/Inferrable.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module Opaleye.Inferrable
( Inferrable,
inferrableDef,
inferrable,
runInferrable,
)
where

import Opaleye.Internal.Inferrable

0 comments on commit a387512

Please sign in to comment.