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