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