Constraint tutorials
These tutorials stay in pure F# code. Use them when one failure should stop the operation.
Guides
- Constraint and Result: attach domain errors to
Violationvalues, then compose withresult {}.
Move to Schema tutorials when independent fields should report all sibling failures together.