Skip to content

Commit 16ff2cb

Browse files
committed
Fix comment: this function is not in FSharp.Core
1 parent ad211f6 commit 16ff2cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/FSharpPlus/Extensions/List.fs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ module List =
3030
/// <param name="list">The list to add to</param>
3131
/// <returns>A concatenated list of the result lists of applying each function to each value</returns>
3232
/// <remarks>
33-
/// Note: this function has since been added to FSharp.Core.
34-
/// It will be removed in next major release of FSharpPlus.
33+
/// Same as <c>List.Cons</c> but with curried parameters.
3534
/// </remarks>
3635
let cons value list = value :: list : list<'T>
3736

0 commit comments

Comments
 (0)