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