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