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
Included Modules
CRZ::Containers
CRZ::Monad::Macros
CRZ::Prelude
Defined in:
crz.cr
crz/adt.cr
crz/interfaces.cr
Macro Summary
adt
(base_type, *args)
Instance methods inherited from module
CRZ::Prelude
id(a : A) forall A
id
,
map(f : A -> B, a : Functor(A)) : Functor(B) forall A, B
map
Instance methods inherited from module
CRZ::Containers
value
value
,
value=(value)
value=
Macro Detail
macro
adt
(base_type, *args)
#
[
View source
]