|
|
|
|
|
by seanmcdirmid
3034 days ago
|
|
There is no appreciable performance hit for locally inferred types given that the compiler isn’t doing much. Globally inferred types can take a hit, though most of those are based on Hindley Milner which can be pretty efficient. |
|