ChrisMarinos / FSharpKoans

A simple, fun, and interactive way to learn the F# language through testing.
Other
1.28k stars 671 forks source link

Added an extra information about creating a sequence of type int #76

Closed slawomir-kasprowicz closed 5 years ago

slawomir-kasprowicz commented 6 years ago

I felt that some extra information was missing since the Seq.skip will cast List to seq type.

normanhh3 commented 6 years ago

Looks reasonable.

ChrisMarinos commented 6 years ago

I think this makes sense to add- I can see how it would be helpful to clear things up. Any reason for the explicit int, though?

slawomir-kasprowicz commented 6 years ago

Any reason for the explicit int, though?

No, not really. Whatever you prefer.