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