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