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