Login
7 branches 0 tags
Ben (Win10) Added closure metadata and moved the docstring over 005680e 3 years ago 634 Commits
nujel / lib / operation.h
#ifndef NUJEL_LIB_OPERATION
#define NUJEL_LIB_OPERATION
#include "nujel.h"

lVal *lnfCat     (lClosure *c, lVal *v);
lVal *lnfArrNew  (lClosure *c, lVal *v);
lVal *lnfTreeNew (lClosure *c, lVal *v);
lVal *lnfVec     (lClosure *c, lVal *v);

void lAddCoreFuncs(lClosure *c);

#endif