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