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