You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let validateCreatePostRequest (dto : CreatePostRequestDto) =
@@ -186,10 +186,10 @@ let validateCreatePostRequest (dto : CreatePostRequestDto) =
186
186
<*^> Result.tryCreate "tweet" dto.Tweet
187
187
```
188
188
189
-
Note: We are using the `<!>` operator in the `validateCreatePostRequest` instead of `<!^>` operator as the right side result is returning a list of errors (`Result<Location option, (string * string) list>`).
189
+
Note: We are using the `<!>` operator in the `validateCreatePostRequest` instead of `<!^>` operator as the right side result is returning a list of errors (`Result<Location option, (string * string) list>`).
0 commit comments