Cyclone Scheme  0.5

◆ mclosure0

#define mclosure0 (   c,
 
)
Value:
c.hdr.grayed = 0; \
c.tag = closure0_tag; \
c.fn = f; \
c.num_args = -1;
A closed-over function with no variables.
Definition: types.h:954
#define gc_color_red
Definition: types.h:240
Definition: types.h:40
unsigned char mark
Definition: types.h:215
gc_header_type hdr
Definition: types.h:955