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