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