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