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