Skip to content

Use less unsafe unsafeCoerce that works with GHCJS

Sylvain Henry requested to merge wip/hsyl20/ghcjs-stableptr into master

GHCJS uses the same representation for Addr# and StablePtr#, but not for Int#.

Merge request reports