module CRZ::Applicative(A)

Included Modules

Direct including types

Defined in:

crz/interfaces.cr

Class Method Summary

Instance Method Summary

Instance methods inherited from module CRZ::Functor(A)

replace(other : Functor(B), v : A) : Functor(A) replace

Class Method Detail

def self.of(value : A) : Applicative(A) forall A #

[View source]

Instance Method Detail

def *(func : Applicative(A -> B)) : Applicative(B) forall B #

[View source]