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