limit ControlFlowClass visibility

This commit is contained in:
AF 2023-04-27 05:51:50 +00:00
parent b5d55fe672
commit ee131e7446

View File

@ -21,7 +21,7 @@ pub use std::ops::ControlFlow;
pub use radn_derive::{CovariantFunctor, SharedFunctor}; pub use radn_derive::{CovariantFunctor, SharedFunctor};
pub use self::controlflow::ControlFlowClass; use self::controlflow::*;
/// Part of Haskell's `Functor f` responsible to use `f a`. /// Part of Haskell's `Functor f` responsible to use `f a`.
/// ///