You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 4, 2020. It is now read-only.
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.