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