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