karpal-optics 0.1.0

Profunctor optics (Lens, Prism) for the Industrial Algebra ecosystem
Documentation
1
2
3
4
5
6
pub mod lens;
pub mod optic;
pub mod prism;

pub use lens::{ComposedLens, Lens, SimpleComposedLens, SimpleLens};
pub use prism::{Prism, SimplePrism};