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