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