I don’t know if the title of the question is clear, but I am wondering what types of user types are F #.
As in C #, there are value types and reference types. For F #, is there one type that governs the type system?
Are they all value types (since they are immutable by default)?
Or are there / are brand new types that do not look like a value / reference type?
Any information would be helpful.
source
share