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