purescript-deprecated/purescript-maps

_clone ellided during dead code elimination

Closed this issue · 0 comments

If you compile purescript-maps with DCE, the _clone FFI function from StrMap goes away because it is a transitive dependency of _cloneEff, and there's no way for DCE to know that it is needed. It probably also wouldn't be a bad idea for the tests to be run with DCE turned on.