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