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