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