Skip to content

Commit

Permalink
Update list.fsi (dotnet#15094)
Browse files Browse the repository at this point in the history
Add missing isEven function definition
  • Loading branch information
kbiondi authored Apr 15, 2023
1 parent 9cad077 commit fe4fda6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/FSharp.Core/list.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,8 @@ module List =
/// <code lang="fsharp">
/// let input = [1, "Luke"; 2, "Kirk"; 3, "Kenobi"; 4, "Spock"]
///
/// let isEven x = 0 = x % 2
///
/// let isComingFromStarTrek (x,_) = isEven x
///
/// input |> List.filter isComingFromStarTrek
Expand Down

0 comments on commit fe4fda6

Please sign in to comment.