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