"patches/EdisonAPI-1.3.1.patch" did not exist on "master"
Inexplicable argument in stg_newIOPortzh definition
The definition of stg_newIOPortzh in Primops.cmm looks like the following:
stg_newIOPortzh ( gcptr init ) { ... }
However, the init argument is not used, nor does it appear in the primops.txt.pp declaration. Why does this argument exist? I suspect it should be dropped.