If the function took a `() -> K` instead, it wo...
# announcements
m
If the function took a
() -> K
instead, it would be clear that the side effect may not happen anymore.
aLazyFunction { k }
vs
aLazyFunction { functionWithSideEffect() }