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