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