forked from GitHub/gf-core
a skeletal module for higher-order pattern unification in the C runtime
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#ifndef HOPU_H
|
||||
#define HOPU_H
|
||||
|
||||
void pgf_pattern_unify(PgfEvalState* state, PgfClosure* c1, PgfClosure* c2);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user