restrict ControlFlowInstance
visibility
This commit is contained in:
parent
b06c9c8f9f
commit
cdf8726c5a
@ -5,7 +5,7 @@ pub use std::ops::ControlFlow;
|
||||
use super::Monad;
|
||||
use super::{weakfunctorany::WeakFunctorAny, Functor, Pure, WeakFunctor, Wrap};
|
||||
|
||||
pub struct ControlFlowInstance<C>(ControlFlow<(), C>);
|
||||
pub(super) struct ControlFlowInstance<C>(ControlFlow<(), C>);
|
||||
|
||||
impl<C> WeakFunctorAny for ControlFlowInstance<C> {
|
||||
type FAny<'a, A: 'a> = ControlFlow<A, C>
|
||||
|
Loading…
Reference in New Issue
Block a user