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