We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff89ad commit b835711Copy full SHA for b835711
src/Append.fs
@@ -14,7 +14,7 @@ and Id =
14
| Custom of System.Guid
15
| Auto
16
17
-module append =
+module Append =
18
let appendNewMessage: IStreamStore -> StreamDetails -> MessageDetails -> Async<AppendResult> =
19
fun store streamDetails messageDetails ->
20
let toId: Id -> System.Guid =
0 commit comments