pointfreeco / swift-composable-architecture

A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
https://www.pointfree.co/collections/composable-architecture
MIT License
12.07k stars 1.41k forks source link

Clarify that tagged is not assumed in the tutorial. #3076

Closed mbrandonw closed 3 months ago

mbrandonw commented 3 months ago

Fixes #3073.

We've had a few people confused about the tagged digression, so I added a note to clarify that we will not be using Tagged for the rest of the tutorial. It's just a side quest. If it continues to be confusing we should consider just removing it from the tutorial.