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