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