shithub: mc

ref: 7b0c6c77845e01963e6eabd94bbc91c68eed6bc3
dir: /test/union-extraarg.myr/

View raw version
/*
should fail to compile becuse
we're constructing a union that
with too many arguments.
*/
type u = union
	`Foo
;;

const main = {
	`Foo 123
}