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