someone would have to be calling `getOrElse(foo)` ...
# arrow
k
someone would have to be calling
getOrElse(foo)
where
foo
was explicitly typed as
() -> T
, rather than what most call sites will be doing, which is
getOrElse { ... }