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