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