[][src]Trait fp_core::applicative::Applicative

pub trait Applicative<A, F, B>: Apply<A, F, B> + Pure<A> where
    F: FnOnce(A) -> B, 
{ }

Implementations on Foreign Types

impl<A, F, B> Applicative<A, F, B> for Option<A> where
    F: FnOnce(A) -> B, 
[src]

Loading content...

Implementors

Loading content...