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