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