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