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