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