forked from GitHub/gf-core
merge the states for reasoning and evaluation into a single structure
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef HOPU_H
|
||||
#define HOPU_H
|
||||
|
||||
void pgf_pattern_unify(PgfEvalState* state, PgfClosure* c1, PgfClosure* c2);
|
||||
void pgf_pattern_unify(PgfReasoner* rs, PgfClosure* c1, PgfClosure* c2);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user