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