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