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.
1 parent ad211f6 commit 16ff2cbCopy full SHA for 16ff2cb
src/FSharpPlus/Extensions/List.fs
@@ -30,8 +30,7 @@ module List =
30
/// <param name="list">The list to add to</param>
31
/// <returns>A concatenated list of the result lists of applying each function to each value</returns>
32
/// <remarks>
33
- /// Note: this function has since been added to FSharp.Core.
34
- /// It will be removed in next major release of FSharpPlus.
+ /// Same as <c>List.Cons</c> but with curried parameters.
35
/// </remarks>
36
let cons value list = value :: list : list<'T>
37
0 commit comments