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