Skip to content

Commit

Permalink
Merge branch 'main' into fix-function-implicit-convertion
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarfgp authored Aug 5, 2024
2 parents 24b789b + 4a7a0f9 commit 5bb9415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharp.Core/list.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ module List =
/// | Tails, Tails -> acc + 1
/// | _ -> acc)
/// </code>
/// Evaluates to <c>1</c>. Note <c>acc</c> is a commonly used abbreviation for "accumulator".
/// Evaluates to <c>2</c>. Note <c>acc</c> is a commonly used abbreviation for "accumulator".
/// </example>
[<CompiledName("Fold2")>]
val fold2<'T1,'T2,'State> : folder:('State -> 'T1 -> 'T2 -> 'State) -> state:'State -> list1:'T1 list -> list2:'T2 list -> 'State
Expand Down

0 comments on commit 5bb9415

Please sign in to comment.