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