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