Reduct  v1.0.4-3-gdaf0d70
A functional and immutable language.
Loading...
Searching...
No Matches
closure_impl.h File Reference
#include "closure.h"
#include "handle.h"
#include "item.h"
Include dependency graph for closure_impl.h:

Go to the source code of this file.

Functions

REDUCT_API void reduct_closure_deinit (reduct_closure_t *closure)
 Deinitialize a closure structure.
 
REDUCT_API reduct_closure_treduct_closure_new (struct reduct *reduct, reduct_function_t *function)
 Allocate a new closure.