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