We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149cc8e commit c10ac2dCopy full SHA for c10ac2d
1 file changed
src/FSharpx.Async/Utils.fs
@@ -1,8 +1,8 @@
1
-module FSharpx.Control.Utils
+module internal FSharpx.Control.Utils
2
3
let inline konst a _ = a
4
5
-module internal Choice =
+module Choice =
6
7
/// Maps over the left result type.
8
let mapl (f:'a -> 'b) = function
0 commit comments