📄️ Quick Start
Get up and running with UnionGenerator in 5 minutes. This guide will walk you through creating your first discriminated union.
📄️ Basic Concepts
Understanding the core concepts behind UnionGenerator will help you write better, safer code. Let's explore discriminated unions, pattern matching, and how they work together.
📄️ Your First Union
Let's build a real-world union type step-by-step. We'll create a file processing system that handles different outcomes: success, validation errors, and system failures.
📄️ Common Patterns
Discriminated unions excel at modeling common programming patterns. Let's explore battle-tested patterns you'll use daily with UnionGenerator.