Inline optimization with run
still makes calls to modify
#33
Labels
purs-0.15
A reminder to address this issue or merge this PR before we release PureScript v0.15.0
type: breaking change
A change that requires a major version bump.
Originally reported here.
There's an unexpected call to
Control_Monad_ST_Internal.modify
in the JS output of the following function:The original version of the book shows a more optimized JS output that does not make a call to
modify
:The text was updated successfully, but these errors were encountered: