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