module

CRZ::Applicative(A)

Inherits CRZ::Functor

Class methods

of(value : A) : Applicative(A) forall A
Source

Instance methods

*(func : Applicative(A -> B)) : Applicative(B) forall B
Source