Since the functions become referentiallly transpar...
# language-proposals
r
Since the functions become referentiallly transparent the compiler and runtime can optimize it heavily by applying substitution of the calls for their value. @Ruckus See my comment above perhaps is possible if you consider everything effectful inside a
pure
function that is not another
pure
invocation or a
val