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