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