limit ControlFlowClass visibility
This commit is contained in:
parent
b5d55fe672
commit
ee131e7446
@ -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`.
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user