Unboxed arrays cannot be serialized with names on Mac
The below program crashes with a segmentation fault on Mac. It works without problems on 64-bit linux.
module test
import StdEnv
import graph_copy_with_names
Start w = copy_to_string_with_names arr
where
arr :: {#Int}
arr = {#}
Edited by Ghost User