mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-19 16:12:52 -06:00
a skeletal module for higher-order pattern unification in the C runtime
This commit is contained in:
7
src/runtime/c/pgf/hopu.h
Normal file
7
src/runtime/c/pgf/hopu.h
Normal file
@@ -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