Skip to content

Commit c10ac2d

Browse files
committed
Utils internal
1 parent 149cc8e commit c10ac2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/FSharpx.Async/Utils.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
module FSharpx.Control.Utils
1+
module internal FSharpx.Control.Utils
22

33
let inline konst a _ = a
44

5-
module internal Choice =
5+
module Choice =
66

77
/// Maps over the left result type.
88
let mapl (f:'a -> 'b) = function

0 commit comments

Comments
 (0)