Let me jump in with my 2 cents. Please be careful in separation of learning the concepts of functional programming from specifics of the language implementation. F# is such a different animal so far apart form any other language in the .NET world.
The problem here is that you can do standadr OOP in F#, this is extremely important for compatibility of the F# with the rest of .NET, but if this all you do you will miss so much.
In other words if you are new for functional programming start learning concepts with something more consistent - i.e. Haskell and once you the functional legs to stand on switch to F#.