module CRZ

Included Modules

Defined in:

crz.cr
crz/adt.cr
crz/interfaces.cr

Macro Summary

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]