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