a skeletal module for higher-order pattern unification in the C runtime

This commit is contained in:
kr.angelov
2014-10-31 19:57:56 +00:00
parent b1e6a21c56
commit 70c70fa791
3 changed files with 19 additions and 1 deletions

7
src/runtime/c/pgf/hopu.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef HOPU_H
#define HOPU_H
void pgf_pattern_unify(PgfEvalState* state, PgfClosure* c1, PgfClosure* c2);
#endif