Cyclone Scheme  0.20

◆ closcall2

#define closcall2 (   td,
  clo,
  a1,
  a2 
)
Value:
if (obj_is_not_closure(clo)) { \
Cyc_apply(td, 1, (closure)(a1), clo,a2); \
} else { \
((clo)->fn)(td, 2, clo, a1, a2);\
}
A closed-over function with no variables.
Definition: types.h:1384
#define obj_is_not_closure(obj)
Definition: types.h:78