ordofp 0.1.0

OrdoFP: Functional programming in Rust with HList, Disiunctio, GAT traits, Optics, and Monad Transformers
Documentation
1
2
3
4
5
6
7
//! Probatum — accumulating validation (a `Result` that collects *all* errors
//! instead of short-circuiting on the first).
//!
//! The implementation lives in [`ordofp_core::validated`]; this module
//! preserves the long-standing facade paths (`ordofp::validated::Probatum`).

pub use ordofp_core::validated::*;