[][src]Trait rarrow::classes::Applicative

pub trait Applicative: Apply {
    fn pure(value: Self::A) -> Self;
}

Required methods

fn pure(value: Self::A) -> Self

Loading content...

Implementations on Foreign Types

impl<A> Applicative for Option<A>[src]

Loading content...

Implementors

Loading content...