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