March 2018
Beginner to intermediate
458 pages
10h 34m
English
F# has a rich data type system. We can broadly classify them as:
These types are also referred to as fundamental primitive types in F#. Apart from these, F# has an exhaustive list of predefined types as well, such as lists, arrays, records, enumerations, tuples, units, sequences, and so on. It is recommended that a person learning F# goes through the official Microsoft documentation on F# at https://docs.microsoft.com/en-us/dotnet/fsharp/.
Read now
Unlock full access