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