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