If it's not a capturing lambda (ie. it doesn't ref...
# getting-started
k
If it's not a capturing lambda (ie. it doesn't refer to variables in the surrounding context) the compiler makes it a singleton, and that could give unexpected results.