composition
: remove #[cfg(doc)]
This commit is contained in:
parent
0a9ce9822f
commit
4b2043368b
@ -19,7 +19,7 @@
|
|||||||
//! [^production]: instances expected to be used in production.
|
//! [^production]: instances expected to be used in production.
|
||||||
//!
|
//!
|
||||||
//! [^research]: instances used for research purposes to enhance the abstract interfaces.
|
//! [^research]: instances used for research purposes to enhance the abstract interfaces.
|
||||||
//!
|
//!
|
||||||
//! [`MonadFail<E>`]: crate::func::fail::MonadFail
|
//! [`MonadFail<E>`]: crate::func::fail::MonadFail
|
||||||
//! [`Monad`]: crate::func::Monad
|
//! [`Monad`]: crate::func::Monad
|
||||||
|
|
||||||
|
@ -3,10 +3,13 @@
|
|||||||
//! For changing behaviour of existing [instances], see [`overload`].
|
//! For changing behaviour of existing [instances], see [`overload`].
|
||||||
//!
|
//!
|
||||||
//! For [`future`]-[`result`] composition, see [`tryfuture`].
|
//! For [`future`]-[`result`] composition, see [`tryfuture`].
|
||||||
|
//!
|
||||||
|
//! [`overload`]: crate::func::instances::overload
|
||||||
|
//! [`future`]: crate::func::instances::future
|
||||||
|
//! [`result`]: crate::func::instances::result
|
||||||
|
//! [`tryfuture`]: crate::func::instances::tryfuture
|
||||||
|
|
||||||
use crate::func::class_prelude::*;
|
use crate::func::class_prelude::*;
|
||||||
#[cfg(doc)]
|
|
||||||
use crate::func::instances::*;
|
|
||||||
|
|
||||||
pub struct CompositionInstance<U, V>(U, V);
|
pub struct CompositionInstance<U, V>(U, V);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user