Skip to content

Commit ce9435e

Browse files
committed
[WIP] ConversationStore.Cassandra: Add hybrid interpretter, which will work during migration
1 parent 4e920d3 commit ce9435e

File tree

2 files changed

+414
-3
lines changed

2 files changed

+414
-3
lines changed

libs/polysemy-wire-zoo/src/Wire/Sem/Paging/Cassandra.hs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@ module Wire.Sem.Paging.Cassandra
2323
InternalPagingState (..),
2424
mkInternalPage,
2525
ipNext,
26-
ResultSet,
26+
ResultSet (..),
2727
mkResultSet,
2828
mkResultSetByLength,
29-
resultSetResult,
30-
resultSetType,
3129
ResultSetType (..),
3230
)
3331
where

0 commit comments

Comments
 (0)