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