shithub: mc

ref: e6348f2c9c194b15960dab8695ddc1f250655ebe
dir: /test/stdopt-some.myr/

View raw version
use std

const main = {
	match `std.Some 42
	`std.Some x:	-> x;;
	`std.None:	-> 1;;
	;;
}