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.
2 parents 9793fd1 + 94a2c99 commit 6d7976aCopy full SHA for 6d7976a
RELEASE_NOTES.txt
@@ -1,6 +1,5 @@
1
-#### 1.3.2 - December 2 2022
2
-------------------------------------------------------
3
-Release Notes for FSharpPlus 1.3.1 - November 29 2022
+Release Notes for FSharpPlus 1.3.2 - December 2 2022
+-----------------------------------------------------
4
5
Applicative Computation Expressions
6
Support for ValueOption, ValueTask and ValueTuple
tests/FSharpPlus.Tests/ValueTask.fs
@@ -92,4 +92,4 @@ module ValueTask =
92
let r09 = ValueTask.bind (binding true) (x1 ())
93
r09.AsTask().Exception.InnerExceptions |> areEquivalent [TestException "I was told to fail"]
94
95
-#endif
+#endif
0 commit comments