Skip to content

Commit 1e4d36d

Browse files
committed
Structure in Opaleye export list
1 parent 8cab057 commit 1e4d36d

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

effectful-opaleye/src/Effectful/Opaleye.hs

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,30 @@
11
{-# LANGUAGE TemplateHaskell #-}
22

33
module Effectful.Opaleye
4-
( Opaleye (..)
4+
( -- * Effect
5+
Opaleye (..)
6+
7+
-- * Effectful functions
8+
9+
-- ** Select
510
, runSelect
611
, runSelectI
712
, runSelectExplicit
13+
14+
-- ** Select-fold
815
, runSelectFold
916
, runSelectFoldExplicit
17+
18+
-- ** Insert
1019
, runInsert
20+
21+
-- ** Delete
1122
, runDelete
23+
24+
-- ** Update
1225
, runUpdate
26+
27+
-- * Interpreters
1328
, runOpaleyeWithConnection
1429
, runOpaleyeConnection
1530
)

0 commit comments

Comments
 (0)