ref: 185f780a03fbfbb4655b7c07b3ac147980cede2d dir: /lib/std/result.myr/
pkg std = type result(@a, @b) = union `Ok @a `Err @b ;; ;;