(module embed_export_multictor_rejected (data Either2 (ctor L (con Int)) (ctor R (con Float))) (fn f (export "f") (type (fn-type (params (con Int)) (ret (con Either2)))) (params n) (body (term-ctor Either2 L n))))