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