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