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