mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-19 08:02:51 -06:00
8 lines
113 B
C
8 lines
113 B
C
#ifndef HOPU_H
|
|
#define HOPU_H
|
|
|
|
void pgf_pattern_unify(PgfReasoner* rs, PgfClosure* c1, PgfClosure* c2);
|
|
|
|
#endif
|
|
|