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