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