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