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