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