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