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