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