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