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