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