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