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