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