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