There's a warning coming from MLton that manifests if you try to use exit from the process module added in #541. Could we silence it by annotating the it to be unit?
Warning: <bogus> ~1.~1.
Type of variable was not inferred and could not be generalized: it.
type: ???
in: val it = main_2612 (fn a => a)
_Originally posted by @b-studios in https://github.com/effekt-lang/effekt/pull/541#discussion_r1725335520_
There's a warning coming from MLton that manifests if you try to use
exit
from theprocess
module added in #541. Could we silence it by annotating theit
to beunit
?Relevant code: https://github.com/effekt-lang/effekt/blob/d96a17b70f99099d9a77e7059ccde99be6511421/effekt/shared/src/main/scala/effekt/generator/ml/Transformer.scala#L609-L619