Similarly to Scala, F# supports automatic generalization and automatic types inference. F# allows us to define a function without specifying the exact type of each one of the arguments neither the type of the returned value. During the compliation the exact type will be inferenced. This short video clip shows that.
Link to this comment:
All Comments (0)