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