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