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