Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crz
v1.0.2
CRZ
Applicative
Containers
Err
Nilable
None
Ok
Option
None
Some
Result
Err
Ok
Some
Functor
Monad
Macros
Prelude
Built with Crystal 1.9.2
2023-10-08 08:59:40 UTC
module
CRZ::Applicative(A)
Included Modules
CRZ::Functor(A)
Direct including types
CRZ::Monad(A)
Defined in:
crz/interfaces.cr
Class Method Summary
.of
(value : A) : Applicative(A) forall A
Instance Method Summary
#*
(func : Applicative(A -> B)) : Applicative(B) forall B
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
]