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