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