Y
Hacker News
new
|
ask
|
show
|
jobs
by
MichaelGG
5697 days ago
I don't think that F#'s inline is just a suggestion. Hat types (^a) aka statically resolved type variables, require inline methods to actually be inline. Same way you can't have inlined recursive functions.
1 comments
jdh30
5693 days ago
You can nest a recursive function inside a non-recursive one and inline that.
link