Q&A
Ask and answer questions to make information more available to wider audiences.
Stella Kynastoon @kynastoonstella   22, May 2023 12:00 AM
Automatic Generalization
What is Automatic Generalization in F#?
answers 1
 
Answer 1
Lydia Leonardson @leonardsonlydia   31, May 2023 12:24 PM
When code does not specify any type explicitly, then the compiler considers generic type. It is called an automatic generalization. It helps to write generic code without increasing complexity.