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