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