Skip to content

Commit 3198aea

Browse files
author
Jamil Maqdis Anton
committed
WIP
1 parent 7c3651c commit 3198aea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Read.fs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ type ReadingDirection =
1010
| Backward
1111

1212
module Read =
13-
type StartPositionInclusive = int64
14-
1513
let readFromAllStreamAsync: IStreamStore -> ReadingDirection -> StartPositionInclusive -> MessageCount -> Async<ReadAllPage> =
1614
fun store readingDirection startPositionInclusive msgCount ->
1715
match readingDirection with

0 commit comments

Comments
 (0)