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