ref: c505373d1bbcad1e7861f6db054eddcfd5cac354 dir: /lib/std/option.myr/
pkg std = type option(@a) = union `None `Some @a ;; ;;