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