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