Check

This page shows the source-documented Check surface: the unit-failure result type and reusable predicate helpers.

Core type

  • FsFlow.Check: A reusable predicate result that either preserves a value on success or acts as a gate with unit on success, while carrying a unit failure placeholder until the caller maps it into a domain-specific error.

Module functions