func
docs remove crate::
This commit is contained in:
parent
d3df01a619
commit
9688a6ced0
@ -118,7 +118,7 @@ pub trait Monad<'a>: Applicative<'a> {
|
||||
/// See [`StacklessInstance::iterate`] for a generic, though less-than ideal, blanket implementation.
|
||||
/// On practice, you generally shouldn't be using [`Monad::bind`]/[`Pure::pure`]/[`Functor::fmap`] here.
|
||||
///
|
||||
/// [`StacklessInstance::iterate`]: crate::func::instances::stackless::StacklessInstance::iterate
|
||||
/// [`StacklessInstance::iterate`]: instances::stackless::StacklessInstance::iterate
|
||||
fn iterate<B: 'a>(f: impl Iterative<'a, T = Self, B = B>) -> Self::F<B>;
|
||||
|
||||
/// Equivalent of Haskell's `join`.
|
||||
|
Loading…
Reference in New Issue
Block a user