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