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