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