Join Slack
Powered by
someone would have to be calling `getOrElse(foo)` ...
# arrow
k
kevinherron
12/18/2017, 1:15 AM
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 { ... }
Open in Slack
Previous
Next